mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibJS: Put exports before symbols in keys of module namespace object
This commit is contained in:
parent
fb61e9274a
commit
3b56043612
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/davidot
Commit: 3b56043612
Pull-request: https://github.com/SerenityOS/serenity/pull/15100
Reviewed-by: https://github.com/linusg
3 changed files with 27 additions and 4 deletions
|
@ -182,6 +182,10 @@ describe("in- and exports", () => {
|
|||
test("can import with (useless) assertions", () => {
|
||||
expectModulePassed("./import-with-assertions.mjs");
|
||||
});
|
||||
|
||||
test("namespace has expected ordering", () => {
|
||||
expectModulePassed("./namespace-order.mjs");
|
||||
});
|
||||
});
|
||||
|
||||
describe("loops", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue