node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Some unit tests had duplicate names. Please review these small changes. Thanks Christos
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
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...
### 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...
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...
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...
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...
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...
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...
This PR updates the WPT files. Note the following behavioral differences between Node.js and WPT: ## `test-structured-clone.js` Comparison: See: #55120