node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

It's been a honor and a privilege to be a Node.js Technical Steering Committee voting member. At the current time, I'm not able to give Node.js the time and attention...

doc

@StefanStojanovic has been doing a great job in improving Windows support for the project, both in core and in the build working group. Commits authored on nodejs/node: [github.com/nodejs/node/commits?author=StefanStojanovic](https://github.com/nodejs/node/commits?author=StefanStojanovic) Pull requests...

meta

### What is the problem this feature will solve? Fast calls in V8 was introduced 4 years ago, soon to be half a decade ago. These features are still not...

feature request
stale

v18 bullet point from #51308 This patch backports the test/v8-updates/test-linux-perf-logger.js test from #50352 to the v18 branch. Related to #50079, this test suite includes the same assertions as those done...

test
needs-ci
v18.x

* **Version**: v14.8.0 * **Platform**: Windows 10 1809 * **Subsystem**: process, path ### What steps will reproduce the bug? ````bash cd c: mkdir folder mklink /D link folder cd link...

windows
path
process
libuv

Blocks #52875 This PR gives the test runner support for recursive searching for test files. This is being backported, as in #52875 (and similar future PRs), testing will (hopefully) be...

test
tools
needs-ci
review wanted
lts-watch-v18.x
lts-watch-v20.x

### Affected URL(s) https://nodejs.org/api/cli.html#-r---require-module ### Description of the problem There was a previous issue for this: https://github.com/nodejs/node/issues/28518 But the PR to improve this does not make this clear in the...

doc

When building Node.js, it is possible to replace most dependencies by locally provided ones. However, it does not apply for at least three dependencies: simdjson, simdutf, ada. This PR seeks...

build
needs-ci
commit-queue-squash

I'm nominating @MattiasBuelens. He has done quite a few critical fixes on our Web Streams implementation, always nice to work with and can help maintain a part of the code...

meta

**Is your feature request related to a problem? Please describe.** Large WASM modules take a while to compile, impacting startup times. Browsers solve this problem by caching compiled module data....

feature request
wasm