-
Notifications
You must be signed in to change notification settings - Fork 743
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
Issue with ESLint v2 or v1` transform + sourceType: module #117
Comments
I have a hunch what the issue is: The transform (eslint) and the parser (espree) are actually completely separate. The parser settings really only affect the parser, which is used to show the tree in the top right panel. ESLint uses its own instance of the parser, with its own settings. I agree with you that the parser settings should also be used for the transform tool. What prevents us from doing that right now is
The way parser settings are handled is not ideal at the moment. I want to merge #111 soon and then work on improving parser settings (e.g. change them so that they are passed to the parser, which would also make it easier to pass them to the transform tool). |
Cool - that makes sense. Thanks for clarifying. |
This appears to have come back or still be a problem. How can I help? |
Hoping this isn't just an obvious case of user-error on my part.
Can be seen at: http://astexplorer.net/#/DH4gO9Bvjr
The text was updated successfully, but these errors were encountered: