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

Remove typescript support, by letting esbuild handle it #115

Closed
wants to merge 1 commit into from

Conversation

jpdutoit
Copy link

@jpdutoit jpdutoit commented Sep 13, 2023

This PR fixes issue #95 by changing the plugin to run in the post-build phase (after esbuild transpiles TS), and instructing esbuild to preserve JSX.

Also updated the babel-preset-solid dependency
Moved @babel/preset-typescript to a devDependency

Change plugin to "post" plugin in order for esbuild to transpile
typescript before this plugins transforms the JSX further.
Updated babel-preset-solid dependency
@jpdutoit
Copy link
Author

Closing this after talking to @lxsmnsyc since other plugins in ecosystem needs the plugin to run in pre

@jpdutoit jpdutoit closed this Sep 13, 2023
@jpdutoit jpdutoit deleted the remove-ts-support branch September 13, 2023 08:45
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.

1 participant