fix: add @babel/parser, switch shebangs from pnpm to npx, remove phantom @types/recast

This commit is contained in:
2026-04-25 10:04:29 +00:00
parent d0a0de766b
commit c82fa8702e
4 changed files with 4326 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S pnpm tsx
#!/usr/bin/env -S npx tsx
import 'zx/globals';
import path from 'node:path';