node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This is an automated update of temporal to 0.1.2.
This PR lints the documentation according to https://www.npmjs.com/package/@node-core/remark-lint, which'll be the linter associated with the new tooling. The difference which are rectified by this PR: - The linter requires one...
Fixes https://github.com/nodejs/node/issues/59168 As for the destination parameter symlink_status and status were accidentally swapped. symlink_status does NOT dereference while status does.
### Version v26.0.0-pre (`main`, `4451309e99e37da7d4b44b5fb136db1c6a1dea90`) ### Platform ```text Linux tumba 6.17.9-gentoo-yuran #1 SMP Thu Nov 27 04:38:45 +08 2025 x86_64 Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/Linux ```...
### Version 23.0.0 ### Platform ```text Linux hooks 6.8.0-47-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem customization hooks ### What steps...
### Version v22.20.0, v23.11.1, v24.8.0 ### Platform ```text Linux exports-undefined 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem module ### What...
### Version v25.2.1 ### Platform ```text Darwin Kevins-MacBook-Pro.local 25.1.0 Darwin Kernel Version 25.1.0: Mon Oct 20 19:32:41 PDT 2025; root:xnu-12377.41.6~2/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem _No response_ ### What steps will...
## Disclaimer Please consider this PR as a proof of concept and a discussion starter. We discussed this design a bit in the latest Node-API meeting with @legendecas and @KevinEady,...
Addresses the original regression in a way that is more consistent with the user experience in v24.x where no storage-related CLI arguments are passed. Access now warns and returns `undefined`...
Original commit message: [regexp] Fix modifiers for ChoiceNodes Each alternative might modify flags when their sub-graph is emitted. We need to restore flags to the value at the beginning of...