node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

#### test: add common.expectRequiredModule() To minimize changes if/when we change the layout of the result returned by require(esm). #### module: cache synchronous module jobs before linking So that if there...

esm
needs-ci

In systems that don't support recursive file watching, If you watch a file that gets replaced as sometimes happens (e.g., gedit and certain configurations of docker), subsequent changes wont be...

needs-ci
watch-mode

I picked up the work from this comment https://github.com/nodejs/node/issues/44125#issuecomment-2007437877 by @cjihrig to add support for test planning

needs-ci
test_runner

The goal here is to do the right changes with lessons learned from https://github.com/nodejs/node/pull/35433.

build
meta
needs-ci

### Version 22.0.0 ### Platform Darwin Turing-2.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64 ### Subsystem Test Runner ### What steps will reproduce the...

test_runner

Bikeshedding/doc suggestions (should we edit it in other places like (readableLength/writableLength?) welcome ping @lpinca @nodejs/streams --- Documents that we calculate the highWaterMark value of streams operating on strings using the...

doc
stream
author ready

This PR moves all of the `parallel/test-http-*` files into `parallel/http/test-*`. If this change goes well, I look to implement it throughout the entire `parallel` folder (one subsystem at a time)...

http
test
needs-ci
review wanted

Fixes https://github.com/nodejs/node/issues/50880 When spawning a node process in watch mode, from another node process, there is currently no way to get IPC between the parent and the child. This PR...

author ready
needs-ci
watch-mode

I'm experimenting with [Visual Studio's Clang support](https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=vs-2019) and have an issue with ICU: There's only one line with an error while building `tools\icu\icudata.vcxproj` ``` ..\..\out\Release\\obj\global_intermediate\icudt67l_dat.obj: unknown machine: 0 ``` /cc...

windows
build
i18n-api