esprima
esprima copied to clipboard
Support for ES2020 export ns from
This PR fixes #2053.
-
ExportAllDeclarationis updated to have memberexported. -
parseExportDeclarationis updated to acceptas someIdentifierinexport * from 'some-module' - tests are updated
- For test262 we added
test/language/module-code/early-dup-export-as-star-as.jsandtest/language/module-code/early-dup-export-star-as-dflt.jsto whitelist because of #2054. This should be addressed in another PR.
- For test262 we added