Files
ladybird/Userland/Libraries/LibJS/Parser.cpp
davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements
We produce the import and export entries as per the spec. However we do
not yet verify that named things that are exported are declared
somewhere.
2021-08-15 23:51:47 +01:00

129 KiB