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

lacks import/export es6 statement support #24

Closed
stefanpenner opened this issue Feb 12, 2014 · 6 comments
Closed

lacks import/export es6 statement support #24

stefanpenner opened this issue Feb 12, 2014 · 6 comments

Comments

@stefanpenner
Copy link

Love this library, I have a hacked branch that makes this "sort of work", but would love real es6 module support.

@jgable
Copy link

jgable commented Mar 24, 2014

Have a related PR in to esprima: ariya/esprima#216

@elwayman02
Copy link

👍 I'm trying to get ES6 support using eslint and esprima's Harmony branch, but I'm blocked by this library not supporting it.

@stefanpenner is your branch usable? I'm trying to get an MVP version together that forks all these libraries for ES6 support, with the ultimate goal of using it in ember-cli builds until official ES6 support comes along.

@stefanpenner
Copy link
Author

@stefanpenner is your branch usable?

I'm not sure what happened to it. That being said, most of the tooling supports this syntax now, i suspect this can be closed?

@Constellation
Copy link
Member

@elwayman02 @stefanpenner

estraverse is now supporting import and export declaration completely :)

@Constellation
Copy link
Member

Sorry for not closing this issue. @stefanpenner thank you very much.

@stefanpenner
Copy link
Author

@Constellation no worries, keep up the good work!

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

4 participants