esprima icon indicating copy to clipboard operation
esprima copied to clipboard

Support for ES2020 export ns from

Open ljqx opened this issue 4 years ago • 0 comments

This PR fixes #2053.

  • ExportAllDeclaration is updated to have member exported.
  • parseExportDeclaration is updated to accept as someIdentifier in export * from 'some-module'
  • tests are updated
    • For test262 we added test/language/module-code/early-dup-export-as-star-as.js and test/language/module-code/early-dup-export-star-as-dflt.js to whitelist because of #2054. This should be addressed in another PR.

ljqx avatar Dec 07 '20 06:12 ljqx