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

VisitorKeys depend on eslint-visitor-keys #389

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

othree
Copy link
Contributor

@othree othree commented Sep 13, 2018

This PR is related to #388
Now the VisitorKeys is depend on https://github.com/eslint/eslint-visitor-keys

Copy link
Member

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this PR.

Looks good to me.
But I'm wondering if this change needs a major version bump or not. Though I believe that this change has no impact to ESLint core...

@othree
Copy link
Contributor Author

othree commented Oct 8, 2018

I didn't use VisitorKeys of espree, and I don't think this is widely used by people :)
Maybe a major, not backward compatible release can remove this util and refer people to eslint-visitor-keys

@ilyavolodin
Copy link
Member

I don't think this require a major version change. The output should stay consistent, so an outside consumer should not see any difference (as far as I understand it).

@mysticatea
Copy link
Member

OK, I will merge this PR as an update. Thank you!

@mysticatea mysticatea merged commit 560b6f7 into eslint:master Oct 8, 2018
Copy link
Member

@kaicataldo kaicataldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Late to the game, but thanks for doing this!

matz3 added a commit to matz3/espree that referenced this pull request Jul 9, 2021
PR eslint#389 deleted "lib/visitor-keys.js" and replaced all usages with the
eslint-visitor-keys package.
PR eslint#387 added lib/visitor-keys.js back again for no apparent reason.

It looks like eslint#387 has been started before eslint#389, so it needed to
integrate those changes and by mistake the file has been added again.
aladdin-add pushed a commit that referenced this pull request Jul 9, 2021
PR #389 deleted "lib/visitor-keys.js" and replaced all usages with the
eslint-visitor-keys package.
PR #387 added lib/visitor-keys.js back again for no apparent reason.

It looks like #387 has been started before #389, so it needed to
integrate those changes and by mistake the file has been added again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants