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
需求来自式夏, chair function 的构建。
比如 https://unpkg.com/browse/undici@5.28.4/index.js 里
let hasCrypto try { require('crypto') hasCrypto = true } catch { hasCrypto = false }
hasCrypto 会被处理为 false,这在 node 下不符合预期吧。
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
需求来自式夏, chair function 的构建。
比如 https://unpkg.com/browse/undici@5.28.4/index.js 里
hasCrypto 会被处理为 false,这在 node 下不符合预期吧。
The text was updated successfully, but these errors were encountered: