-
Notifications
You must be signed in to change notification settings - Fork 197
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
Compatibility with estree (specifically, babel-core/acorn) #112
Conversation
Just pushed b49b008 to master, which might allow you to rebase and get tests to pass without your latest two commits. |
# Conflicts: # .travis.yml
"npm install -g npm@'>=1.4.3'" in .travis.yml is still required for the tests to pass (nodejs 0.8) |
Any updates? This error makes a problem with Babel and Regenrator babel/babel#1471 |
.build("local") | ||
.field("local", def("Identifier")); | ||
|
||
def("ModuleSource"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used/needed?
I plan to merge these |
Compatibility with estree (specifically, babel-core/acorn).
Adds definitions of ES6 modules according to the estree standard (as implemented by the babel-core/acorn parser.)