node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version v20.12.2 ### Platform Linux f0d1a0d0bda34bd79ec4cf6a39b52071 6.7.7-200.fc39.aarch64 #1 SMP PREEMPT_DYNAMIC Fri Mar 1 17:20:07 UTC 2024 aarch64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug?...
Fixes #52448
This PR introduces the ability to import `JSONC` typed JSON files via the `{ type: 'jsonc' }` import attribute.
Add failed test names and stack trace to dot reporter output Fixes: https://github.com/nodejs/node/issues/51769
This patch exposes the crc32() function from zlib to user-land. It computes a 32-bit Cyclic Redundancy Check checksum of `data`. If `value` is specified, it is used as the starting...
In this patch we split the serialization routine into two different routines: `getCLIOptionsValues()` for only serializing the key-value pairs and `getCLIOptionsInfo()` for getting additional information such as help text etc....
### Version 20.12 ### Platform Windows and OSX ### Subsystem napi-intl.h ### What steps will reproduce the bug? Line 2680 in file napi-intl.h ### How often does it reproduce? Is...
The return type of `options.filter` in `fs.cp`, `fs.cpSync`, and `fsPromises.cp` can be coerced to types that are coercible to `boolean`, not only `boolean`, So I update related contents in the...
### Version 18 ### Platform aws lambda ### Subsystem lambda ### What steps will reproduce the bug? Step function state triggering in a loop with 30 records in a batch...