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

esprima def should contain ExportNamedDeclaration and ExportDefaultDeclaration #180

Open
mroch opened this issue Sep 28, 2016 · 0 comments

Comments

@mroch
Copy link
Contributor

mroch commented Sep 28, 2016

The esprima def recognizes ExportDeclaration, which AFAICT was from the harmony branch of esprima which is abandoned, and esprima (and estree) now uses ExportNamedDeclaration and ExportDefaultDeclaration.

jquery/esprima#1149

these defs are in babel.js but should also be in esprima.js, or I guess in es6.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant