ladybird/Userland/Libraries/LibJS/Tests/modules
davidot 6b5c882af3 LibJS: Add support for JSON modules
We now have one supported assertion: 'type' if that is 'json' we attempt
to parse the module as JSON.
2022-01-30 17:40:20 +00:00
..
basic-export-types.mjs
basic-modules.js LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00:00
declarations-tests.mjs
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
import-with-assertions.mjs LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00: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
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: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
string-import-namespace.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00