node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Trying to build a URL by concatenating `file://` and a path will always fail as soon as the path contains some URL-significant char (e.g. `%`, `?`, `#`)
Changed the command used to verify with SHASUMS256.txt to another that is simpler and allows you to verify all downloads so you don't have to specify each of them one...
### What is the problem this feature will solve? I use NVM for Windows. 1. I run `nvm install 23.0.0` 2. `v23.0.0` gets installed. 3. I then run `nvm use...
Add step to the updater script for c-ares to synchronize the list of sources in our gyp file with the lists in c-ares' Makefiles. --- This should hopefully mean less...
Ref #55452 `GetPrototype` has been deprecated in favor of `GetPrototypeV2`. See https://issues.chromium.org/issues/333672197
This PR will fix #55437 , please have a look!
From the source code, `readlinePromises.createInterface()` calls `new Interface()` imported from `internal/readline/interface`, which works the same as the non-promise version. If non-promise version accepts options.signal, it should also work for `readlinePromises.createInterface()`....
`SO_REUSEPORT` allows users bind a port to multiple sockets, and incoming connections are distributed by OS across the listener sockets. It will improve the performance of server. Refs: https://github.com/libuv/libuv/pull/4407 -...
Moves the check from random places in loaders to `stripTypeScriptTypes `
https://github.com/nodejs/node/pull/55229 was too controversial, so back to the original idea from https://github.com/nodejs/node/pull/55173. Closes https://github.com/nodejs/node/pull/55229