Skip to content

Comments

Support for ES2020 export ns from#2055

Open
ljqx wants to merge 1 commit intojquery:mainfrom
ljqx:export-ns-from
Open

Support for ES2020 export ns from#2055
ljqx wants to merge 1 commit intojquery:mainfrom
ljqx:export-ns-from

Conversation

@ljqx
Copy link
Contributor

@ljqx ljqx commented Dec 7, 2020

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 Should not allow duplicate exported names #2054. This should be addressed in another PR.

Base automatically changed from master to main March 16, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

ES2020 export ns from

1 participant