redyetidev
redyetidev
### Version node-v23.0.0-nightly202409243c5ceff85f ### Platform ```text N/A ``` ### Subsystem test_runner ### What steps will reproduce the bug? The Node.js coverage reporter does not correctly handle source maps with a...
This PR changes the code coverage test runner to throw `ERR_SOURCE_MAP_CANNOT_PARSE` when a sourcemap is not a valid JSON file, or does not exist.
Followup #54842 This PR runtime-deprecates instantiating the REPL classes without the `new` keyword.
This (uncleanly) reverts commit efbba60. Fixes #55410 --- The commit efbba60 introduced a change where paths would **retain trailing `/` characters**. This change led to issues in `npm` and likely...
Fixes #54417 Ref: #55452 `v8::String::Value` is deprecated, so this PR replaces it with `v8::String::ValueView`
Another PR is updated V8 to 13.0, so I compiled a list of deprecations from that version onward. While they don't need to be fixed immediately, it's important to know...
Ref #55452 `GetPrototype` has been deprecated in favor of `GetPrototypeV2`. See https://issues.chromium.org/issues/333672197
## `git node wpt FileAPI` Note one new failure: `Passing a Float16Array as element of the blobParts array should work.` Note that several tests now **pass** that previously **failed**.
## `git node wpt performance-timeline` Note that `not-restored-reasons/*` depends on the HTML WPT, and has been skipped. `idlharness-shadowrealm.window.js` requires ShadowRealm, and has been skipped. `droppedentriescount.any.js` requires WPTRunner to have `fetch`...
Ref: #52464 `ares_query` has been deprecated in favor of `ares_query_dnsrec`, so this PR switches our implementation to use it.