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

[draft] Use Babel to transpile JSX instead of TypeScript #573

Merged
merged 5 commits into from
Jul 21, 2020

Conversation

developit
Copy link
Owner

@developit developit commented Mar 1, 2020

It seems like we're allowing TypeScript to transpile JSX, when we could be allowing Babel to do so. Having TypeScript pass-through JSX to babel would mean we only have to support it being configurable in one place.

(hoping this fixes #564)

@developit developit marked this pull request as ready for review March 6, 2020 19:31
@developit
Copy link
Owner Author

I need to add tests.

@ForsakenHarmony
Copy link
Collaborator

bors try

bors bot added a commit that referenced this pull request Mar 12, 2020
@bors
Copy link
Contributor

bors bot commented Mar 12, 2020

try

Build failed

@ForsakenHarmony
Copy link
Collaborator

oh, we have a lockfile now 🙃

@ForsakenHarmony
Copy link
Collaborator

bors r+

bors bot pushed a commit that referenced this pull request Jul 21, 2020
It seems like we're allowing TypeScript to transpile JSX, when we could be allowing Babel to do so. Having TypeScript pass-through JSX to babel would mean we only have to support it being configurable in one place.

(hoping this fixes #564)

Co-authored-by: Leah <me@hrmny.sh>
Co-authored-by: Leah <github.leah@hrmny.sh>
@developit developit merged commit 305a50f into master Jul 21, 2020
@developit developit deleted the babel-for-jsx branch July 21, 2020 02:05
@bors
Copy link
Contributor

bors bot commented Jul 21, 2020

Timed out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error using Fragment shorthand in React Typescript project
2 participants