chore(scripts): remove resolved investigation tools and orphans (#113532)

* chore(scripts): remove orphaned wrappers

* chore(scripts): remove resolved investigation tools

* refactor(code-mode): remove orphaned plugin namespaces

* test(code-mode): remove stale namespace import
This commit is contained in:
Peter Steinberger
2026-07-25 02:47:40 -07:00
committed by GitHub
parent f0ce854be2
commit 55d66fbf98
32 changed files with 35 additions and 4049 deletions
+2 -8
View File
@@ -48,14 +48,8 @@ pnpm install
node --import tsx src/entry.ts status
```
Minimal isolated repro (loads only the module from the original stack trace):
```bash
node --import tsx scripts/repro/tsx-name-repro.ts
```
Both commands currently exit cleanly. If either throws `__name is not a
function` again, capture the exact Node version, `tsx` version
The command currently exits cleanly. If it throws `__name is not a function`
again, capture the exact Node version, `tsx` version
(`node_modules/tsx/package.json`), and full stack trace before filing upstream.
## Workarounds (if the crash returns)