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/helpers is only used with ts-node so it should be the same I think.
This was introduced in #38500.
JavaScript
The text was updated successfully, but these errors were encountered:
@trxcllnt thoughts?
Sorry, something went wrong.
The ts-node docs about swc says we need it if we're using "importHelpers": true in our tsconfig:
ts-node
"importHelpers": true
SWC uses @swc/helpers instead of tslib. If you have enabled importHelpers, you must also install @swc/helpers.
@swc/helpers
tslib
importHelpers
No branches or pull requests
Describe the enhancement requested
@swc/helpers is only used with ts-node so it should be the same I think.
This was introduced in #38500.
Component(s)
JavaScript
The text was updated successfully, but these errors were encountered: