mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Notable changes:
* async_hooks:
- add sync enterWith to ALS (Stephen Belanger)
https://github.com/nodejs/node/pull/31945
* cli:
- allow --jitless V8 flag in NODE\_OPTIONS (Andrew Neitsch)
https://github.com/nodejs/node/pull/32100
* fs:
- return first folder made by mkdir recursive (Benjamin Coe)
https://github.com/nodejs/node/pull/31530
* n-api:
- define release 6 (Gabriel Schulhof)
https://github.com/nodejs/node/pull/32058
* src:
- create a getter for kernel version (Juan José Arboleda)
https://github.com/nodejs/node/pull/31732
* wasi:
- add returnOnExit option (Colin Ihrig)
https://github.com/nodejs/node/pull/32101
PR-URL: https://github.com/nodejs/node/pull/32185