-
-
Notifications
You must be signed in to change notification settings - Fork 681
refactor: remove eslint internal traverser
#910
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
Conversation
However, using internal code of ESLint isn't safe, and it can be changed even in semver-patch release. |
@g-plane I understand the risk, any good idea? |
IMHO, using a third-party traverser package like |
typescript-eslint has solved a similar problem in this issue: typescript-eslint/typescript-eslint#563 They seem to have replaced |
Thank you for your contribution. I think |
Thank you. |
@mysticatea it's ready for review |
traverser.js
location for eslint@6traverser
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.
LGTM, thank you.
Hey @fisker, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |
- needed to have fix vuejs/eslint-plugin-vue#910 - adapt to [email protected]
eslin@6 has moved
traverser.js
tolib/shared
eslint/eslint#11555