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

Update: fix uglified align in key-spacing (fixes #11414) #12472

Merged
merged 1 commit into from Nov 15, 2019
Merged

Update: fix uglified align in key-spacing (fixes #11414) #12472

merged 1 commit into from Nov 15, 2019

Conversation

yeonjuan
Copy link
Member

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

[ ] Documentation update
[x] 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
[ ] Other, please explain:

What changes did you make? (Give an overview)
Count properties on a line as a single line.
I think this PR can fix #11414

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

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Oct 21, 2019
@yeonjuan yeonjuan changed the title Update: count props on a line as a single in key-spacing (fixes: #11414) Update: fix uglified single line keys align in key-spacing (fixes: #11414) Oct 24, 2019
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.

Do you mind adding additional tests for all the other configuration options?

@kaicataldo kaicataldo added accepted There is consensus among the team that this change meets the criteria for inclusion bug ESLint is working incorrectly rule Relates to ESLint's core rules and removed triage An ESLint team member will look at this issue soon labels Oct 24, 2019
@yeonjuan yeonjuan changed the title Update: fix uglified single line keys align in key-spacing (fixes: #11414) Update: fix uglified align in key-spacing (fixes: #11414) Oct 25, 2019
@yeonjuan yeonjuan changed the title Update: fix uglified align in key-spacing (fixes: #11414) Update: fix uglified align in key-spacing (fixes #11414) Oct 25, 2019
@yeonjuan
Copy link
Member Author

@kaicataldo I added more test cases for other options. thanks!

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.

Thanks for working on this! Can we add a few more tests to document the behavior of what should happen when the property node might be multiline (e.g. a multiline object or array value):

({
    foo :1, bar : { qux : 4
    }, baz :3
});

Copy link
Member

@aladdin-add aladdin-add 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!

beforeColon: false
}],
errors: [
{ messageId: "extraKey", data: { computed: "", key: "foo" }, line: 2, column: 5, type: "Identifier" },
Copy link
Member

Choose a reason for hiding this comment

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

unrelated: it would be better to refactor the messageIds to "extraKey" || "extraComputedKey", rather than passing data: {"computed": ""}

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.

LGTM. thanks!

@kaicataldo kaicataldo merged commit 6503cb8 into eslint:master Nov 15, 2019
@ibc
Copy link

ibc commented Nov 24, 2019

So this change is producing this (IMHO unexpected) behavior:

#12597

kaicataldo added a commit that referenced this pull request Nov 25, 2019
kaicataldo added a commit that referenced this pull request Nov 25, 2019
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
kaicataldo added a commit that referenced this pull request Nov 25, 2019
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
kaicataldo added a commit that referenced this pull request Nov 25, 2019
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
btmills pushed a commit that referenced this pull request Nov 25, 2019
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly rule Relates to ESLint's core rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

key-spacing + align: 'value' + jsx objects becomes ugly sometimes
4 participants