node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This is an automated patch update of V8 to 12.8.374.22.
Fixes: https://github.com/nodejs/node/issues/54472 Refs: https://github.com/nodejs/node/issues/54186#issuecomment-2276785038
Even though incident could still happen like https://github.com/nodejs/node/pull/54554 (which was partially my fault and I learned the lesson), I wanted to share my thoughts and hope to reduce the potential...
doc: add more details for localStorage and sessionStorage Releated #53871
### Version 22.6.0 ### Platform ```text Irrelevent ``` ### Subsystem module ### What steps will reproduce the bug? 1. Create a typescript file (ex `logger.ts`) 1. Create a test file...
Spinning off from https://github.com/nodejs/node/pull/51977 ### Background There has been wide-spread monkey-patching of the CJS loader in the ecosystem to customize the loading process of Node.js (e.g. utility packages that abstract...
Fixes: https://github.com/nodejs/node/issues/54257
Now this test will output in the following format (via `node:test`). This can make debugging easier: ``` ✔ Checking syntax for syntax/bad_syntax.js with -c (31.178327ms) ✔ Checking syntax for syntax/bad_syntax.js...
### Version v22.7.0 ### Platform ```text Darwin Kyles-MBP-2.home 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem _No response_ ### What steps will...