We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
swc
tsx
swc as tsx compile backend alternative
esbuild
--keep-names
ts-node
tsconfig.paths
No response
The text was updated successfully, but these errors were encountered:
Feel free to open a PR to demonstrate that the tests pass.
My main concerns are feature parity and size. swc is much bigger than esbuild: esbuild vs @swc/core
Once we know it works, tsx should detect if swc is installed and use it only if it's installed.
Locking thread to direct further dialogue in the form of PRs.
Sorry, something went wrong.
No branches or pull requests
Feature request
swc
astsx
compile backend alternativeWhy?
esbuild
seems have low interest to fix--keep-names
ts-node
supportswc
, and don't have same problem likeesbuild
ts-node
does't supporttsconfig.paths
. PR is not merged yet.Alternatives
Additional context
No response
The text was updated successfully, but these errors were encountered: