Commit ec39e12
committed
fix(core): pin yargs to v17 for CJS CLI compatibility
yargs v18 is ESM-only and requires require()-of-ESM support, which
only shipped unflagged in Node 20.19 / 22.12. Since the jazzer CLI
entry point must remain loadable via require() on Node >= 20.6, pin
yargs to the v17 line.1 parent 09feb46 commit ec39e12
3 files changed
Lines changed: 630 additions & 385 deletions
0 commit comments