(msg)
| 19 | |
| 20 | const require = createRequire(import.meta.url); |
| 21 | const fail = (msg) => { console.error(`[dump-ast] ${msg}`); process.exit(1); }; |
| 22 | |
| 23 | const argv = process.argv.slice(2); |
| 24 | const positional = argv.filter((a) => !a.startsWith('--')); |
no test coverage detected