summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/modules
AgeCommit message (Expand)Author
2022-11-15LibJS: Fix that functions in module did not look for var declarationsdavidot
2022-09-02LibJS: Allow anonymous functions as default exportsdavidot
2022-09-02LibJS: Make indirect bindings of module behave like normal bindingsdavidot
2022-09-02LibJS: Allow exporting any imported bindingsdavidot
2022-09-02LibJS: Only check for duplicate exports if they have a namedavidot
2022-09-02LibJS: Put exports before symbols in keys of module namespace objectdavidot
2022-09-02LibJS: Handle empty named exportdavidot
2022-09-02LibJS: Allow full ModuleExportName in namespacedavidot
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-01-30LibJS: Add support for JSON modulesdavidot
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-30LibJS: Follow the spec with storing im- and export entriesdavidot
2022-01-22LibJS: Implement ImportCall and HostImportModuleDynamicallydavidot