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
Hi, I noticed that the fs patches apply to node:fs but not to node:fs/promises. This causes problems with sandbox escape in some tools.
node:fs
node:fs/promises
Development (host) and target OS/architectures:
Output of bazel --version:
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
WORKSPACE
MODULE.bazel
rules_js 1.41.1
Language(s) and/or frameworks involved: node v18.16
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Hi, I noticed that the fs patches apply to
node:fs
but not tonode:fs/promises
. This causes problems with sandbox escape in some tools.Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:rules_js 1.41.1
Language(s) and/or frameworks involved:
node v18.16
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: