Bug: missing semi-colon after object member #2017
Labels
area: fixers
Around how TypeStat fixes code.
area: react
Related to JSX syntax, particularly for React components and the like.
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
🐛 Bug Report
Actual Behavior
Expected Behavior
Just looking at the output, I would guess that TypeStat forgets to add a semi-colon and/or newline after the single member of the object when there isn't one, and proceeds to output its discovered additional members.
Reproduction
Same as #2014.
The text was updated successfully, but these errors were encountered: