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

This adds a couple new entries or increases the support depending on newer data. I checked ncurses, tput, supports-color, and termstandard on github. Most updates are from supports-color.

tty
needs-ci
request-ci-failed

[email protected] optimizes header value parsing on ARM Neon/WASM, and adds support for a protocol callback for use outside of the typical HTTP setting (RTSP/ICE).

lib / src
needs-ci

As specified in https://no-color.org/, setting the env variable to an empty string should result in that env variable to be ignored: > Command-line software which adds ANSI color to its...

tty
author ready
needs-ci
dont-land-on-v20.x
dont-land-on-v22.x
dont-land-on-v23.x

Switches over to using the new doc generation tooling. For more background on this, please see #52343 ~~Currently a draft just to get feedback on the approach to this integration.~~...

doc
windows
build
tools
needs-ci

This will remove three of the four "A parse error occurred" issues during JavaScript CodeQL scans. (The fourth occurrence is in our code base, although it might be a false...

meta
author ready
commit-queue

v8 engine
benchmark
author ready
commit-queue

From the following comment in the pull request: https://github.com/nodejs/node/pull/57146#discussion_r1963799600 Add a template utility method `FromV8Value()` to replace the repetitive `static_cast(value.As()‑>Value())` pattern. It also additionally adds compile‑time range checks for integers....

c++
lib / src
needs-ci

### Version v23.10.0 ### Platform ```text Tested on Linux and macOS: Linux rimmer 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux ---- Darwin holly 24.4.0 Darwin Kernel Version 24.4.0:...

http

### Version v24.0.0-nightly20250503f552c86fec ### Platform ```text macOS 15.5 ``` ### What steps will reproduce the bug? ```js Error.isError(new DOMException) // => false ``` ### What is the expected behavior? Why...

web-standards

- At @mhdawson's [direction](https://github.com/nodejs/next-10/issues/302#issuecomment-2701266330) I added [this idea](https://github.com/nodejs/next-10/issues/302#issuecomment-2477950678) to the ambassador program document. Also included is: - a63292945d5c85960ee7fd236f34af31e963d20b - fixing some typos in previous content - 20c83cfb701246eaa3d1f25ff86ef035958cace3 - normalizing the...

doc