Part of #227. Split from #234 because the validation/codegen cluster requires one PR per library and #234's autonomous run implemented the AJV slice.
Goal
Wire Zod's pinned upstream suite into the generalized Node-compat library harness and exercise it once normally and once with {jitless: true}.
Expected coverage
- roughly 1,900 upstream cases
- zero runtime dependencies
- regex, BigInt, Proxy, Reflect, and Symbol behavior
- the identical bundled corpus cross-checked against Node with an expected-count lock
PR bar
The Zod suite is green, or remaining failures are reduced and triaged as engine bugs with follow-up issues; test262 remains unaffected.
Part of #227. Split from #234 because the validation/codegen cluster requires one PR per library and #234's autonomous run implemented the AJV slice.
Goal
Wire Zod's pinned upstream suite into the generalized Node-compat library harness and exercise it once normally and once with
{jitless: true}.Expected coverage
PR bar
The Zod suite is green, or remaining failures are reduced and triaged as engine bugs with follow-up issues; test262 remains unaffected.