node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
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: @RedYetiDev @marco-ippolito @ErickWendel
### What is the problem this feature will solve? Import maps currently have to load before any ES module and there can only be a single import map per document....
We were talking about adding support for the [Session Extension](https://www.sqlite.org/sessionintro.html) of SQLite in #53752. This is not a run-time extension but rather a feature built in to the SQLite amalgamation....
The relative link points to wrong place when the page is opened as https://github.com/nodejs/node/tree/main/test (without trailing slash nor explicit `README.md`), because `new URL('./common/README.md', 'https://github.com/nodejs/node/tree/main/test').href === 'https://github.com/nodejs/node/tree/main/common/README.md'`. Note that there are...
They have been helping out a lot with the test runner and tests. Being able to run the CI would be helpful and I think they have enough commits and...
When emitting the experimental warning for `require(esm)`, include information about the parent module and the module being require()-d to help users locate and update them. For example, when using npm...
Create and store an AsyncResource for each stream, following a similar approach as used in HttpAgent. Fixes #55376
This is an automated update of gyp-next to 0.18.3.