index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Tests
/
modules
Age
Commit message (
Expand
)
Author
2023-01-23
LibJS: Add using declaration support, RAII like operation in js
davidot
2022-11-15
LibJS: Fix that functions in module did not look for var declarations
davidot
2022-09-02
LibJS: Allow anonymous functions as default exports
davidot
2022-09-02
LibJS: Make indirect bindings of module behave like normal bindings
davidot
2022-09-02
LibJS: Allow exporting any imported bindings
davidot
2022-09-02
LibJS: Only check for duplicate exports if they have a name
davidot
2022-09-02
LibJS: Put exports before symbols in keys of module namespace object
davidot
2022-09-02
LibJS: Handle empty named export
davidot
2022-09-02
LibJS: Allow full ModuleExportName in namespace
davidot
2022-06-26
LibJS: Infer file extensions when resolving module paths
Linus Groh
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-30
LibJS: Follow the spec with storing im- and export entries
davidot
2022-01-22
LibJS: Implement ImportCall and HostImportModuleDynamically
davidot