Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ES2020 export ns from #2055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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