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

Formatting issues with tsx files #5265

Closed
dbaeumer opened this issue Oct 15, 2015 · 1 comment
Closed

Formatting issues with tsx files #5265

dbaeumer opened this issue Oct 15, 2015 · 1 comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@dbaeumer
Copy link
Member

Note: Edited by team to support code fences

See examples:

Example 1

Before formatting

<p></p>
<p></p>

After formatting

<p></p>
< p > </p>
Example 2

Before formatting

<p>{ foo }</p>

After Formatting

<p>{ foo } < /p>
@DanielRosenwasser DanielRosenwasser added the Bug A bug in TypeScript label Oct 15, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Dec 8, 2015
@mhegazy mhegazy added this to the TypeScript 1.8 milestone Dec 8, 2015
@mhegazy
Copy link
Contributor

mhegazy commented Dec 8, 2015

this is fixed in latest.

@mhegazy mhegazy closed this as completed Dec 8, 2015
@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 Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants