Skip to content

JSX formatting inside of tag #8817

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

Closed
maximkochmin opened this issue May 25, 2016 · 0 comments · Fixed by #9361
Closed

JSX formatting inside of tag #8817

maximkochmin opened this issue May 25, 2016 · 0 comments · Fixed by #9361
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Fixed A PR has been merged for this issue Help Wanted You can do this

Comments

@maximkochmin
Copy link

TypeScript Version:

1.8.9

Code

// A self-contained demonstration of the problem follows...
<div>{integer}<span>,{fraction}</span></div>

Expected behavior:
Same as in example

Actual behavior:

<div>{integer}<span>, {fraction}</span></div>

Formatter inserts space after the comma inside tags

@mhegazy mhegazy added Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter labels May 25, 2016
@mhegazy mhegazy added this to the Community milestone May 25, 2016
@mhegazy mhegazy added the Help Wanted You can do this label May 25, 2016
@mhegazy mhegazy modified the milestones: TypeScript 2.0, Community Sep 14, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Sep 14, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Fixed A PR has been merged for this issue Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants