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
I would like to be able to run my backend code that has some .tsx files using node --experimental-strip-types
the current get_format.js function only handle .ts file extension, it should also accept .tsx
get_format.js
.ts
.tsx
node/lib/internal/modules/esm/get_format.js
Line 133 in 67b647e
keep using esbuild, ts-node, rspack, swc
The text was updated successfully, but these errors were encountered:
feat(tsx): enable strip types from .tsx files, fix nodejs#56391
07ff6fe
63418d8
Duplicate of #56322
Sorry, something went wrong.
No branches or pull requests
What is the problem this feature will solve?
I would like to be able to run my backend code that has some .tsx files using node --experimental-strip-types
the current
get_format.js
function only handle.ts
file extension, it should also accept.tsx
node/lib/internal/modules/esm/get_format.js
Line 133 in 67b647e
What is the feature you are proposing to solve the problem?
I would like to be able to run my backend code that has some .tsx files using node --experimental-strip-types
What alternatives have you considered?
keep using esbuild, ts-node, rspack, swc
The text was updated successfully, but these errors were encountered: