ladybird/Userland/Libraries/LibJS/Tests/modules
davidot 541637e15a LibJS: Add using declaration support, RAII like operation in js
In this patch only top level and not the more complicated for loop using
statements are supported. Also, as noted in the latest meeting of tc39
async parts of the spec are not stage 3 thus not included.
2023-01-23 09:56:50 +00:00
..
submodule
accessing-lex-import-before-decl.mjs
accessing-var-import-before-decl.mjs
anon-func-decl-default-export.mjs
basic-export-types.mjs
basic-modules.js
declarations-tests.mjs
default-and-star-export-indirect-string.mjs
default-and-star-export-indirect.mjs
default-and-star-export.mjs
empty.mjs
exporting-from-failing.mjs
exporting-nothing-from-failing.mjs
failing.mjs
function-in-function.mjs LibJS: Fix that functions in module did not look for var declarations 2022-11-15 12:00:36 +00:00
import-with-assertions.mjs LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00:00
importing-failing-module.mjs
indirect-export-without-default.mjs
json-module.json
json-modules.js
loop-a.mjs
loop-b.mjs
loop-entry.mjs
loop-self.mjs
module-with-default.mjs LibJS: Implement ImportCall and HostImportModuleDynamically 2022-01-22 01:21:18 +00:00
multiple-star-imports.mjs
namespace-order.mjs
path-resolution.mjs
re-export-namespace-via-binding.mjs
single-const-export.mjs
string-import-names.mjs
string-import-namespace-indirect.mjs
string-import-namespace.mjs LibJS: Follow the spec with storing im- and export entries 2022-01-30 17:40:20 +00:00
top-level-dispose.mjs