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

fix: in eslint 6 traverser.js now lives in lib/shared #614

Conversation

ivan-aksamentov
Copy link

Attempts to fix #563
Parser imports an internal eslint file lib/utils/traverser.js whi is moved in eslint v6 into lib/shared/traverser.js,

@JamesHenry
Copy link
Member

JamesHenry commented Jun 14, 2019

ESLint 6 is not yet the stable release of ESLint, that is why this change has not been made before. We will not be accepting changes which break usage of this library with the current stable version of ESLint.

Please see the original issue for my suggested backwards compatible solution

@JamesHenry JamesHenry closed this Jun 14, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[parser] Error with ESLint 6.0.0 pre-releases
2 participants