harb/tools/push3-transpiler
openhands 4a24217030 fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008)
Replace ts-node with tsx across all push3-transpiler scripts:
- inject.sh: npx ts-node → npx tsx
- test_inject_extraction.sh: node --loader ts-node/esm → npx tsx
- test_transpiler_clamping.sh: node --loader ts-node/esm → npx tsx
- package.json: ts-node devDep → tsx, transpile script updated
- tsconfig.json: removed ts-node config block
- src/index.ts: updated usage comments

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 21:44:29 +00:00
..
src fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00
inject.sh fix: formula scripts broken on evolution box (#1006, #1007, #1008) 2026-03-19 14:09:38 +00:00
optimizer_seed.push3 fix: Push3 optimizer: dyadic rational input interface (8 slots) + 4-output redesign (#548) 2026-03-11 15:23:36 +00:00
optimizer_v3.push3 fix: Push3 optimizer: dyadic rational input interface (8 slots) + 4-output redesign (#548) 2026-03-11 15:23:36 +00:00
package-lock.json fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00
package.json fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00
test_inject_extraction.sh fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00
test_transpiler_clamping.sh fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00
tsconfig.json fix: inject.sh uses ts-node which is broken on Node >= 22 ESM (#1008) 2026-03-19 21:44:29 +00:00