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

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. Release notes Sourced from actions/download-artifact's releases. v4.3.0 What's Changed feat: implement new artifact-ids input by @​GrantBirki in actions/download-artifact#401 Fix workflow example for downloading by...

meta
dependencies
github_actions

Manual backport for v22.x of the changes in https://github.com/nodejs/node/pull/58010 which has been closed in favor of the V8 upgrade https://github.com/nodejs/node/pull/58070 which already contains this change. Original commit message: Enable --perf-prof...

build
v8 engine
author ready
needs-ci
v22.x

Adds a variant of `ToV8Value` for array of primitives that do not need to throw during conversion - there is essentially no exceptions that can be thrown then you create...

c++
needs-ci

Spinned off from https://github.com/nodejs/node/issues/55417 to discuss about this more generally. While it can be abused and lead to unwanted issues, I think CLI tools tend to inevitably want to do...

feature request
experimental
stale

I am not sure why but locally using `vcbuild.bat` never gives me real incremental builds - I am on a fairly old laptop, running `vcbuild.bat` again on an already built...

doc
build

`OPENSSL_TLS_SECURITY_LEVEL` isn't defined at all in BoringSSL and will cause compilation failures. Ref https://github.com/nodejs/node/pull/57323 Ref https://github.com/nodejs/node/pull/56601 See [boringssl search results](https://source.chromium.org/search?q=OPENSSL_TLS_SECURITY_LEVEL&sq=package:chromium)

needs-ci
dependencies

Exposes the internal `guessHandleType` function, which can be used to see if a handle has a specific type, regardless of the OS it is on. This helps out with detecting,...

util
c++
os
needs-ci

### Version 21.5.0 ### Platform ```text Darwin COMP-F2RFYQPYC7 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041 arm64 arm Darwin ``` ### Subsystem module ### What steps...

c++
module

### What is the problem this feature will solve? the save of the blocklist into the disk to not have do reblock manualy ### What is the feature you are...

feature request

As in title - this PR makes crypto tests work with BoringSSL. Similar to previous PRs.

test
needs-ci