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

Update: support ?? operator, import.meta, and export * as ns #441

Merged
merged 4 commits into from
Jun 4, 2020

Conversation

mysticatea
Copy link
Member

@mysticatea mysticatea commented Apr 19, 2020

This is WIP.

This PR upgrades acorn to support new syntax:

  • [ ] Optional Chaining (waiting for upstreams) Separated to other PR.
  • Nullish Coalescing
  • export * as ns from "source"
  • import.meta

@mysticatea mysticatea changed the title Update: support new ES2020 syntax Update: support ?? operator, import.meta, and export * as ns Jun 2, 2020
package.json Outdated Show resolved Hide resolved
@mysticatea mysticatea marked this pull request as ready for review June 4, 2020 11:08
@mysticatea mysticatea merged commit 75e80bc into master Jun 4, 2020
@mysticatea mysticatea deleted the upgrade-acorn branch June 4, 2020 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants