Matthew Hill
Matthew Hill
# 🐞 bug report ### Affected Rule The issue is caused by the rule: ts_project I have found I hit a brick wall every time I migrate our codebase from...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [ ] Docs...
When using CJS modules and `--inspect-brk` , `--preserve-symlinks-main` is not respected. I opened https://github.com/nodejs/node/issues/44856 on the node project for the underlying issue. As a result, the basis for module resolutions...
### What happened? rules_swc is great, but I think the performance of this ruleset could be improved by some tweaks to the action graph it creates. Presently, one action is...
### What happened? Just got this on our CI - first time I've seen it: ```shell Worker process did not return a WorkResponse: ---8
### What happened? Hi, I have a case of (3) in: ``` # Set a RUNFILES environment variable to the root of the runfiles tree # since RUNFILES_DIR is not...
Hi, nice library! I had to use `Function` instead of `eval`, as the evaluator would throw `eval is not defined`. Indeed, `eval` is missing from the `SAFE_GLOBALS` list: https://github.com/nyariv/SandboxJS/blob/f3168a8e90ad7a48babdf44322b31af90aeac1d1/build/SandboxExec.js#L41. This...
### pnpm version: 8.1.0 ### Code to reproduce the issue: `pnpm install mydep` with `lockfile-include-tarball-url=false` in local .npmrc ### Expected behavior: `pnpm install mydep` should never add a `tarball` field...
### What happened? 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. ### Version Development (host)...