Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

trailing-comma: fix crash on arrow function without parens #3246

Merged
merged 2 commits into from Oct 19, 2017
Merged

trailing-comma: fix crash on arrow function without parens #3246

merged 2 commits into from Oct 19, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Sep 25, 2017

PR checklist

Overview of change:

[bugfix] trailing-comma fixed crash on arrow function without parens
Fixes: #3244

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

CHANGELOG.md entry:

[bugfix] `trailing-comma` fixed crash on arrow function without parens
Fixes: #3244
@ajafff
Copy link
Contributor Author

ajafff commented Sep 25, 2017

Please don't merge it yet. There's still a bug

@ajafff
Copy link
Contributor Author

ajafff commented Sep 26, 2017

I fixed the remaining bug (as well as a newly introduced one) and added a few more tests

@ajafff ajafff removed their assignment Oct 2, 2017
@adidahiya adidahiya merged commit b6549f6 into palantir:master Oct 19, 2017
HyphnKnight pushed a commit to HyphnKnight/tslint that referenced this pull request Apr 9, 2018
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.

TypeError: Cannot read property 'end' of undefined
2 participants