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

Chore: Add typescript-specific edge case test to space-infix-ops #10986

Merged
merged 1 commit into from Oct 16, 2018

Conversation

madbence
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[x] Other, please explain:

What changes did you make? (Give an overview)

Added some edge case tests, originally part of #10923

Is there anything you'd like reviewers to focus on?

The original implementation was looking for tokens between Foo and T, and thought that <T> is violating the rule (as the < and > are not spaced). since #10935 the implementation is looking for a specific operator (in this case, for the = sign), and ignores everything else (like the type parameter).

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Oct 16, 2018
@not-an-aardvark not-an-aardvark added chore This change is not user-facing and removed triage An ESLint team member will look at this issue soon labels Oct 16, 2018
Copy link
Member

@not-an-aardvark not-an-aardvark left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@not-an-aardvark not-an-aardvark merged commit 577cbf1 into eslint:master Oct 16, 2018
@madbence madbence deleted the issue-10922-tests branch October 16, 2018 16:03
aladdin-add added a commit that referenced this pull request Oct 17, 2018
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Apr 15, 2019
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion chore This change is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants