Microsoft/TypeScript
Ver no GitHubFormatter: Place JSX closing tag on new line
Open
#21.124 aberto em 10 de jan. de 2018
Domain: FormatterHelp WantedSuggestion
Métricas do repositório
- Stars
- (48.455 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (9 fundiu PRs em 30d)
Description
TypeScript Version: 2.7.0-dev.20180108
Code
<div>
wat</div>
Expected behavior:
<div>
wat
</div>
Actual behavior:
No changes are made by the formatter.
Related:
While not directly related, I came across this while working on a fix for #20766. I can work on a fix for this issue as well.