nx.js v1.0.0-beta.1
·
49 commits
to main
since this release
Highlights
- Stability release for the initial V8 beta.
- Publishes against the
switch-v815.0.243-6 build, restoring V8's full string-length limit so large bundled entrypoints can compile.
Fixes
- Native bindings now turn data-driven failures into catchable JavaScript errors instead of aborting the process.
- Entrypoint source that exceeds V8's maximum string length now fails with a clear error instead of hard-crashing.
- CI was updated to use the matching pacman image for the fixed V8 build.