mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibJS: Allow exporting any imported bindings
This commit is contained in:
parent
462c6df24b
commit
faf1430ce4
Notes:
sideshowbarker
2024-07-17 23:00:03 +09:00
Author: https://github.com/davidot
Commit: faf1430ce4
Pull-request: https://github.com/SerenityOS/serenity/pull/15100
Reviewed-by: https://github.com/linusg
3 changed files with 19 additions and 1 deletions
|
@ -190,6 +190,10 @@ describe("in- and exports", () => {
|
|||
test("can have multiple star imports even from the same file", () => {
|
||||
expectModulePassed("./multiple-star-imports.mjs");
|
||||
});
|
||||
|
||||
test("can export namespace via binding", () => {
|
||||
expectModulePassed("./re-export-namespace-via-binding.mjs");
|
||||
});
|
||||
});
|
||||
|
||||
describe("loops", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue