node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 724 node issues
Sort by recently updated
recently updated
newest added

### 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?...

v8 engine
i18n-api

Fixes #52448

crypto
c++
semver-major
needs-ci

This PR introduces the ability to import `JSONC` typed JSON files via the `{ type: 'jsonc' }` import attribute.

esm
needs-ci

Add failed test names and stack trace to dot reporter output Fixes: https://github.com/nodejs/node/issues/51769

needs-ci
test_runner

Fixes https://github.com/nodejs/node/issues/52704

needs-ci
watch-mode

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...

c++
zlib
semver-minor
needs-ci
request-ci-failed

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....

c++
lib / src
needs-ci

### 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...

build

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...

doc
fs

### 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...

v8 engine