mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibJS: Remove support for the "assert" keyword for import attributes
This was removed from the spec some time ago. See: https://github.com/tc39/proposal-import-attributes/commit/14286bb
This commit is contained in:
committed by
Andreas Kling
parent
47ba231a9b
commit
b64a355a30
Notes:
github-actions[bot]
2025-01-21 13:59:26 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/b64a355a303 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3324
@@ -179,8 +179,8 @@ describe("in- and exports", () => {
|
||||
);
|
||||
});
|
||||
|
||||
test("can import with (useless) assertions", () => {
|
||||
expectModulePassed("./import-with-assertions.mjs");
|
||||
test("can import with (useless) attributes", () => {
|
||||
expectModulePassed("./import-with-attributes.mjs");
|
||||
});
|
||||
|
||||
test("namespace has expected ordering", () => {
|
||||
|
||||
Reference in New Issue
Block a user