ladybird/Userland/Libraries/LibJS/Tests/modules
Linus Groh 93b4c3bb82 LibJS: Infer file extensions when resolving module paths
This allows `import "./foo"` to succeed, even if the file is actually
called `foo.js`. IDEs commonly exclude file extensions in auto-imports.

Closes #14364.
2022-06-26 22:03:53 +01:00
..
submodule
basic-export-types.mjs
basic-modules.js
declarations-tests.mjs
default-and-star-export-indirect.mjs
default-and-star-export.mjs
empty.mjs
import-with-assertions.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
path-resolution.mjs
single-const-export.mjs
string-import-names.mjs
string-import-namespace-indirect.mjs
string-import-namespace.mjs