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
The rolldown-vite using it to compat tsconfig.json jsx: 'preserve' behavior, the esbuild respect it, ref https://github.com/rolldown/vite/blob/rolldown-v6/packages/vite/src/node/plugins/oxc.ts#L111
tsconfig.json
jsx: 'preserve'
The transformer has jsx_plugin option to do it, add it to napi look like could be work.
jsx_plugin
The text was updated successfully, but these errors were encountered:
feat(napi/transform): add jsx: 'preserve' option
6ccc4e2
closes #7958
feat(napi/transform): add jsx: 'preserve' option (#7965)
c16a851
Boshen
Successfully merging a pull request may close this issue.
The rolldown-vite using it to compat
tsconfig.json
jsx: 'preserve'
behavior, the esbuild respect it, ref https://github.com/rolldown/vite/blob/rolldown-v6/packages/vite/src/node/plugins/oxc.ts#L111The transformer has
jsx_plugin
option to do it, add it to napi look like could be work.The text was updated successfully, but these errors were encountered: