Branch: refs/heads/main
Home:
https://api.github.com/repos/nwjs/node
Commit: e49f9e1f0da18722f229e9057d3e2411575f2d14
https://github.com/nwjs/node/commit/e49f9e1f0da18722f229e9057d3e2411575f2d14
Author: Roger Wang <
ro...@nwjs.io>
Date: 2025-12-07 15:09:47 -0700 -0700
Changed paths:
M .gitignore
M BUILDING.md
M CHANGELOG.md
M README.md
M benchmark/common.js
M benchmark/esm/import-meta.js
M benchmark/fixtures/import-meta-dirname-and-filename.mjs
M benchmark/fixtures/import-meta-dirname.mjs
M benchmark/fixtures/import-meta-filename.mjs
M benchmark/module/module-require.js
M common.gypi
M deps/amaro/dist/index.js
M deps/amaro/dist/package.json
M deps/amaro/lib/wasm.d.ts
M deps/amaro/package.json
M deps/corepack/CHANGELOG.md
M deps/corepack/dist/lib/corepack.cjs
M deps/corepack/package.json
M deps/ncrypto/ncrypto.cc
M deps/nghttp2/lib/CMakeLists.txt
M deps/nghttp2/lib/Makefile.am
M deps/nghttp2/lib/Makefile.in
M deps/nghttp2/lib/includes/Makefile.in
M deps/nghttp2/lib/includes/nghttp2/nghttp2.h
M deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
M deps/nghttp2/lib/nghttp2_callbacks.c
M deps/nghttp2/lib/nghttp2_callbacks.h
M deps/nghttp2/lib/nghttp2_map.c
M deps/nghttp2/lib/nghttp2_map.h
M deps/nghttp2/lib/nghttp2_option.c
M deps/nghttp2/lib/nghttp2_option.h
M deps/nghttp2/lib/nghttp2_session.c
M deps/nghttp2/lib/nghttp2_session.h
M deps/nghttp2/lib/nghttp2_submit.c
M deps/simdjson/simdjson.cpp
M deps/simdjson/simdjson.h
M deps/v8/DEPS
M deps/v8/include/v8-statistics.h
M deps/v8/src/api/api.cc
M deps/v8/src/builtins/loong64/builtins-loong64.cc
M deps/v8/src/codegen/loong64/macro-assembler-loong64.cc
M deps/v8/src/codegen/loong64/macro-assembler-loong64.h
M deps/v8/src/heap/heap-allocator.cc
M deps/v8/src/heap/heap.cc
M deps/v8/src/heap/heap.h
M deps/v8/src/heap/main-allocator.cc
M deps/v8/test/cctest/test-api.cc
M doc/api/buffer.md
M doc/api/child_process.md
M doc/api/cli.md
M doc/api/crypto.md
M doc/api/diagnostics_channel.md
M doc/api/errors.md
M doc/api/esm.md
M doc/api/globals.md
M doc/api/http.md
M doc/api/https.md
M doc/api/modules.md
M doc/api/n-api.md
M doc/api/net.md
M doc/api/packages.md
M doc/api/perf_hooks.md
M doc/api/process.md
M doc/api/single-executable-applications.md
M doc/api/sqlite.md
M doc/api/stream.md
M doc/api/test.md
M doc/api/typescript.md
M doc/api/util.md
M doc/api/v8.md
M doc/api/worker_threads.md
M doc/changelogs/CHANGELOG_V25.md
M doc/contributing/advocacy-ambassador-program.md
M doc/contributing/releases.md
M doc/contributing/writing-and-running-benchmarks.md
M doc/node-config-schema.json
M doc/node.1
M glossary.md
M lib/buffer.js
M lib/eslint.config_partial.mjs
M lib/internal/bootstrap/node.js
M lib/internal/console/constructor.js
M lib/internal/crypto/sig.js
M lib/internal/debugger/inspect_client.js
M lib/internal/errors.js
M lib/internal/http.js
M lib/internal/http2/core.js
M lib/internal/inspector/network_http.js
M lib/internal/inspector/network_http2.js
M lib/internal/main/eval_stdin.js
M lib/internal/main/eval_string.js
M lib/internal/main/watch_mode.js
M lib/internal/main/worker_thread.js
M lib/internal/modules/cjs/loader.js
M lib/internal/modules/esm/formats.js
M lib/internal/modules/esm/get_format.js
M lib/internal/modules/esm/hooks.js
M lib/internal/modules/esm/loader.js
M lib/internal/modules/esm/module_job.js
M lib/internal/modules/esm/translators.js
M lib/internal/modules/esm/utils.js
M lib/internal/modules/package_json_reader.js
M lib/internal/modules/run_main.js
M lib/internal/process/execution.js
M lib/internal/process/pre_execution.js
M lib/internal/readline/interface.js
M lib/internal/streams/fast-utf8-stream.js
M lib/internal/streams/readable.js
M lib/internal/test_runner/mock/mock.js
M lib/internal/test_runner/utils.js
M lib/internal/util.js
M lib/internal/util/inspect.js
M lib/internal/worker.js
M lib/internal/worker/messaging.js
M lib/perf_hooks.js
M lib/util.js
M lib/v8.js
M node.gyp
M shell.nix
M src/amaro_version.h
M src/compile_cache.cc
M src/crypto/crypto_context.cc
M src/crypto/crypto_timing.cc
M src/dataqueue/queue.cc
M src/debug_utils-inl.h
M src/env_properties.h
M src/inspector_io.cc
M src/js_native_api.h
M src/js_native_api_types.h
M src/js_native_api_v8.cc
M src/module_wrap.cc
M src/module_wrap.h
M src/node.h
M src/node_api.cc
M src/node_api.h
M src/node_api_internals.h
M src/node_api_types.h
M src/node_binding.h
M src/node_debug.cc
M src/node_debug.h
M src/node_file.cc
M src/node_file.h
M src/node_modules.cc
M src/node_options.cc
M src/node_options.h
M src/node_util.cc
M src/node_v8.cc
M src/node_version.h
M src/node_worker.cc
M src/util-inl.h
M src/util.h
M test/addons/addons.status
M test/common/child_process.js
M test/common/debugger.js
M test/common/index.js
M test/common/index.mjs
M test/common/watch.js
M test/doctool/test-apilinks.mjs
M test/es-module/test-esm-assert-strict.mjs
M test/es-module/test-esm-assertionless-json-import.js
M test/es-module/test-esm-cjs-named-error.mjs
M test/es-module/test-esm-custom-exports.mjs
M test/es-module/test-esm-default-type.mjs
M test/es-module/test-esm-detect-ambiguous.mjs
M test/es-module/test-esm-dynamic-import-attribute.js
M test/es-module/test-esm-dynamic-import-attribute.mjs
M test/es-module/test-esm-experimental-warnings.mjs
M test/es-module/test-esm-exports.mjs
M test/es-module/test-esm-extensionless-esm-and-wasm.mjs
M test/es-module/test-esm-import-attributes-1.mjs
M test/es-module/test-esm-import-attributes-2.mjs
M test/es-module/test-esm-import-attributes-3.mjs
M test/es-module/test-esm-import-attributes-errors.js
M test/es-module/test-esm-import-attributes-errors.mjs
M test/es-module/test-esm-import-meta-resolve.mjs
M test/es-module/test-esm-imports.mjs
M test/es-module/test-esm-json-cache.mjs
M test/es-module/test-esm-loader-hooks.mjs
M test/es-module/test-esm-loader-modulemap.js
M test/es-module/test-esm-loader-resolve-type.mjs
M test/es-module/test-esm-loader-thenable.mjs
M test/es-module/test-esm-loader-with-syntax-error.mjs
M test/es-module/test-esm-module-not-found-commonjs-hint.mjs
M test/es-module/test-esm-non-js.mjs
M test/es-module/test-esm-nowarn-exports.mjs
M test/es-module/test-esm-preserve-symlinks.js
M test/es-module/test-esm-recursive-cjs-dependencies.mjs
M test/es-module/test-esm-repl.js
M test/es-module/test-esm-symlink-main.js
M test/es-module/test-esm-symlink.js
M test/es-module/test-esm-syntax-error.mjs
M test/es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs
M test/es-module/test-typescript-commonjs.mjs
M test/es-module/test-typescript-eval.mjs
M test/es-module/test-typescript-module.mjs
M test/es-module/test-typescript-transform.mjs
M test/es-module/test-typescript.mjs
M test/es-module/test-wasm-web-api.js
M test/eslint.config_partial.mjs
M test/fixtures/es-module-loaders/never-settling-resolve-step/import.meta.never-resolve.mjs
M test/fixtures/kill-signal-for-watch.js
M test/fixtures/test-runner/output/filtered-suite-delayed-build.js
M test/fixtures/test-runner/output/hooks-with-no-global-test.js
M test/fixtures/test-runner/output/hooks.js
M test/fixtures/test-runner/output/name_pattern.js
M test/fixtures/webcrypto/supports-modern-algorithms.mjs
M test/internet/test-dgram-broadcast-multi-process.js
M test/internet/test-dgram-multicast-multi-process.js
M test/internet/test-dgram-multicast-set-interface-lo.js
M test/internet/test-dgram-multicast-ssm-multi-process.js
M test/internet/test-dgram-multicast-ssmv6-multi-process.js
M test/internet/test-dns-any.js
M test/internet/test-dns-cares-domains.js
M test/internet/test-dns-ipv4.js
M test/internet/test-dns-ipv6.js
M test/internet/test-dns-txt-sigsegv.js
M test/internet/test-dns.js
M test/internet/test-https-autoselectfamily-slow-timeout.js
M test/internet/test-https-issue-43963.js
M test/internet/test-net-autoselectfamily-events-failure.js
M test/internet/test-net-autoselectfamily-events-timeout.js
M test/js-native-api/3_callbacks/test.js
M test/js-native-api/test_general/testInstanceOf.js
M test/js-native-api/test_object/binding.gyp
M test/js-native-api/test_object/test.js
M test/js-native-api/test_object/test_object.c
M test/js-native-api/test_promise/test.js
M test/known_issues/test-dgram-bind-shared-ports-after-port-0.js
M test/known_issues/test-fs-cp-non-utf8.js
M test/known_issues/test-http-clientrequest-end-contentlength.js
M test/known_issues/test-http-clientrequest-end-empty-response-body.js
M test/known_issues/test-http-clientrequest-write-chunked.js
M test/known_issues/test-http-path-contains-unicode.js
M test/known_issues/test-inspector-cluster-port-clash.js
M test/parallel/parallel.status
M test/parallel/test-abortcontroller-internal.js
M test/parallel/test-abortcontroller.js
M test/parallel/test-aborted-util.js
M test/parallel/test-abortsignal-cloneable.js
M test/parallel/test-als-defaultvalue-original.js
M test/parallel/test-als-defaultvalue.js
M test/parallel/test-assert-async.js
M test/parallel/test-assert-class-destructuring.js
M test/parallel/test-assert-class.js
M test/parallel/test-assert-deep.js
M test/parallel/test-assert.js
M test/parallel/test-async-hooks-destroy-on-gc.js
M test/parallel/test-async-hooks-enable-before-promise-resolve.js
M test/parallel/test-async-hooks-http-parser-destroy.js
M test/parallel/test-async-hooks-recursive-stack-runInAsyncScope.js
M test/parallel/test-async-local-storage-contexts.js
M test/parallel/test-async-local-storage-snapshot.js
M test/parallel/test-async-wrap-promise-after-enabled.js
M test/parallel/test-async-wrap-tlssocket-asyncreset.js
M test/parallel/test-asyncresource-bind.js
M test/parallel/test-blob-file-backed.js
M test/parallel/test-blob.js
M test/parallel/test-blocklist-clone.js
M test/parallel/test-btoa-atob.js
M test/parallel/test-buffer-bytelength.js
M test/parallel/test-buffer-concat.js
M test/parallel/test-buffer-copy.js
M test/parallel/test-buffer-from.js
M test/parallel/test-buffer-resizable.js
M test/parallel/test-buffer-tostring.js
M test/parallel/test-buffer-write.js
M test/parallel/test-child-process-bad-stdio.js
M test/parallel/test-child-process-can-write-to-stdout.js
M test/parallel/test-child-process-cwd.js
M test/parallel/test-child-process-disconnect.js
M test/parallel/test-child-process-exec-encoding.js
M test/parallel/test-child-process-execfile.js
M test/parallel/test-child-process-flush-stdio.js
M test/parallel/test-child-process-fork-abort-signal.js
M test/parallel/test-child-process-fork-closed-channel-segfault.js
M test/parallel/test-child-process-fork-dgram.js
M test/parallel/test-child-process-fork-net-server.js
M test/parallel/test-child-process-fork-ref.js
M test/parallel/test-child-process-fork-timeout-kill-signal.js
M test/parallel/test-child-process-fork.js
M test/parallel/test-child-process-http-socket-leak.js
M test/parallel/test-child-process-kill.js
M test/parallel/test-child-process-prototype-tampering.mjs
M test/parallel/test-child-process-reject-null-bytes.js
M test/parallel/test-child-process-send-keep-open.js
M test/parallel/test-child-process-send-returns-boolean.js
M test/parallel/test-child-process-server-close.js
M test/parallel/test-child-process-spawn-timeout-kill-signal.js
M test/parallel/test-child-process-spawnsync-args.js
M test/parallel/test-child-process-spawnsync-kill-signal.js
M test/parallel/test-child-process-stdio-inherit.js
M test/parallel/test-cli-node-options.js
M test/parallel/test-cli-node-print-help.js
M test/parallel/test-cli-options-as-flags.js
M test/parallel/test-cluster-accept-fail.js
M test/parallel/test-cluster-basic.js
M test/parallel/test-cluster-concurrent-disconnect.js
M test/parallel/test-cluster-disconnect-exitedAfterDisconnect-race.js
M test/parallel/test-cluster-disconnect.js
M test/parallel/test-cluster-eaddrinuse.js
M test/parallel/test-cluster-fork-stdio.js
M test/parallel/test-cluster-fork-windowsHide.js
M test/parallel/test-cluster-message.js
M test/parallel/test-cluster-net-send.js
M test/parallel/test-cluster-rr-handle-keep-loop-alive.js
M test/parallel/test-cluster-send-deadlock.js
M test/parallel/test-cluster-send-handle-twice.js
M test/parallel/test-cluster-server-restart-none.js
M test/parallel/test-cluster-server-restart-rr.js
M test/parallel/test-cluster-shared-leak.js
M test/parallel/test-cluster-worker-events.js
M test/parallel/test-cluster-worker-isdead.js
M test/parallel/test-common-must-not-call.js
M test/parallel/test-config-file.js
M test/parallel/test-console-diagnostics-channels.js
M test/parallel/test-console-tty-colors-per-stream.js
M test/parallel/test-console.js
M test/parallel/test-constants.js
M test/parallel/test-cppheap-stats.js
M test/parallel/test-crypto-async-sign-verify.js
M test/parallel/test-crypto-certificate.js
M test/parallel/test-crypto-dh-errors.js
M test/parallel/test-crypto-dh-generate-keys.js
M test/parallel/test-crypto-dh.js
M test/parallel/test-crypto-domain.js
M test/parallel/test-crypto-hash.js
M test/parallel/test-crypto-key-objects.js
M test/parallel/test-crypto-op-during-process-exit.js
M test/parallel/test-crypto-padding.js
M test/parallel/test-crypto-pqc-keygen-ml-dsa.js
M test/parallel/test-crypto-pqc-keygen-ml-kem.js
M test/parallel/test-crypto-pqc-keygen-slh-dsa.js
M test/parallel/test-crypto-randomfillsync-regression.js
M test/parallel/test-crypto-stream.js
M test/parallel/test-crypto-subtle-zero-length.js
M test/parallel/test-debugger-restart-message.js
M test/parallel/test-dotenv-edge-cases.js
M test/parallel/test-eslint-must-call-assert.js
M test/parallel/test-esm-loader-hooks-inspect-wait.js
M test/parallel/test-fs-filehandle.js
M test/parallel/test-inspector-network-http.js
M test/parallel/test-inspector-network-http2.js
M test/parallel/test-net-autoselectfamily-attempt-timeout-cli-option.js
M test/parallel/test-process-env-allowed-flags-are-documented.js
M test/parallel/test-repl-paste-big-data.js
M test/parallel/test-tls-alert-handling.js
M test/parallel/test-util-deprecate.js
M test/parallel/test-util-inspect.js
M test/parallel/test-v8-stats.js
M test/parallel/test-watch-mode-kill-signal-default.mjs
M test/parallel/test-watch-mode-kill-signal-override.mjs
M test/parallel/test-worker-heap-statistics.js
M test/parallel/test-x509-escaping.js
M test/parallel/test-zlib-brotli-16GB.js
M test/parallel/test-zlib-brotli-kmaxlength-rangeerror.js
M test/parallel/test-zlib-from-concatenated-gzip.js
M test/parallel/test-zlib-kmaxlength-rangeerror.js
M test/parallel/test-zlib-maxOutputLength.js
M test/parallel/test-zlib-reset-before-write.js
M test/parallel/test-zlib-truncated.js
M test/parallel/test-zlib-type-error.js
M test/parallel/test-zlib-unzip-one-byte-chunks.js
M test/parallel/test-zlib-write-after-close.js
M test/parallel/test-zlib-write-after-flush.js
M test/parallel/test-zlib-zero-byte.js
M test/parallel/test-zlib-zstd-kmaxlength-rangeerror.js
M test/sea/test-single-executable-application-inspect.js
M test/sea/testcfg.py
M test/sequential/test-child-process-execsync.js
M test/sequential/test-child-process-pass-fd.js
M test/sequential/test-cluster-send-handle-large-payload.js
M test/sequential/test-crypto-timing-safe-equal.js
M test/sequential/test-debugger-pid.js
M test/sequential/test-deprecation-flags.js
M test/sequential/test-dgram-pingpong.js
M test/sequential/test-fs-readdir-recursive.js
M test/sequential/test-heapdump-flag-custom-dir.js
M test/sequential/test-http-econnrefused.js
M test/sequential/test-http-keepalive-maxsockets.js
M test/sequential/test-http2-max-session-memory.js
M test/sequential/test-http2-ping-flood.js
M test/sequential/test-http2-settings-flood.js
M test/sequential/test-http2-timeout-large-write-file.js
M test/sequential/test-http2-timeout-large-write.js
M test/sequential/test-inspector-open-dispose.mjs
M test/sequential/test-module-loading.js
M test/sequential/test-net-connect-econnrefused.js
M test/sequential/test-net-localport.js
M test/sequential/test-net-server-bind.js
M test/sequential/test-pipe.js
M test/sequential/test-process-title.js
M test/sequential/test-process-warnings.js
M test/sequential/test-repl-timeout-throw.js
M test/sequential/test-stream2-fs.js
M test/sequential/test-stream2-stderr-sync.js
M test/sequential/test-timers-block-eventloop.js
M test/sequential/test-timers-set-interval-excludes-callback-duration.js
M test/sequential/test-tls-psk-client.js
M test/sequential/test-tls-session-timeout.js
M test/sequential/test-watch-mode.mjs
M test/sequential/test-without-async-context-frame.mjs
M test/sequential/test-worker-eventlooputil.js
M test/sequential/test-worker-prof.js
M test/test-runner/test-runner.status
M test/testpy/__init__.py
M tools/actions/lint-release-proposal-commit-list.mjs
M tools/dep_updaters/update-googletest.sh
M tools/dep_updaters/update-icu.sh
M tools/dep_updaters/update-nixpkgs-pin.sh
M tools/doc/type-parser.mjs
M tools/eslint-rules/must-call-assert.js
M tools/test.py
M typings/internalBinding/util.d.ts
A .devcontainer/base/devcontainer.json
A benchmark/console/log.js
A benchmark/fixtures/import-meta-url.mjs
A benchmark/napi/create_object_with_properties/.gitignore
A benchmark/napi/create_object_with_properties/binding.cc
A benchmark/napi/create_object_with_properties/binding.gyp
A benchmark/napi/create_object_with_properties/index.js
A deps/nghttp2/lib/
config.cmake.in
A doc/contributing/using-devcontainer.md
A test/es-module/test-esm-wasm-escape-import-names.mjs
A test/es-module/test-esm-wasm-globals-all-types.mjs
A test/es-module/test-esm-wasm-js-string-builtins.mjs
A test/es-module/test-esm-wasm-load-exports.mjs
A test/es-module/test-esm-wasm-module-instances-warning.mjs
A test/es-module/test-esm-wasm-no-code-injection.mjs
A test/es-module/test-esm-wasm-non-identifier-exports.mjs
A test/es-module/test-esm-wasm-reject-wasm-export-names.mjs
A test/es-module/test-esm-wasm-reject-wasm-import-names.mjs
A test/es-module/test-esm-wasm-reject-wasm-js-export-names.mjs
A test/es-module/test-esm-wasm-reject-wasm-js-import-module.mjs
A test/es-module/test-esm-wasm-reject-wasm-js-import-names.mjs
A test/es-module/test-esm-wasm-source-phase-dynamic.mjs
A test/es-module/test-esm-wasm-source-phase-no-execute-dynamic.mjs
A test/es-module/test-esm-wasm-source-phase-no-execute.mjs
A test/es-module/test-esm-wasm-source-phase-not-defined-dynamic.mjs
A test/es-module/test-esm-wasm-source-phase-not-defined-static.mjs
A test/es-module/test-esm-wasm-source-phase-static.mjs
A test/es-module/test-esm-wasm-top-level-execution.mjs
A test/es-module/test-esm-wasm-vm-source-phase-dynamic.mjs
A test/es-module/test-esm-wasm-vm-source-phase-static.mjs
A test/fixtures/es-modules/test-wasm-escape-import-names.mjs
A test/fixtures/es-modules/test-wasm-globals-all-types.mjs
A test/fixtures/es-modules/test-wasm-js-string-builtins.mjs
A test/fixtures/es-modules/test-wasm-load-exports.mjs
A test/fixtures/es-modules/test-wasm-non-identifier-exports.mjs
A test/fixtures/es-modules/test-wasm-reject-wasm-export-names.mjs
A test/fixtures/es-modules/test-wasm-reject-wasm-import-names.mjs
A test/fixtures/es-modules/test-wasm-reject-wasm-js-export-names.mjs
A test/fixtures/es-modules/test-wasm-reject-wasm-js-import-module.mjs
A test/fixtures/es-modules/test-wasm-reject-wasm-js-import-names.mjs
A test/fixtures/es-modules/test-wasm-source-phase-dynamic.mjs
A test/fixtures/es-modules/test-wasm-source-phase-no-execute-dynamic.mjs
A test/fixtures/es-modules/test-wasm-source-phase-no-execute.mjs
A test/fixtures/es-modules/test-wasm-source-phase-not-defined-dynamic.mjs
A test/fixtures/es-modules/test-wasm-source-phase-not-defined-static.mjs
A test/fixtures/es-modules/test-wasm-source-phase-static.mjs
A test/fixtures/es-modules/test-wasm-vm-source-phase-dynamic.mjs
A test/fixtures/es-modules/test-wasm-vm-source-phase-static.mjs
A test/fixtures/module-hooks/logger-async-hooks.mjs
A test/fixtures/module-hooks/register-logger-async-hooks.mjs
A test/fixtures/module-hooks/require-esm/cjs.cjs
A test/fixtures/module-hooks/require-esm/esm.mjs
A test/fixtures/module-hooks/require-esm/inner.cjs
A test/fixtures/module-hooks/require-esm/inner.mjs
A test/fixtures/module-hooks/require-esm/main.cjs
A test/fixtures/module-hooks/require-esm/main.mjs
A test/fixtures/test-runner-watch/dependency.js
A test/fixtures/test-runner-watch/dependency.mjs
A test/fixtures/test-runner-watch/test.js
A test/js-native-api/test_general/testV8Instanceof.js
A test/js-native-api/test_general/testV8Instanceof2.js
A test/module-hooks/test-module-hooks-require-esm.js
A test/parallel/test-crypto-rsa-pss-default-salt-length.js
A test/parallel/test-diagnostics-channel-http2-client-stream-body-multiple-buffers-and-strings.js
A test/parallel/test-diagnostics-channel-http2-client-stream-body-multiple-buffers.js
A test/parallel/test-diagnostics-channel-http2-client-stream-body-no-chunks.js
A test/parallel/test-diagnostics-channel-http2-client-stream-body-single-buffer.js
A test/parallel/test-diagnostics-channel-http2-client-stream-body-single-string.js
A test/parallel/test-inspector-invalid-protocol.js
A test/parallel/test-internal-util-construct-sab.js
A test/parallel/test-perf-hooks-eventlooputilization.js
A test/parallel/test-perf-hooks-timerify-basic.js
A test/parallel/test-perf-hooks-timerify-constructor.js
A test/parallel/test-perf-hooks-timerify-error.js
A test/parallel/test-perf-hooks-timerify-histogram-async.mjs
A test/parallel/test-perf-hooks-timerify-histogram-sync.mjs
A test/parallel/test-perf-hooks-timerify-invalid-args.js
A test/parallel/test-perf-hooks-timerify-multiple-wrapping.js
A test/parallel/test-perf-hooks-timerify-return-value.js
A test/parallel/test-repl-async-iife.js
A test/sequential/test-crypto-timing-safe-equal-fast.js
A test/test-runner/test-watch-create-isolation-none.mjs
A test/test-runner/test-watch-create-isolation-process.mjs
A test/test-runner/test-watch-delete-isolation-none.mjs
A test/test-runner/test-watch-delete-isolation-process.mjs
A test/test-runner/test-watch-dependency-isolation-none.mjs
A test/test-runner/test-watch-dependency-isolation-process.mjs
A test/test-runner/test-watch-esm-dependency-isolation-none.mjs
A test/test-runner/test-watch-esm-dependency-isolation-process.mjs
A test/test-runner/test-watch-no-file-isolation-none.mjs
A test/test-runner/test-watch-no-file-isolation-process.mjs
A test/test-runner/test-watch-rename-isolation-none.mjs
A test/test-runner/test-watch-rename-isolation-process.mjs
A test/test-runner/test-watch-run-repeatedly-isolation-none.mjs
A test/test-runner/test-watch-run-repeatedly-isolation-process.mjs
A tools/nix/benchmarkTools.nix
A tools/nix/devTools.nix
A tools/nix/sharedLibDeps.nix
R .devcontainer.json
R lib/internal/modules/esm/initialize_import_meta.js
R test/es-module/test-esm-wasm.mjs
R test/parallel/test-performance-eventlooputil.js
R test/parallel/test-performance-function.js
R test/parallel/test-runner-watch-mode.mjs
Log Message:
-----------
update to v25.2.1