-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
espree may break acorn. #250
Comments
https://gist.github.com/ukatama/44cd29fbd67a315b12f9 @ukatama created a broken case of gulp + browserify + eslint. |
Yikes, that's not good. Definitely appreciate a patch! |
mysticatea
added a commit
to mysticatea/espree
that referenced
this issue
Feb 18, 2016
nzakas
added a commit
that referenced
this issue
Feb 18, 2016
Fix: use the plugins feature of acorn (fixes #250)
Just ran into this today - Jade is breaking because it depends on a module which in turn depends on Acorn (which is monkey-patched by espree), would appreciate a quick release :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test.js
After
require('espree');
, acorn changes the behavior.This might break tools which are using acorn (e.g. browserify).
Could espree override acorn's methods on an instance instead of the prototype? (similar to acorn-jsx)
If accepted, I'm happy to work on this.
node v4.3.0
npm v3.5.0
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: