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

Some unit tests had duplicate names. Please review these small changes. Thanks Christos

test
author ready
needs-ci
commit-queue-failed
commit-queue-squash
strip-types

In this MR I'm adding more tests created in this [PR](https://github.com/nodejs/node/pull/53725/files), testing generics and Utility Types. This PR makes part of typescript iniciative on Node. cc: @tniessen @ErickWendel

test
needs-ci
strip-types

Wandering around the codebase I found the `TODO` in `benchmark/http/headers.js` and, following the link, I discovered there was a stale PR which needed some love in order to make the...

http
benchmark
commit-queue-squash

### Discussed in https://github.com/orgs/nodejs/discussions/54248 Originally posted by **SteffenHo** August 7, 2024 We saw a massive increase in memory in our next.js application after updating to version 20.16.0. We build our...

memory
fetch

This pull request introduces a new API method, `util.getCallSite()`, which provides a way to capture and inspect the call stack within a Node.js application. The method returns an array of...

util
semver-minor
author ready
needs-ci
commit-queue-rebase

See https://github.com/nodejs/node/issues/33460. tl;dr: it turns out that there's a number of tools that need to be able to locate a package's root directory, and with "exports", they can no longer...

feature request
esm
stale

This PR adds the functionality to exclude test files by glob patterns. It is meant for the use case when a user may have hundreds of test files and may...

c++
semver-minor
notable-change
cli
needs-ci
test_runner

Fixes: https://github.com/nodejs/node/issues/54515 Given the number of characters to cover, I leaning towards using one regex to deal with them all rather than adding more special cases. Let's check what the...

process
whatwg-url
author ready
needs-ci
needs-benchmark-ci

src: use v8::Isolate::GetDefaultLocale() to compute navigator.language Using the Intl API to get the default locale slows down the startup significantly. This patch uses a new v8 API to get the...

v8 engine
lib / src
needs-ci
dependencies

This PR updates the WPT files. Note the following behavioral differences between Node.js and WPT: ## `test-structured-clone.js` Comparison: See: #55120

test
needs-ci
web-standards