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 v18.16.0 ### Platform Microsoft Windows NT 10.0.22621.0 x64 ### Subsystem internal/watch_mode/files_watcher.js ### What steps will reproduce the bug? Use `node --watch script.js` ### How often does it reproduce?...

watch-mode

### Version v20.10.0 ### Platform FreeBSD 14.0-RELEASE-p5 FreeBSD 14.0-RELEASE-p5 #0: Tue Feb 13 23:37:36 UTC 2024 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 ### Subsystem _No response_ ### What steps will reproduce the bug? In...

### What is the problem this feature will solve? Sometimes you want to test a small utility function and would like to colocate the tests inside the same file as...

feature request
test_runner

g++ -o /home/abuild/rpmbuild/BUILD/node-v20.11.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/add-type-assertions-reducer.o ../deps/v8/src/compiler/add-type-assertions-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DNODE_OPENSSL_CERT_STORE' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_RISCV64' '-D__riscv_xlen=64' '-DCAN_USE_FPU_INSTRUCTIONS' '-DV8_HAVE_TARGET_OS' '-DV8_TARGET_OS_LINUX' '-DV8_EMBEDDER_STRING="-node.17"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_ENABLE_PRIVATE_MAPPING_FORK_OPTIMIZATION' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_SHARED_RO_HEAP' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_TURBOFAN'...

In particular, what I'd like is to be able to do `NODE=/path/to/some/specific/bin/node make test-doc -j`.

build
author ready
needs-ci

This backport includes the patches of Symbols as WeakMap keys from https://bugs.chromium.org/p/v8/issues/detail?id=12947 and the following PRs: - https://github.com/nodejs/node/pull/49855 - https://github.com/nodejs/node/pull/48943 - https://github.com/nodejs/node/pull/49874 - https://github.com/nodejs/node/pull/49391 - https://github.com/nodejs/node/pull/48510 - https://github.com/nodejs/node/pull/49671 - https://github.com/nodejs/node/pull/49710...

build
needs-ci
v18.x

Backport of https://github.com/nodejs/node/pull/50140, closes https://github.com/nodejs/node/issues/51118 That PR has already been fully backported to v20 (https://github.com/nodejs/node/pull/50183), but it was only partially backported to v18 (https://github.com/nodejs/node/pull/50329). This PR backports syntax support from...

lib / src
needs-ci
v18.x

The goal is to replace `dirent.path` using a name that's less likely to create confusion. `dirent.path` value has not been stable, moving it to a different property name should avoid...

fs
needs-ci
v18.x

Backport of #48658 cc @anonrig

c++
lib / src
needs-ci
v18.x

### Version v20.10.0 ### Platform Linux acfbcf435a24 6.7.4-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 5 22:21:14 UTC 2024 x86_64 GNU/Linux ### Subsystem Intl ### What steps will reproduce the bug? 1....

v8 engine
i18n-api