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

Add support for JSX in Typescript (TSX) #3741

Closed
jthomaschewski opened this issue Jan 15, 2017 · 0 comments
Closed

Add support for JSX in Typescript (TSX) #3741

jthomaschewski opened this issue Jan 15, 2017 · 0 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template. level/beginner A relatively easy issue that's well suited to being addressed by a pull request from the community.

Comments

@jthomaschewski
Copy link

In 5458966 support for typescript and jsx files has been introduced.
Typescript does support JSX only in files with the tsx extension (babel and other transformers usually do not distinct between ".jsx" and ".js")

It would be nice to have ".tsx" mapped to Typescript - even if syntax highlighting for JSX within Typescript is not yet available.

Eclipse Che 5.0.1 (756f46a)

@TylerJewell TylerJewell added kind/enhancement A feature request - must adhere to the feature request template. level/beginner A relatively easy issue that's well suited to being addressed by a pull request from the community. team/plugin labels Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. level/beginner A relatively easy issue that's well suited to being addressed by a pull request from the community.
Projects
None yet
Development

No branches or pull requests

4 participants