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
Expressions like process.env.BUF_BIGINT_DISABLE !== "1" are not converted via the current implementation
process.env.BUF_BIGINT_DISABLE !== "1"
In addition, the test case noted here should be addressed.
The text was updated successfully, but these errors were encountered:
It's possible that the current conversion approach can be greatly simplified by just importing node: process... I'll look into it
node: process
Sorry, something went wrong.
fix(builtins): import node:process if process is used
node:process
process
e3a68ce
Fixes garronej#108
Merge branch 'main' into fix/garronej#108
d2219de
Merge pull request #109 from dancrumb/fix/#108
974e684
Import `node:process` if `process` is used
dancrumb
Successfully merging a pull request may close this issue.
Expressions like
process.env.BUF_BIGINT_DISABLE !== "1"
are not converted via the current implementationIn addition, the test case noted here should be addressed.
The text was updated successfully, but these errors were encountered: