1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Libraries/LibJS/Tests/modules
davidot 3b1c3e574f LibJS: Handle empty named export
This is an export which looks like `export {} from "module"`, and
although it doesn't have any real export entries it should still add
"module" to the required modules to load.
2022-09-02 02:07:37 +01:00
..
submodule LibJS: Infer file extensions when resolving module paths 2022-06-26 22:03:53 +01:00
basic-export-types.mjs
basic-modules.js LibJS: Handle empty named export 2022-09-02 02:07:37 +01:00
declarations-tests.mjs
default-and-star-export-indirect-string.mjs LibJS: Allow full ModuleExportName in namespace 2022-09-02 02:07:37 +01:00
default-and-star-export-indirect.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
default-and-star-export.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
empty.mjs
exporting-from-failing.mjs LibJS: Handle empty named export 2022-09-02 02:07:37 +01:00
exporting-nothing-from-failing.mjs LibJS: Handle empty named export 2022-09-02 02:07:37 +01:00
failing.mjs LibJS: Handle empty named export 2022-09-02 02:07:37 +01:00
import-with-assertions.mjs LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00:00
importing-failing-module.mjs LibJS: Handle empty named export 2022-09-02 02:07:37 +01:00
indirect-export-without-default.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
json-module.json LibJS: Add support for JSON modules 2022-01-30 17:40:20 +00:00
json-modules.js LibJS: Add support for JSON modules 2022-01-30 17:40:20 +00:00
loop-a.mjs
loop-b.mjs
loop-entry.mjs
loop-self.mjs
module-with-default.mjs
path-resolution.mjs LibJS: Infer file extensions when resolving module paths 2022-06-26 22:03:53 +01:00
single-const-export.mjs
string-import-names.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
string-import-namespace-indirect.mjs LibJS: Allow full ModuleExportName in namespace 2022-09-02 02:07:37 +01:00
string-import-namespace.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00