René
René
collection.ts needs an ambient declaration for `Collection.prototype.constructor` in order for the TypeScript compiler to understand `this.constructor[Symbol.species]` references within class methods. The existing implementation of this is a little clumsy. This...
**Please describe the changes this PR makes and why it should be merged:** Resolves #10450. The linked issue relates to the current cache-dependent behaviour of `PermissionOverwrites.resolve()`, specifically that passing identical...
See: #70766 Follows on from the changes in #70420. The behaviour of `util.parseArgs()` has always been that the returned `values` object only defines properties for args that are either present,...
https://github.com/nodejs/node/releases/tag/v22.9.0 - lib: add util.getCallSite() API - test_runner: report coverage thresholds in `test:coverage` - timers: document ref option for scheduler.wait - tls: add allowPartialTrustChain flag ---- - [x] Use a...
https://github.com/nodejs/node/releases/tag/v22.8.0 - deps: update undici to 6.19.8 - src: add JS APIs for compile cache and NODE_DISABLE_COMPILE_CACHE - src,lib: add performance.uvMetricsInfo - test_runner: support running tests in process - vm:...