mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
LibJS: Allow full ModuleExportName in namespace
This means we should accept a string after 'export * as '.
This commit is contained in:
parent
75ebcf6b4a
commit
f75c51b097
3 changed files with 46 additions and 32 deletions
|
@ -0,0 +1,2 @@
|
|||
// This is an all export and should thus provide the full namespace.
|
||||
export * as "viaString" from "./default-and-star-export.mjs";
|
Loading…
Add table
Add a link
Reference in a new issue