From 674aa958ddfcac75c4b1bb8d5433e4a2c8164d8f Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 26 Oct 2022 12:02:00 -0400 Subject: [PATCH 1/2] chore(node): update node test suite to 18.12.0 (LTS) --- node/_tools/config.json | 2 +- node/_tools/test/common/countdown.js | 2 +- node/_tools/test/common/dns.js | 2 +- node/_tools/test/common/duplexpair.js | 2 +- node/_tools/test/common/fixtures.js | 2 +- node/_tools/test/common/hijackstdio.js | 2 +- node/_tools/test/common/index.mjs | 5 ++++- node/_tools/test/common/internet.js | 2 +- node/_tools/test/fixtures/a.js | 2 +- node/_tools/test/fixtures/echo.js | 2 +- node/_tools/test/fixtures/exit.js | 2 +- node/_tools/test/fixtures/loop.js | 2 +- .../test/internet/test-dgram-connect.js | 2 +- .../_tools/test/internet/test-dns-idna2008.js | 2 +- node/_tools/test/internet/test-dns-lookup.js | 2 +- .../internet/test-dns-promises-resolve.js | 2 +- .../test/internet/test-dns-regress-6244.js | 2 +- ...t-dns-setserver-in-callback-of-resolve4.js | 2 +- .../_tools/test/parallel/test-assert-async.js | 2 +- node/_tools/test/parallel/test-assert-fail.js | 2 +- node/_tools/test/parallel/test-btoa-atob.js | 2 +- .../_tools/test/parallel/test-buffer-ascii.js | 2 +- .../test/parallel/test-buffer-badhex.js | 2 +- .../test/parallel/test-buffer-bigint64.js | 2 +- .../parallel/test-buffer-compare-offset.js | 2 +- .../test/parallel/test-buffer-concat.js | 2 +- .../test/parallel/test-buffer-constants.js | 2 +- node/_tools/test/parallel/test-buffer-copy.js | 2 +- .../test/parallel/test-buffer-equals.js | 2 +- .../test-buffer-failed-alloc-typed-arrays.js | 2 +- .../_tools/test/parallel/test-buffer-fakes.js | 2 +- .../test/parallel/test-buffer-inheritance.js | 2 +- .../test/parallel/test-buffer-isencoding.js | 2 +- .../test/parallel/test-buffer-iterator.js | 2 +- node/_tools/test/parallel/test-buffer-new.js | 2 +- .../test-buffer-no-negative-allocation.js | 2 +- .../parallel/test-buffer-nopendingdep-map.js | 2 +- .../parallel/test-buffer-of-no-deprecation.js | 2 +- .../parallel/test-buffer-over-max-length.js | 2 +- .../parallel/test-buffer-parent-property.js | 2 +- node/_tools/test/parallel/test-buffer-read.js | 2 +- .../test/parallel/test-buffer-readdouble.js | 2 +- .../test/parallel/test-buffer-readfloat.js | 2 +- .../test/parallel/test-buffer-readint.js | 2 +- .../test/parallel/test-buffer-readuint.js | 2 +- .../test/parallel/test-buffer-safe-unsafe.js | 2 +- .../parallel/test-buffer-sharedarraybuffer.js | 2 +- .../_tools/test/parallel/test-buffer-slice.js | 2 +- node/_tools/test/parallel/test-buffer-slow.js | 2 +- node/_tools/test/parallel/test-buffer-swap.js | 2 +- .../test/parallel/test-buffer-tojson.js | 2 +- .../parallel/test-buffer-tostring-range.js | 2 +- .../test-buffer-tostring-rangeerror.js | 2 +- .../test/parallel/test-buffer-tostring.js | 2 +- .../_tools/test/parallel/test-buffer-write.js | 2 +- .../test/parallel/test-buffer-writedouble.js | 2 +- .../test/parallel/test-buffer-writefloat.js | 2 +- .../test/parallel/test-buffer-writeint.js | 2 +- .../test/parallel/test-buffer-writeuint.js | 2 +- .../parallel/test-buffer-zero-fill-cli.js | 2 +- .../parallel/test-buffer-zero-fill-reset.js | 2 +- .../test/parallel/test-buffer-zero-fill.js | 2 +- .../parallel/test-child-process-exec-cwd.js | 2 +- .../parallel/test-child-process-exec-env.js | 2 +- .../parallel/test-child-process-exec-error.js | 2 +- ...-process-exec-stdout-stderr-data-string.js | 2 +- .../test-child-process-execfilesync-maxbuf.js | 2 +- .../test/parallel/test-child-process-kill.js | 2 +- .../test-child-process-spawnsync-args.js | 2 +- .../test-child-process-spawnsync-maxbuf.js | 2 +- ...ild-process-spawnsync-validation-errors.js | 2 +- .../parallel/test-child-process-spawnsync.js | 2 +- .../parallel/test-client-request-destroy.js | 2 +- .../test-console-async-write-error.js | 2 +- .../test/parallel/test-console-group.js | 2 +- .../test-console-log-stdio-broken-dest.js | 4 ++-- .../test-console-log-throw-primitive.js | 2 +- .../test-console-no-swallow-stack-overflow.js | 2 +- .../parallel/test-console-sync-write-error.js | 2 +- .../test/parallel/test-console-table.js | 2 +- .../test/parallel/test-console-tty-colors.js | 2 +- .../test/parallel/test-dgram-address.js | 2 +- .../test-dgram-bind-default-address.js | 2 +- node/_tools/test/parallel/test-dgram-bind.js | 2 +- .../test/parallel/test-dgram-bytes-length.js | 2 +- .../parallel/test-dgram-close-during-bind.js | 2 +- .../parallel/test-dgram-close-in-listening.js | 2 +- .../test-dgram-close-is-not-callback.js | 2 +- .../test/parallel/test-dgram-close-signal.js | 2 +- node/_tools/test/parallel/test-dgram-close.js | 2 +- ...ram-connect-send-callback-buffer-length.js | 2 +- ...test-dgram-connect-send-callback-buffer.js | 2 +- ...gram-connect-send-callback-multi-buffer.js | 2 +- .../test-dgram-connect-send-default-host.js | 2 +- .../test-dgram-connect-send-empty-array.js | 2 +- .../test-dgram-connect-send-empty-buffer.js | 2 +- .../test-dgram-connect-send-empty-packet.js | 2 +- ...st-dgram-connect-send-multi-buffer-copy.js | 2 +- ...t-dgram-connect-send-multi-string-array.js | 2 +- .../test/parallel/test-dgram-connect.js | 2 +- .../parallel/test-dgram-createSocket-type.js | 2 +- .../test-dgram-error-message-address.js | 2 +- .../test/parallel/test-dgram-implicit-bind.js | 2 +- .../parallel/test-dgram-listen-after-bind.js | 2 +- .../test/parallel/test-dgram-msgsize.js | 2 +- .../test/parallel/test-dgram-oob-buffer.js | 2 +- .../test/parallel/test-dgram-recv-error.js | 2 +- .../parallel/test-dgram-send-bad-arguments.js | 2 +- ...gram-send-callback-buffer-empty-address.js | 2 +- ...nd-callback-buffer-length-empty-address.js | 2 +- .../test-dgram-send-callback-buffer-length.js | 2 +- .../test-dgram-send-callback-buffer.js | 2 +- ...end-callback-multi-buffer-empty-address.js | 2 +- .../test-dgram-send-callback-multi-buffer.js | 2 +- .../test-dgram-send-callback-recursive.js | 2 +- .../parallel/test-dgram-send-default-host.js | 2 +- .../parallel/test-dgram-send-empty-array.js | 2 +- .../parallel/test-dgram-send-empty-buffer.js | 2 +- .../parallel/test-dgram-send-empty-packet.js | 2 +- .../test/parallel/test-dgram-send-error.js | 2 +- .../test-dgram-send-invalid-msg-type.js | 2 +- .../test-dgram-send-multi-buffer-copy.js | 2 +- .../test-dgram-send-multi-string-array.js | 2 +- node/_tools/test/parallel/test-dgram-udp4.js | 2 +- .../test-dgram-udp6-send-default-host.js | 2 +- .../test/parallel/test-dns-memory-error.js | 2 +- .../test/parallel/test-dns-multi-channel.js | 2 +- .../test/parallel/test-dns-promises-exists.js | 2 +- .../parallel/test-dns-resolvens-typeerror.js | 2 +- .../test-dns-setservers-type-check.js | 2 +- .../test-event-emitter-add-listeners.js | 2 +- ...test-event-emitter-check-listener-leaks.js | 2 +- .../test-event-emitter-emit-context.js | 2 +- .../test-event-emitter-error-monitor.js | 2 +- .../parallel/test-event-emitter-errors.js | 2 +- .../test-event-emitter-get-max-listeners.js | 2 +- .../test-event-emitter-invalid-listener.js | 2 +- .../test-event-emitter-listener-count.js | 2 +- ...st-event-emitter-listeners-side-effects.js | 2 +- .../parallel/test-event-emitter-listeners.js | 2 +- ...-emitter-max-listeners-warning-for-null.js | 2 +- ...mitter-max-listeners-warning-for-symbol.js | 2 +- ...est-event-emitter-max-listeners-warning.js | 2 +- .../test-event-emitter-method-names.js | 2 +- .../test-event-emitter-modify-in-emit.js | 2 +- .../parallel/test-event-emitter-num-args.js | 2 +- .../test/parallel/test-event-emitter-once.js | 2 +- ...test-event-emitter-remove-all-listeners.js | 2 +- .../test-event-emitter-remove-listeners.js | 2 +- ...-emitter-set-max-listeners-side-effects.js | 2 +- .../test-event-emitter-special-event-names.js | 2 +- .../parallel/test-event-emitter-subclass.js | 2 +- .../parallel/test-event-emitter-symbols.js | 2 +- node/_tools/test/parallel/test-events-list.js | 2 +- .../parallel/test-events-on-async-iterator.js | 2 +- .../test-events-uncaught-exception-stack.js | 2 +- .../parallel/test-eventtarget-brandcheck.js | 2 +- .../test/parallel/test-exception-handler.js | 2 +- .../test/parallel/test-exception-handler2.js | 2 +- .../test/parallel/test-file-write-stream.js | 2 +- .../test/parallel/test-file-write-stream2.js | 2 +- .../test/parallel/test-file-write-stream3.js | 2 +- .../test/parallel/test-file-write-stream4.js | 2 +- node/_tools/test/parallel/test-fs-access.js | 2 +- .../test/parallel/test-fs-append-file-sync.js | 2 +- .../test/parallel/test-fs-chown-type-check.js | 2 +- node/_tools/test/parallel/test-fs-copyfile.js | 2 +- .../test/parallel/test-fs-empty-readStream.js | 2 +- .../test/parallel/test-fs-open-flags.js | 2 +- .../test/parallel/test-fs-open-mode-mask.js | 2 +- .../test/parallel/test-fs-open-no-close.js | 2 +- .../parallel/test-fs-open-numeric-flags.js | 2 +- .../parallel/test-fs-read-stream-autoClose.js | 2 +- .../test-fs-read-stream-concurrent-reads.js | 2 +- .../test-fs-read-stream-double-close.js | 2 +- .../parallel/test-fs-read-stream-encoding.js | 2 +- .../test/parallel/test-fs-read-stream-fd.js | 2 +- .../parallel/test-fs-read-stream-inherit.js | 2 +- .../test-fs-read-stream-patch-open.js | 2 +- .../parallel/test-fs-read-stream-resume.js | 2 +- .../test-fs-read-stream-throw-type-error.js | 2 +- .../test/parallel/test-fs-read-stream.js | 2 +- .../_tools/test/parallel/test-fs-read-type.js | 2 +- .../test/parallel/test-fs-read-zero-length.js | 2 +- node/_tools/test/parallel/test-fs-read.js | 2 +- .../test-fs-readdir-stack-overflow.js | 2 +- node/_tools/test/parallel/test-fs-readdir.js | 2 +- .../test/parallel/test-fs-readfile-empty.js | 2 +- .../test/parallel/test-fs-realpath-native.js | 2 +- node/_tools/test/parallel/test-fs-rm.js | 2 +- ...fs-rmdir-recursive-sync-warns-not-found.js | 2 +- ...t-fs-rmdir-recursive-sync-warns-on-file.js | 2 +- ...est-fs-rmdir-recursive-throws-not-found.js | 2 +- .../test-fs-rmdir-recursive-throws-on-file.js | 2 +- ...test-fs-rmdir-recursive-warns-not-found.js | 2 +- .../test-fs-rmdir-recursive-warns-on-file.js | 2 +- .../test/parallel/test-fs-rmdir-type-check.js | 2 +- node/_tools/test/parallel/test-fs-watch.js | 2 +- .../_tools/test/parallel/test-fs-watchfile.js | 2 +- .../test/parallel/test-fs-write-buffer.js | 2 +- .../parallel/test-fs-write-file-buffer.js | 2 +- .../test-fs-write-file-invalid-path.js | 2 +- .../test/parallel/test-fs-write-file-sync.js | 2 +- .../test/parallel/test-fs-write-no-fd.js | 2 +- .../test-fs-write-stream-autoclose-option.js | 2 +- ...-fs-write-stream-close-without-callback.js | 2 +- .../test-fs-write-stream-double-close.js | 2 +- .../test/parallel/test-fs-write-stream-end.js | 2 +- .../test/parallel/test-fs-write-stream-fs.js | 2 +- .../test-fs-write-stream-throw-type-error.js | 2 +- .../test/parallel/test-fs-write-stream.js | 2 +- .../test/parallel/test-fs-write-sync.js | 2 +- .../test/parallel/test-fs-writev-sync.js | 2 +- node/_tools/test/parallel/test-fs-writev.js | 2 +- .../parallel/test-handle-wrap-close-abort.js | 2 +- .../test/parallel/test-http-agent-getname.js | 2 +- .../test/parallel/test-http-client-get-url.js | 2 +- .../test-http-client-read-in-error.js | 2 +- .../parallel/test-http-outgoing-buffer.js | 2 +- .../parallel/test-http-outgoing-destroy.js | 2 +- ...tp-outgoing-internal-headernames-getter.js | 2 +- ...tp-outgoing-internal-headernames-setter.js | 2 +- .../test-http-outgoing-internal-headers.js | 2 +- .../test-http-outgoing-message-inheritance.js | 2 +- .../test-http-outgoing-renderHeaders.js | 2 +- .../parallel/test-http-outgoing-settimeout.js | 2 +- .../test/parallel/test-http-url.parse-auth.js | 2 +- .../test/parallel/test-http-url.parse-path.js | 2 +- .../test/parallel/test-http-url.parse-post.js | 2 +- .../parallel/test-http-url.parse-search.js | 2 +- .../parallel/test-net-access-byteswritten.js | 2 +- .../test/parallel/test-net-after-close.js | 2 +- .../test/parallel/test-net-allow-half-open.js | 2 +- ...t-net-better-error-messages-listen-path.js | 2 +- .../test-net-better-error-messages-listen.js | 2 +- ...net-better-error-messages-port-hostname.js | 2 +- .../test/parallel/test-net-bind-twice.js | 2 +- .../test/parallel/test-net-buffersize.js | 2 +- .../parallel/test-net-bytes-written-large.js | 2 +- .../parallel/test-net-can-reset-timeout.js | 2 +- .../test-net-connect-after-destroy.js | 2 +- .../test-net-connect-call-socket-connect.js | 2 +- .../test/parallel/test-net-connect-destroy.js | 2 +- .../test-net-connect-immediate-destroy.js | 2 +- .../test-net-connect-immediate-finish.js | 2 +- .../test/parallel/test-net-connect-no-arg.js | 2 +- .../parallel/test-net-connect-options-ipv6.js | 2 +- .../parallel/test-net-connect-options-port.js | 2 +- .../parallel/test-net-dns-custom-lookup.js | 2 +- .../test/parallel/test-net-dns-error.js | 2 +- .../test/parallel/test-net-dns-lookup-skip.js | 2 +- .../test/parallel/test-net-dns-lookup.js | 2 +- .../test/parallel/test-net-during-close.js | 2 +- .../test/parallel/test-net-eaddrinuse.js | 2 +- .../test/parallel/test-net-end-destroyed.js | 2 +- .../parallel/test-net-end-without-connect.js | 2 +- node/_tools/test/parallel/test-net-isip.js | 2 +- node/_tools/test/parallel/test-net-isipv4.js | 2 +- node/_tools/test/parallel/test-net-isipv6.js | 2 +- .../test-net-listen-after-destroying-stdin.js | 2 +- ...n-close-server-callback-is-not-function.js | 2 +- .../parallel/test-net-listen-close-server.js | 2 +- .../test/parallel/test-net-listen-error.js | 2 +- .../test/parallel/test-net-listening.js | 2 +- .../parallel/test-net-local-address-port.js | 2 +- .../test/parallel/test-net-localerror.js | 2 +- .../test/parallel/test-net-options-lookup.js | 2 +- .../test-net-pause-resume-connecting.js | 2 +- .../parallel/test-net-persistent-ref-unref.js | 2 +- .../parallel/test-net-pipe-connect-errors.js | 2 +- .../parallel/test-net-remote-address-port.js | 2 +- .../test-net-server-capture-rejection.js | 2 +- .../test/parallel/test-net-server-close.js | 2 +- .../test-net-server-listen-options-signal.js | 2 +- .../test-net-server-listen-options.js | 2 +- .../test-net-server-listen-remove-callback.js | 2 +- .../test-net-server-max-connections.js | 2 +- .../test/parallel/test-net-server-options.js | 2 +- .../test-net-server-pause-on-connect.js | 2 +- .../test-net-server-unref-persistent.js | 2 +- .../test/parallel/test-net-server-unref.js | 2 +- .../test-net-socket-close-after-end.js | 2 +- .../test-net-socket-connect-without-cb.js | 2 +- .../parallel/test-net-socket-connecting.js | 2 +- .../parallel/test-net-socket-destroy-send.js | 2 +- .../parallel/test-net-socket-destroy-twice.js | 2 +- .../test-net-socket-end-before-connect.js | 2 +- .../parallel/test-net-socket-end-callback.js | 2 +- .../test-net-socket-no-halfopen-enforcer.js | 2 +- .../test-net-socket-ready-without-cb.js | 2 +- .../test-net-socket-write-after-close.js | 2 +- .../parallel/test-net-socket-write-error.js | 2 +- .../test/parallel/test-net-sync-cork.js | 2 +- .../parallel/test-net-timeout-no-handle.js | 2 +- .../_tools/test/parallel/test-net-writable.js | 2 +- .../parallel/test-net-write-after-end-nt.js | 2 +- .../test-net-write-fully-async-buffer.js | 2 +- .../test-net-write-fully-async-hex-string.js | 2 +- .../test/parallel/test-net-write-slow.js | 2 +- .../parallel/test-next-tick-doesnt-hang.js | 2 +- .../test-next-tick-fixed-queue-regression.js | 2 +- .../test-next-tick-intentional-starvation.js | 2 +- .../test/parallel/test-next-tick-ordering.js | 2 +- .../test/parallel/test-next-tick-ordering2.js | 2 +- .../parallel/test-next-tick-when-exiting.js | 2 +- node/_tools/test/parallel/test-next-tick.js | 2 +- .../test/parallel/test-nodeeventtarget.js | 2 +- .../parallel/test-outgoing-message-destroy.js | 2 +- .../parallel/test-outgoing-message-pipe.js | 2 +- .../test/parallel/test-path-basename.js | 6 +++++- .../_tools/test/parallel/test-path-dirname.js | 2 +- .../_tools/test/parallel/test-path-extname.js | 2 +- .../test/parallel/test-path-isabsolute.js | 2 +- node/_tools/test/parallel/test-path-join.js | 2 +- .../test/parallel/test-path-makelong.js | 2 +- .../test/parallel/test-path-normalize.js | 2 +- .../test/parallel/test-path-parse-format.js | 2 +- .../test/parallel/test-path-posix-exists.js | 2 +- .../test/parallel/test-path-relative.js | 2 +- .../test/parallel/test-path-win32-exists.js | 2 +- .../parallel/test-path-zero-length-strings.js | 2 +- .../test/parallel/test-process-beforeexit.js | 2 +- ...ocess-binding-internalbinding-allowlist.js | 2 +- .../test-process-env-allowed-flags.js | 2 +- .../test-process-exit-from-before-exit.js | 2 +- .../parallel/test-process-exit-handler.js | 2 +- .../parallel/test-process-exit-recursive.js | 2 +- .../_tools/test/parallel/test-process-exit.js | 2 +- .../test/parallel/test-process-uptime.js | 2 +- .../parallel/test-promise-unhandled-silent.js | 2 +- .../test-promise-unhandled-throw-handler.js | 2 +- node/_tools/test/parallel/test-punycode.js | 2 +- .../test/parallel/test-querystring-escape.js | 2 +- .../test-querystring-maxKeys-non-finite.js | 2 +- .../test-querystring-multichar-separator.js | 2 +- .../_tools/test/parallel/test-readline-csi.js | 2 +- .../test-readline-emit-keypress-events.js | 2 +- ...st-readline-interface-escapecodetimeout.js | 2 +- .../test/parallel/test-readline-keys.js | 2 +- .../test/parallel/test-readline-position.js | 2 +- .../parallel/test-readline-promises-csi.mjs | 2 +- .../test-readline-promises-interface.js | 2 +- .../test/parallel/test-readline-reopen.js | 2 +- .../parallel/test-readline-set-raw-mode.js | 2 +- .../test-readline-undefined-columns.js | 2 +- node/_tools/test/parallel/test-readline.js | 2 +- .../parallel/test-stream-add-abort-signal.js | 2 +- .../parallel/test-stream-aliases-legacy.js | 2 +- .../parallel/test-stream-asIndexedPairs.mjs | 2 +- .../test/parallel/test-stream-auto-destroy.js | 2 +- ...riters-in-synchronously-recursion-write.js | 2 +- .../test/parallel/test-stream-backpressure.js | 2 +- .../test/parallel/test-stream-big-packet.js | 2 +- .../test/parallel/test-stream-big-push.js | 2 +- .../test/parallel/test-stream-buffer-list.js | 2 +- .../parallel/test-stream-catch-rejections.js | 2 +- .../test/parallel/test-stream-construct.js | 2 +- .../test-stream-destroy-event-order.js | 2 +- .../parallel/test-stream-duplex-destroy.js | 2 +- .../test/parallel/test-stream-duplex-end.js | 2 +- .../test/parallel/test-stream-duplex-from.js | 2 +- .../test/parallel/test-stream-duplex-props.js | 2 +- .../test-stream-duplex-readable-end.js | 2 +- .../test-stream-duplex-writable-finished.js | 2 +- .../test/parallel/test-stream-duplex.js | 2 +- .../test/parallel/test-stream-end-paused.js | 2 +- .../test/parallel/test-stream-error-once.js | 2 +- .../parallel/test-stream-events-prepend.js | 2 +- .../test/parallel/test-stream-inheritance.js | 2 +- .../test/parallel/test-stream-ispaused.js | 2 +- .../test-stream-objectmode-undefined.js | 2 +- .../test-stream-once-readable-pipe.js | 2 +- .../parallel/test-stream-pipe-after-end.js | 2 +- ...t-stream-pipe-await-drain-manual-resume.js | 2 +- ...tream-pipe-await-drain-push-while-write.js | 2 +- .../parallel/test-stream-pipe-await-drain.js | 2 +- .../test-stream-pipe-cleanup-pause.js | 2 +- .../test/parallel/test-stream-pipe-cleanup.js | 2 +- .../test-stream-pipe-error-handling.js | 2 +- .../test/parallel/test-stream-pipe-event.js | 2 +- .../test-stream-pipe-flow-after-unpipe.js | 2 +- .../test/parallel/test-stream-pipe-flow.js | 2 +- .../test-stream-pipe-manual-resume.js | 2 +- .../test-stream-pipe-multiple-pipes.js | 2 +- .../parallel/test-stream-pipe-needDrain.js | 2 +- ...test-stream-pipe-same-destination-twice.js | 2 +- .../test-stream-pipe-unpipe-streams.js | 2 +- .../test-stream-pipe-without-listenerCount.js | 2 +- .../test-stream-pipeline-async-iterator.js | 2 +- ...t-stream-pipeline-queued-end-in-destroy.js | 2 +- .../test-stream-pipeline-with-empty-string.js | 2 +- .../test/parallel/test-stream-push-strings.js | 2 +- .../parallel/test-stream-readable-aborted.js | 2 +- ...t-stream-readable-add-chunk-during-data.js | 2 +- ...stream-readable-constructor-set-methods.js | 2 +- .../parallel/test-stream-readable-data.js | 2 +- .../parallel/test-stream-readable-destroy.js | 2 +- .../parallel/test-stream-readable-didRead.js | 2 +- ...eam-readable-emit-readable-short-stream.js | 2 +- .../test-stream-readable-emittedReadable.js | 2 +- .../test-stream-readable-end-destroyed.js | 2 +- .../parallel/test-stream-readable-ended.js | 2 +- .../test-stream-readable-error-end.js | 2 +- .../parallel/test-stream-readable-event.js | 2 +- .../test-stream-readable-flow-recursion.js | 2 +- .../test-stream-readable-hwm-0-async.js | 2 +- ...test-stream-readable-hwm-0-no-flow-data.js | 2 +- .../parallel/test-stream-readable-hwm-0.js | 2 +- .../test-stream-readable-infinite-read.js | 2 +- .../test-stream-readable-invalid-chunk.js | 2 +- .../test-stream-readable-needReadable.js | 2 +- .../test-stream-readable-next-no-null.js | 2 +- ...st-stream-readable-no-unneeded-readable.js | 2 +- ...stream-readable-object-multi-push-async.js | 2 +- .../test-stream-readable-pause-and-resume.js | 2 +- ...st-stream-readable-readable-then-resume.js | 2 +- .../parallel/test-stream-readable-readable.js | 2 +- ...est-stream-readable-reading-readingMore.js | 4 ++-- .../test-stream-readable-resume-hwm.js | 2 +- .../test-stream-readable-resumeScheduled.js | 2 +- ...m-readable-setEncoding-existing-buffers.js | 2 +- .../test-stream-readable-setEncoding-null.js | 2 +- .../parallel/test-stream-readable-unshift.js | 2 +- ...tream-readable-with-unimplemented-_read.js | 2 +- .../test-stream-readableListening-state.js | 2 +- .../parallel/test-stream-some-find-every.mjs | 2 +- .../test-stream-transform-callback-twice.js | 2 +- ...tream-transform-constructor-set-methods.js | 2 +- .../parallel/test-stream-transform-destroy.js | 2 +- .../test-stream-transform-final-sync.js | 2 +- .../parallel/test-stream-transform-final.js | 2 +- .../test-stream-transform-flush-data.js | 2 +- ...tream-transform-objectmode-falsey-value.js | 2 +- ...st-stream-transform-split-highwatermark.js | 2 +- .../test-stream-transform-split-objectmode.js | 2 +- .../test/parallel/test-stream-uint8array.js | 2 +- .../test/parallel/test-stream-unpipe-event.js | 2 +- .../test-stream-unshift-empty-chunk.js | 2 +- .../parallel/test-stream-unshift-read-race.js | 2 +- .../test-stream-writable-callback-twice.js | 21 ------------------- ...stream-writable-change-default-encoding.js | 2 +- .../test-stream-writable-clear-buffer.js | 2 +- ...stream-writable-constructor-set-methods.js | 2 +- .../test-stream-writable-decoded-encoding.js | 2 +- .../parallel/test-stream-writable-destroy.js | 2 +- .../test-stream-writable-end-cb-error.js | 2 +- .../test-stream-writable-end-multiple.js | 2 +- .../test-stream-writable-ended-state.js | 2 +- .../test-stream-writable-finish-destroyed.js | 2 +- .../test-stream-writable-finished-state.js | 2 +- .../parallel/test-stream-writable-finished.js | 2 +- .../test-stream-writable-invalid-chunk.js | 2 +- .../test-stream-writable-needdrain-state.js | 2 +- .../parallel/test-stream-writable-null.js | 2 +- .../test-stream-writable-properties.js | 2 +- .../parallel/test-stream-writable-writable.js | 2 +- .../test-stream-writable-write-cb-error.js | 2 +- .../test-stream-writable-write-cb-twice.js | 2 +- .../test-stream-writable-write-error.js | 2 +- ...est-stream-writable-write-writev-finish.js | 2 +- .../test-stream-writableState-ending.js | 2 +- ...ableState-uncorked-bufferedRequestCount.js | 2 +- .../parallel/test-stream-write-destroy.js | 2 +- .../test/parallel/test-stream-write-drain.js | 2 +- .../test/parallel/test-stream-write-final.js | 2 +- .../test/parallel/test-stream-writev.js | 2 +- ...est-stream2-base64-single-char-read-end.js | 2 +- .../test/parallel/test-stream2-basic.js | 2 +- .../parallel/test-stream2-compatibility.js | 2 +- .../parallel/test-stream2-decode-partial.js | 2 +- .../test/parallel/test-stream2-finish-pipe.js | 2 +- .../parallel/test-stream2-large-read-stall.js | 2 +- .../test/parallel/test-stream2-objects.js | 2 +- .../test-stream2-pipe-error-handling.js | 2 +- .../test-stream2-pipe-error-once-listener.js | 2 +- .../_tools/test/parallel/test-stream2-push.js | 2 +- .../parallel/test-stream2-read-sync-stack.js | 2 +- ...st-stream2-readable-empty-buffer-no-eof.js | 2 +- .../test-stream2-readable-from-list.js | 2 +- .../test-stream2-readable-legacy-drain.js | 2 +- .../test-stream2-readable-non-empty-end.js | 2 +- .../test-stream2-readable-wrap-destroy.js | 2 +- .../test-stream2-readable-wrap-empty.js | 2 +- .../test-stream2-readable-wrap-error.js | 2 +- .../parallel/test-stream2-readable-wrap.js | 2 +- .../parallel/test-stream2-set-encoding.js | 2 +- .../test/parallel/test-stream2-transform.js | 2 +- .../parallel/test-stream2-unpipe-drain.js | 2 +- .../test/parallel/test-stream2-unpipe-leak.js | 2 +- .../test/parallel/test-stream2-writable.js | 2 +- .../test/parallel/test-stream3-cork-end.js | 2 +- .../test/parallel/test-stream3-cork-uncork.js | 2 +- .../parallel/test-stream3-pause-then-read.js | 2 +- .../parallel/test-streams-highwatermark.js | 2 +- .../test/parallel/test-timers-api-refs.js | 2 +- node/_tools/test/parallel/test-timers-args.js | 2 +- ...-timers-clear-null-does-not-throw-error.js | 2 +- ...imers-clear-object-does-not-throw-error.js | 2 +- ...imers-clear-timeout-interval-equivalent.js | 2 +- .../parallel/test-timers-clearImmediate.js | 2 +- .../parallel/test-timers-interval-throw.js | 2 +- .../parallel/test-timers-non-integer-delay.js | 2 +- ...-timers-same-timeout-wrong-list-deleted.js | 2 +- .../test-timers-timeout-with-non-integer.js | 2 +- .../test-timers-uncaught-exception.js | 2 +- .../test-timers-unref-throw-then-ref.js | 2 +- .../test/parallel/test-timers-user-call.js | 2 +- .../test/parallel/test-timers-zero-timeout.js | 2 +- .../test/parallel/test-url-fileurltopath.js | 2 +- .../parallel/test-url-format-invalid-input.js | 2 +- .../test/parallel/test-url-format-whatwg.js | 2 +- node/_tools/test/parallel/test-url-format.js | 2 +- .../test/parallel/test-url-parse-format.js | 2 +- .../parallel/test-url-parse-invalid-input.js | 2 +- .../test/parallel/test-url-parse-query.js | 2 +- .../test/parallel/test-url-pathtofileurl.js | 2 +- .../_tools/test/parallel/test-url-relative.js | 2 +- .../test-util-deprecate-invalid-code.js | 2 +- .../test/parallel/test-util-deprecate.js | 2 +- .../test/parallel/test-util-inherits.js | 2 +- .../test-util-inspect-long-running.js | 2 +- .../test/parallel/test-util-types-exists.js | 2 +- .../test/parallel/test-vm-static-this.js | 2 +- .../test-whatwg-encoding-custom-api-basics.js | 2 +- ...-whatwg-encoding-custom-fatal-streaming.js | 2 +- ...hatwg-encoding-custom-textdecoder-fatal.js | 2 +- ...g-encoding-custom-textdecoder-ignorebom.js | 2 +- ...g-encoding-custom-textdecoder-streaming.js | 2 +- ...ing-custom-textdecoder-utf16-surrogates.js | 2 +- ...ents-add-event-listener-options-passive.js | 2 +- ...vents-add-event-listener-options-signal.js | 2 +- .../test-whatwg-events-customevent.js | 2 +- .../test-whatwg-url-custom-deepequal.js | 2 +- .../test-whatwg-url-custom-domainto.js | 2 +- .../parallel/test-whatwg-url-custom-global.js | 2 +- ...test-whatwg-url-custom-href-side-effect.js | 2 +- .../test-whatwg-url-custom-inspect.js | 2 +- .../test-whatwg-url-custom-parsing.js | 2 +- .../test-whatwg-url-custom-setters.js | 2 +- .../test-whatwg-url-custom-tostringtag.js | 2 +- .../test-whatwg-url-override-hostname.js | 2 +- .../test/parallel/test-whatwg-url-toascii.js | 2 +- .../parallel/test-zlib-close-after-error.js | 2 +- .../parallel/test-zlib-close-after-write.js | 2 +- .../test-zlib-deflate-raw-inherits.js | 2 +- .../test/parallel/test-zlib-destroy-pipe.js | 2 +- .../test/parallel/test-zlib-from-string.js | 2 +- .../test/parallel/test-zlib-no-stream.js | 2 +- .../test/parallel/test-zlib-sync-no-event.js | 6 +++--- .../test/parallel/test-zlib-truncated.js | 2 +- .../test-zlib-unzip-one-byte-chunks.js | 2 +- .../parallel/test-zlib-write-after-end.js | 2 +- .../test/pseudo-tty/console-dumb-tty.js | 2 +- node/_tools/test/pseudo-tty/console_colors.js | 2 +- .../test/pseudo-tty/no_dropped_stdio.js | 2 +- .../test/pseudo-tty/no_interleaved_stdio.js | 2 +- .../test-tty-color-support-warning-2.js | 2 +- .../test-tty-color-support-warning.js | 2 +- .../test/pseudo-tty/test-tty-stdin-end.js | 2 +- .../test/pseudo-tty/test-tty-stdout-end.js | 2 +- .../test/pummel/test-net-pingpong-delay.js | 2 +- 561 files changed, 571 insertions(+), 585 deletions(-) delete mode 100644 node/_tools/test/parallel/test-stream-writable-callback-twice.js diff --git a/node/_tools/config.json b/node/_tools/config.json index b5b9e13304e9..668de78246eb 100644 --- a/node/_tools/config.json +++ b/node/_tools/config.json @@ -1,5 +1,5 @@ { - "nodeVersion": "18.8.0", + "nodeVersion": "18.12.0", "ignore": { "common": ["index.js", "tmpdir.js"], "fixtures": [ diff --git a/node/_tools/test/common/countdown.js b/node/_tools/test/common/countdown.js index abe0b23ec362..d413a6462425 100644 --- a/node/_tools/test/common/countdown.js +++ b/node/_tools/test/common/countdown.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/common/dns.js b/node/_tools/test/common/dns.js index 29c6cb01fd7f..5084a6491a54 100644 --- a/node/_tools/test/common/dns.js +++ b/node/_tools/test/common/dns.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/common/duplexpair.js b/node/_tools/test/common/duplexpair.js index c3988d913789..d5d243a9a2c9 100644 --- a/node/_tools/test/common/duplexpair.js +++ b/node/_tools/test/common/duplexpair.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/common/fixtures.js b/node/_tools/test/common/fixtures.js index 3934cf334ca2..cb5c78c1523b 100644 --- a/node/_tools/test/common/fixtures.js +++ b/node/_tools/test/common/fixtures.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/common/hijackstdio.js b/node/_tools/test/common/hijackstdio.js index 3ef4b47d5106..6bc580536bd7 100644 --- a/node/_tools/test/common/hijackstdio.js +++ b/node/_tools/test/common/hijackstdio.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/common/index.mjs b/node/_tools/test/common/index.mjs index 2b7682954ae3..fdbeb05bbdcf 100644 --- a/node/_tools/test/common/index.mjs +++ b/node/_tools/test/common/index.mjs @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually import { createRequire } from 'module'; @@ -59,6 +59,8 @@ const { spawnPromisified, } = common; +const getPort = () => common.PORT; + export { isMainThread, isWindows, @@ -107,4 +109,5 @@ export { runWithInvalidFD, createRequire, spawnPromisified, + getPort, }; diff --git a/node/_tools/test/common/internet.js b/node/_tools/test/common/internet.js index fc07152d750c..1d44c98ecaf2 100644 --- a/node/_tools/test/common/internet.js +++ b/node/_tools/test/common/internet.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/fixtures/a.js b/node/_tools/test/fixtures/a.js index 73b2e2471fef..006f9eea0f6d 100644 --- a/node/_tools/test/fixtures/a.js +++ b/node/_tools/test/fixtures/a.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/fixtures/echo.js b/node/_tools/test/fixtures/echo.js index e0d2a2003247..73d7ec27a94a 100644 --- a/node/_tools/test/fixtures/echo.js +++ b/node/_tools/test/fixtures/echo.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/fixtures/exit.js b/node/_tools/test/fixtures/exit.js index aa46a3ae0654..4fa1dec71cd3 100644 --- a/node/_tools/test/fixtures/exit.js +++ b/node/_tools/test/fixtures/exit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/fixtures/loop.js b/node/_tools/test/fixtures/loop.js index 70fe861acd0c..52c6e7c0188f 100644 --- a/node/_tools/test/fixtures/loop.js +++ b/node/_tools/test/fixtures/loop.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually var t = 1; diff --git a/node/_tools/test/internet/test-dgram-connect.js b/node/_tools/test/internet/test-dgram-connect.js index 3bb9a98d5237..778c73d731c8 100644 --- a/node/_tools/test/internet/test-dgram-connect.js +++ b/node/_tools/test/internet/test-dgram-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/internet/test-dns-idna2008.js b/node/_tools/test/internet/test-dns-idna2008.js index a36d862a395d..bc5adde4e7f9 100644 --- a/node/_tools/test/internet/test-dns-idna2008.js +++ b/node/_tools/test/internet/test-dns-idna2008.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/internet/test-dns-lookup.js b/node/_tools/test/internet/test-dns-lookup.js index ebc3543ac9c8..9419c6c0656a 100644 --- a/node/_tools/test/internet/test-dns-lookup.js +++ b/node/_tools/test/internet/test-dns-lookup.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/internet/test-dns-promises-resolve.js b/node/_tools/test/internet/test-dns-promises-resolve.js index 4ea3cac3169f..58013bfdfb4a 100644 --- a/node/_tools/test/internet/test-dns-promises-resolve.js +++ b/node/_tools/test/internet/test-dns-promises-resolve.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/internet/test-dns-regress-6244.js b/node/_tools/test/internet/test-dns-regress-6244.js index 2fca80a34076..7d023e8bd8f0 100644 --- a/node/_tools/test/internet/test-dns-regress-6244.js +++ b/node/_tools/test/internet/test-dns-regress-6244.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/internet/test-dns-setserver-in-callback-of-resolve4.js b/node/_tools/test/internet/test-dns-setserver-in-callback-of-resolve4.js index 60b2a680bad5..2aa6e2fa776e 100644 --- a/node/_tools/test/internet/test-dns-setserver-in-callback-of-resolve4.js +++ b/node/_tools/test/internet/test-dns-setserver-in-callback-of-resolve4.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-assert-async.js b/node/_tools/test/parallel/test-assert-async.js index 439687d17e2d..f75be5a4dc75 100644 --- a/node/_tools/test/parallel/test-assert-async.js +++ b/node/_tools/test/parallel/test-assert-async.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-assert-fail.js b/node/_tools/test/parallel/test-assert-fail.js index 03a9aa5d3647..ad9b6578f1c8 100644 --- a/node/_tools/test/parallel/test-assert-fail.js +++ b/node/_tools/test/parallel/test-assert-fail.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-btoa-atob.js b/node/_tools/test/parallel/test-btoa-atob.js index ef7a401b6623..c39a46fcc4a7 100644 --- a/node/_tools/test/parallel/test-btoa-atob.js +++ b/node/_tools/test/parallel/test-btoa-atob.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-ascii.js b/node/_tools/test/parallel/test-buffer-ascii.js index 627f60b62c7d..b67fe16ea973 100644 --- a/node/_tools/test/parallel/test-buffer-ascii.js +++ b/node/_tools/test/parallel/test-buffer-ascii.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-buffer-badhex.js b/node/_tools/test/parallel/test-buffer-badhex.js index 7d8b9a47020f..d9c52ac640fa 100644 --- a/node/_tools/test/parallel/test-buffer-badhex.js +++ b/node/_tools/test/parallel/test-buffer-badhex.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-bigint64.js b/node/_tools/test/parallel/test-buffer-bigint64.js index b4573688149a..fe3c59ada13e 100644 --- a/node/_tools/test/parallel/test-buffer-bigint64.js +++ b/node/_tools/test/parallel/test-buffer-bigint64.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-compare-offset.js b/node/_tools/test/parallel/test-buffer-compare-offset.js index 0d0f12a4715f..49791b6b5956 100644 --- a/node/_tools/test/parallel/test-buffer-compare-offset.js +++ b/node/_tools/test/parallel/test-buffer-compare-offset.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-concat.js b/node/_tools/test/parallel/test-buffer-concat.js index a29ba7c13a87..c264f8d4dae3 100644 --- a/node/_tools/test/parallel/test-buffer-concat.js +++ b/node/_tools/test/parallel/test-buffer-concat.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-buffer-constants.js b/node/_tools/test/parallel/test-buffer-constants.js index 22c3edef6d33..4ececdd70dea 100644 --- a/node/_tools/test/parallel/test-buffer-constants.js +++ b/node/_tools/test/parallel/test-buffer-constants.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-copy.js b/node/_tools/test/parallel/test-buffer-copy.js index e94c78ea5a5b..334a3d670d1c 100644 --- a/node/_tools/test/parallel/test-buffer-copy.js +++ b/node/_tools/test/parallel/test-buffer-copy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-equals.js b/node/_tools/test/parallel/test-buffer-equals.js index fe1c36508719..8506e2ac148a 100644 --- a/node/_tools/test/parallel/test-buffer-equals.js +++ b/node/_tools/test/parallel/test-buffer-equals.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-failed-alloc-typed-arrays.js b/node/_tools/test/parallel/test-buffer-failed-alloc-typed-arrays.js index c2fd403d9684..3666e4203594 100644 --- a/node/_tools/test/parallel/test-buffer-failed-alloc-typed-arrays.js +++ b/node/_tools/test/parallel/test-buffer-failed-alloc-typed-arrays.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-fakes.js b/node/_tools/test/parallel/test-buffer-fakes.js index 2fffac1fe0a8..8f952ba33905 100644 --- a/node/_tools/test/parallel/test-buffer-fakes.js +++ b/node/_tools/test/parallel/test-buffer-fakes.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-inheritance.js b/node/_tools/test/parallel/test-buffer-inheritance.js index 756842778f04..0e6ac338c74a 100644 --- a/node/_tools/test/parallel/test-buffer-inheritance.js +++ b/node/_tools/test/parallel/test-buffer-inheritance.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-isencoding.js b/node/_tools/test/parallel/test-buffer-isencoding.js index 4985a8848357..0cbe6b588a9d 100644 --- a/node/_tools/test/parallel/test-buffer-isencoding.js +++ b/node/_tools/test/parallel/test-buffer-isencoding.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-iterator.js b/node/_tools/test/parallel/test-buffer-iterator.js index de093a569cc4..8e1fa48cab1f 100644 --- a/node/_tools/test/parallel/test-buffer-iterator.js +++ b/node/_tools/test/parallel/test-buffer-iterator.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-new.js b/node/_tools/test/parallel/test-buffer-new.js index 0c6c7ff7c4d9..d6c7cd878e1e 100644 --- a/node/_tools/test/parallel/test-buffer-new.js +++ b/node/_tools/test/parallel/test-buffer-new.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-no-negative-allocation.js b/node/_tools/test/parallel/test-buffer-no-negative-allocation.js index 53c9f300fd61..643a518b1d7b 100644 --- a/node/_tools/test/parallel/test-buffer-no-negative-allocation.js +++ b/node/_tools/test/parallel/test-buffer-no-negative-allocation.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-nopendingdep-map.js b/node/_tools/test/parallel/test-buffer-nopendingdep-map.js index d766772c745b..1d8ce4e5bee7 100644 --- a/node/_tools/test/parallel/test-buffer-nopendingdep-map.js +++ b/node/_tools/test/parallel/test-buffer-nopendingdep-map.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --no-warnings --pending-deprecation diff --git a/node/_tools/test/parallel/test-buffer-of-no-deprecation.js b/node/_tools/test/parallel/test-buffer-of-no-deprecation.js index b78db2814a7b..276b9e4b987d 100644 --- a/node/_tools/test/parallel/test-buffer-of-no-deprecation.js +++ b/node/_tools/test/parallel/test-buffer-of-no-deprecation.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-over-max-length.js b/node/_tools/test/parallel/test-buffer-over-max-length.js index 1ac57cf29086..2d40725bb2d2 100644 --- a/node/_tools/test/parallel/test-buffer-over-max-length.js +++ b/node/_tools/test/parallel/test-buffer-over-max-length.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-parent-property.js b/node/_tools/test/parallel/test-buffer-parent-property.js index 831c448bf8b9..a4f9f559ede7 100644 --- a/node/_tools/test/parallel/test-buffer-parent-property.js +++ b/node/_tools/test/parallel/test-buffer-parent-property.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-read.js b/node/_tools/test/parallel/test-buffer-read.js index d48f5ec39f97..0e5bfbc42e06 100644 --- a/node/_tools/test/parallel/test-buffer-read.js +++ b/node/_tools/test/parallel/test-buffer-read.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-readdouble.js b/node/_tools/test/parallel/test-buffer-readdouble.js index cb9c19e76d62..1900e64dd1de 100644 --- a/node/_tools/test/parallel/test-buffer-readdouble.js +++ b/node/_tools/test/parallel/test-buffer-readdouble.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-readfloat.js b/node/_tools/test/parallel/test-buffer-readfloat.js index 099d23e6b572..74ed95560d3a 100644 --- a/node/_tools/test/parallel/test-buffer-readfloat.js +++ b/node/_tools/test/parallel/test-buffer-readfloat.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-readint.js b/node/_tools/test/parallel/test-buffer-readint.js index 6cb0b8d9d600..3efed096ae45 100644 --- a/node/_tools/test/parallel/test-buffer-readint.js +++ b/node/_tools/test/parallel/test-buffer-readint.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-readuint.js b/node/_tools/test/parallel/test-buffer-readuint.js index 215351d1ae80..924801d26fe8 100644 --- a/node/_tools/test/parallel/test-buffer-readuint.js +++ b/node/_tools/test/parallel/test-buffer-readuint.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-safe-unsafe.js b/node/_tools/test/parallel/test-buffer-safe-unsafe.js index 4a4cf8ef68d5..b18e50adbf5d 100644 --- a/node/_tools/test/parallel/test-buffer-safe-unsafe.js +++ b/node/_tools/test/parallel/test-buffer-safe-unsafe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-sharedarraybuffer.js b/node/_tools/test/parallel/test-buffer-sharedarraybuffer.js index fc818b4c19e4..d52e72e2dff5 100644 --- a/node/_tools/test/parallel/test-buffer-sharedarraybuffer.js +++ b/node/_tools/test/parallel/test-buffer-sharedarraybuffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-slice.js b/node/_tools/test/parallel/test-buffer-slice.js index d8fada4eae03..3abec0f05a35 100644 --- a/node/_tools/test/parallel/test-buffer-slice.js +++ b/node/_tools/test/parallel/test-buffer-slice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-buffer-slow.js b/node/_tools/test/parallel/test-buffer-slow.js index 96e88c7defc7..94381ff80a1b 100644 --- a/node/_tools/test/parallel/test-buffer-slow.js +++ b/node/_tools/test/parallel/test-buffer-slow.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-swap.js b/node/_tools/test/parallel/test-buffer-swap.js index 3816076c0528..7cd255a27448 100644 --- a/node/_tools/test/parallel/test-buffer-swap.js +++ b/node/_tools/test/parallel/test-buffer-swap.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-tojson.js b/node/_tools/test/parallel/test-buffer-tojson.js index 55ab8fbd5241..dc2caa49ca1c 100644 --- a/node/_tools/test/parallel/test-buffer-tojson.js +++ b/node/_tools/test/parallel/test-buffer-tojson.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-tostring-range.js b/node/_tools/test/parallel/test-buffer-tostring-range.js index b35cd1586fd8..6b1a888a9330 100644 --- a/node/_tools/test/parallel/test-buffer-tostring-range.js +++ b/node/_tools/test/parallel/test-buffer-tostring-range.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-tostring-rangeerror.js b/node/_tools/test/parallel/test-buffer-tostring-rangeerror.js index ed9285b36a45..1bb78d7b362e 100644 --- a/node/_tools/test/parallel/test-buffer-tostring-rangeerror.js +++ b/node/_tools/test/parallel/test-buffer-tostring-rangeerror.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-tostring.js b/node/_tools/test/parallel/test-buffer-tostring.js index 52ff796d4652..72327d4af7a4 100644 --- a/node/_tools/test/parallel/test-buffer-tostring.js +++ b/node/_tools/test/parallel/test-buffer-tostring.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-write.js b/node/_tools/test/parallel/test-buffer-write.js index 04f1b86ebd34..8e711020b935 100644 --- a/node/_tools/test/parallel/test-buffer-write.js +++ b/node/_tools/test/parallel/test-buffer-write.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-writedouble.js b/node/_tools/test/parallel/test-buffer-writedouble.js index 71b99b2b32e9..120b95f1c234 100644 --- a/node/_tools/test/parallel/test-buffer-writedouble.js +++ b/node/_tools/test/parallel/test-buffer-writedouble.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-writefloat.js b/node/_tools/test/parallel/test-buffer-writefloat.js index d7db7a53de00..f6db51e9602b 100644 --- a/node/_tools/test/parallel/test-buffer-writefloat.js +++ b/node/_tools/test/parallel/test-buffer-writefloat.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-writeint.js b/node/_tools/test/parallel/test-buffer-writeint.js index 62bd4c5c08a3..887e51e353cd 100644 --- a/node/_tools/test/parallel/test-buffer-writeint.js +++ b/node/_tools/test/parallel/test-buffer-writeint.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-writeuint.js b/node/_tools/test/parallel/test-buffer-writeuint.js index ec07982cede5..5a3cd698e527 100644 --- a/node/_tools/test/parallel/test-buffer-writeuint.js +++ b/node/_tools/test/parallel/test-buffer-writeuint.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-zero-fill-cli.js b/node/_tools/test/parallel/test-buffer-zero-fill-cli.js index f0f2a8d8bf40..ad641b39a208 100644 --- a/node/_tools/test/parallel/test-buffer-zero-fill-cli.js +++ b/node/_tools/test/parallel/test-buffer-zero-fill-cli.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-zero-fill-reset.js b/node/_tools/test/parallel/test-buffer-zero-fill-reset.js index 617f696db518..b06a92072fc7 100644 --- a/node/_tools/test/parallel/test-buffer-zero-fill-reset.js +++ b/node/_tools/test/parallel/test-buffer-zero-fill-reset.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-buffer-zero-fill.js b/node/_tools/test/parallel/test-buffer-zero-fill.js index 28a4a842b0ac..5dd074b488b7 100644 --- a/node/_tools/test/parallel/test-buffer-zero-fill.js +++ b/node/_tools/test/parallel/test-buffer-zero-fill.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-exec-cwd.js b/node/_tools/test/parallel/test-child-process-exec-cwd.js index d5ca518956d3..3e14008bb00b 100644 --- a/node/_tools/test/parallel/test-child-process-exec-cwd.js +++ b/node/_tools/test/parallel/test-child-process-exec-cwd.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-child-process-exec-env.js b/node/_tools/test/parallel/test-child-process-exec-env.js index d6e0e662a94a..0a6bcdf16d8b 100644 --- a/node/_tools/test/parallel/test-child-process-exec-env.js +++ b/node/_tools/test/parallel/test-child-process-exec-env.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-child-process-exec-error.js b/node/_tools/test/parallel/test-child-process-exec-error.js index cb58516219d9..bbe558cf9455 100644 --- a/node/_tools/test/parallel/test-child-process-exec-error.js +++ b/node/_tools/test/parallel/test-child-process-exec-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-child-process-exec-stdout-stderr-data-string.js b/node/_tools/test/parallel/test-child-process-exec-stdout-stderr-data-string.js index d7eb5d3ed741..d7d2b3e99dd2 100644 --- a/node/_tools/test/parallel/test-child-process-exec-stdout-stderr-data-string.js +++ b/node/_tools/test/parallel/test-child-process-exec-stdout-stderr-data-string.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-execfilesync-maxbuf.js b/node/_tools/test/parallel/test-child-process-execfilesync-maxbuf.js index 15f00c66402e..45ed4f6de229 100644 --- a/node/_tools/test/parallel/test-child-process-execfilesync-maxbuf.js +++ b/node/_tools/test/parallel/test-child-process-execfilesync-maxbuf.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-kill.js b/node/_tools/test/parallel/test-child-process-kill.js index 0684a639e5d0..bcfb871106da 100644 --- a/node/_tools/test/parallel/test-child-process-kill.js +++ b/node/_tools/test/parallel/test-child-process-kill.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-child-process-spawnsync-args.js b/node/_tools/test/parallel/test-child-process-spawnsync-args.js index 89afb5e0e839..cfee97f1c361 100644 --- a/node/_tools/test/parallel/test-child-process-spawnsync-args.js +++ b/node/_tools/test/parallel/test-child-process-spawnsync-args.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-spawnsync-maxbuf.js b/node/_tools/test/parallel/test-child-process-spawnsync-maxbuf.js index 8bda576f0207..e77210b8d178 100644 --- a/node/_tools/test/parallel/test-child-process-spawnsync-maxbuf.js +++ b/node/_tools/test/parallel/test-child-process-spawnsync-maxbuf.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-spawnsync-validation-errors.js b/node/_tools/test/parallel/test-child-process-spawnsync-validation-errors.js index 10863427057f..da03e872f1b8 100644 --- a/node/_tools/test/parallel/test-child-process-spawnsync-validation-errors.js +++ b/node/_tools/test/parallel/test-child-process-spawnsync-validation-errors.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-child-process-spawnsync.js b/node/_tools/test/parallel/test-child-process-spawnsync.js index d4d0e19d7fc2..db59966ce53f 100644 --- a/node/_tools/test/parallel/test-child-process-spawnsync.js +++ b/node/_tools/test/parallel/test-child-process-spawnsync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-client-request-destroy.js b/node/_tools/test/parallel/test-client-request-destroy.js index 9b8bf9eb5ae4..e6b1f836f76d 100644 --- a/node/_tools/test/parallel/test-client-request-destroy.js +++ b/node/_tools/test/parallel/test-client-request-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-async-write-error.js b/node/_tools/test/parallel/test-console-async-write-error.js index e033cdaa350f..51b8b8884867 100644 --- a/node/_tools/test/parallel/test-console-async-write-error.js +++ b/node/_tools/test/parallel/test-console-async-write-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-group.js b/node/_tools/test/parallel/test-console-group.js index 560bf40651f9..2882e4b37547 100644 --- a/node/_tools/test/parallel/test-console-group.js +++ b/node/_tools/test/parallel/test-console-group.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-log-stdio-broken-dest.js b/node/_tools/test/parallel/test-console-log-stdio-broken-dest.js index 85963b76f33e..2e80efd7b291 100644 --- a/node/_tools/test/parallel/test-console-log-stdio-broken-dest.js +++ b/node/_tools/test/parallel/test-console-log-stdio-broken-dest.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; @@ -22,7 +22,7 @@ const stream = new Writable({ }); const myConsole = new Console(stream, stream); -process.on('warning', common.mustNotCall); +process.on('warning', common.mustNotCall()); stream.cork(); for (let i = 0; i < EventEmitter.defaultMaxListeners + 1; i++) { diff --git a/node/_tools/test/parallel/test-console-log-throw-primitive.js b/node/_tools/test/parallel/test-console-log-throw-primitive.js index d843dca35d02..51988cc275d7 100644 --- a/node/_tools/test/parallel/test-console-log-throw-primitive.js +++ b/node/_tools/test/parallel/test-console-log-throw-primitive.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-no-swallow-stack-overflow.js b/node/_tools/test/parallel/test-console-no-swallow-stack-overflow.js index bbfbe697d8b2..79ddc785ac01 100644 --- a/node/_tools/test/parallel/test-console-no-swallow-stack-overflow.js +++ b/node/_tools/test/parallel/test-console-no-swallow-stack-overflow.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-sync-write-error.js b/node/_tools/test/parallel/test-console-sync-write-error.js index 0c3debb20113..6f76e41b1382 100644 --- a/node/_tools/test/parallel/test-console-sync-write-error.js +++ b/node/_tools/test/parallel/test-console-sync-write-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-table.js b/node/_tools/test/parallel/test-console-table.js index a2e5f414a54a..ca44d0ca8258 100644 --- a/node/_tools/test/parallel/test-console-table.js +++ b/node/_tools/test/parallel/test-console-table.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-console-tty-colors.js b/node/_tools/test/parallel/test-console-tty-colors.js index a77066a87048..7d865fa881ec 100644 --- a/node/_tools/test/parallel/test-console-tty-colors.js +++ b/node/_tools/test/parallel/test-console-tty-colors.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-address.js b/node/_tools/test/parallel/test-dgram-address.js index 42b977bf06b6..98046c32ca2f 100644 --- a/node/_tools/test/parallel/test-dgram-address.js +++ b/node/_tools/test/parallel/test-dgram-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-bind-default-address.js b/node/_tools/test/parallel/test-dgram-bind-default-address.js index df912fe1e9c7..729ec9cd4d3f 100644 --- a/node/_tools/test/parallel/test-dgram-bind-default-address.js +++ b/node/_tools/test/parallel/test-dgram-bind-default-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-bind.js b/node/_tools/test/parallel/test-dgram-bind.js index 684379765e70..5fb9b54fc02f 100644 --- a/node/_tools/test/parallel/test-dgram-bind.js +++ b/node/_tools/test/parallel/test-dgram-bind.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-bytes-length.js b/node/_tools/test/parallel/test-dgram-bytes-length.js index 6c0ec6ab0c00..96348e5d7383 100644 --- a/node/_tools/test/parallel/test-dgram-bytes-length.js +++ b/node/_tools/test/parallel/test-dgram-bytes-length.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-close-during-bind.js b/node/_tools/test/parallel/test-dgram-close-during-bind.js index c73fb2711048..7dc927d67e8f 100644 --- a/node/_tools/test/parallel/test-dgram-close-during-bind.js +++ b/node/_tools/test/parallel/test-dgram-close-during-bind.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-dgram-close-in-listening.js b/node/_tools/test/parallel/test-dgram-close-in-listening.js index 2957b0129475..f96b6b6e7ea6 100644 --- a/node/_tools/test/parallel/test-dgram-close-in-listening.js +++ b/node/_tools/test/parallel/test-dgram-close-in-listening.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-close-is-not-callback.js b/node/_tools/test/parallel/test-dgram-close-is-not-callback.js index feef57336670..975f8e2fa3b9 100644 --- a/node/_tools/test/parallel/test-dgram-close-is-not-callback.js +++ b/node/_tools/test/parallel/test-dgram-close-is-not-callback.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-close-signal.js b/node/_tools/test/parallel/test-dgram-close-signal.js index 4d5e250fdbc4..e5607567cd1a 100644 --- a/node/_tools/test/parallel/test-dgram-close-signal.js +++ b/node/_tools/test/parallel/test-dgram-close-signal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-close.js b/node/_tools/test/parallel/test-dgram-close.js index fca351c87fbc..ea189d3376a0 100644 --- a/node/_tools/test/parallel/test-dgram-close.js +++ b/node/_tools/test/parallel/test-dgram-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer-length.js b/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer-length.js index c4e60f1f0c81..d8de132d1d09 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer-length.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer-length.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer.js b/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer.js index 7e5f634a9c03..b9352260ff84 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-callback-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-callback-multi-buffer.js b/node/_tools/test/parallel/test-dgram-connect-send-callback-multi-buffer.js index 9367c3909e32..dd95ca76f522 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-callback-multi-buffer.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-callback-multi-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-default-host.js b/node/_tools/test/parallel/test-dgram-connect-send-default-host.js index 0a6ff2bbc167..d684439d990e 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-default-host.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-default-host.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-empty-array.js b/node/_tools/test/parallel/test-dgram-connect-send-empty-array.js index 37620369b91f..4ec9aeb26035 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-empty-array.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-empty-array.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-empty-buffer.js b/node/_tools/test/parallel/test-dgram-connect-send-empty-buffer.js index 9da3b2f39239..d536c205ed0a 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-empty-buffer.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-empty-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-empty-packet.js b/node/_tools/test/parallel/test-dgram-connect-send-empty-packet.js index 9669ba41b86a..37448bfc360f 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-empty-packet.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-empty-packet.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-multi-buffer-copy.js b/node/_tools/test/parallel/test-dgram-connect-send-multi-buffer-copy.js index 1915865c93ff..3eee29c633d8 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-multi-buffer-copy.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-multi-buffer-copy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect-send-multi-string-array.js b/node/_tools/test/parallel/test-dgram-connect-send-multi-string-array.js index b13cbbd4b7f9..d5a526ecf7ac 100644 --- a/node/_tools/test/parallel/test-dgram-connect-send-multi-string-array.js +++ b/node/_tools/test/parallel/test-dgram-connect-send-multi-string-array.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-connect.js b/node/_tools/test/parallel/test-dgram-connect.js index e4d9803582c6..c14e9805278e 100644 --- a/node/_tools/test/parallel/test-dgram-connect.js +++ b/node/_tools/test/parallel/test-dgram-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-createSocket-type.js b/node/_tools/test/parallel/test-dgram-createSocket-type.js index 10e5bedaee7f..ab1f4b0f9fb6 100644 --- a/node/_tools/test/parallel/test-dgram-createSocket-type.js +++ b/node/_tools/test/parallel/test-dgram-createSocket-type.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-error-message-address.js b/node/_tools/test/parallel/test-dgram-error-message-address.js index 865cd4cb9457..56c7a00c2de1 100644 --- a/node/_tools/test/parallel/test-dgram-error-message-address.js +++ b/node/_tools/test/parallel/test-dgram-error-message-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-implicit-bind.js b/node/_tools/test/parallel/test-dgram-implicit-bind.js index 4c3c1eb2aec8..799756ce436d 100644 --- a/node/_tools/test/parallel/test-dgram-implicit-bind.js +++ b/node/_tools/test/parallel/test-dgram-implicit-bind.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-listen-after-bind.js b/node/_tools/test/parallel/test-dgram-listen-after-bind.js index fe2f85b7285f..c79793c53e96 100644 --- a/node/_tools/test/parallel/test-dgram-listen-after-bind.js +++ b/node/_tools/test/parallel/test-dgram-listen-after-bind.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-msgsize.js b/node/_tools/test/parallel/test-dgram-msgsize.js index 6703350aaa5f..96f0bad67beb 100644 --- a/node/_tools/test/parallel/test-dgram-msgsize.js +++ b/node/_tools/test/parallel/test-dgram-msgsize.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-oob-buffer.js b/node/_tools/test/parallel/test-dgram-oob-buffer.js index 760207bec51b..0aad24b82854 100644 --- a/node/_tools/test/parallel/test-dgram-oob-buffer.js +++ b/node/_tools/test/parallel/test-dgram-oob-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-recv-error.js b/node/_tools/test/parallel/test-dgram-recv-error.js index 16ebabdf44dc..4d75238bfe60 100644 --- a/node/_tools/test/parallel/test-dgram-recv-error.js +++ b/node/_tools/test/parallel/test-dgram-recv-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-dgram-send-bad-arguments.js b/node/_tools/test/parallel/test-dgram-send-bad-arguments.js index f140f7ae607f..e20a0decff3e 100644 --- a/node/_tools/test/parallel/test-dgram-send-bad-arguments.js +++ b/node/_tools/test/parallel/test-dgram-send-bad-arguments.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-send-callback-buffer-empty-address.js b/node/_tools/test/parallel/test-dgram-send-callback-buffer-empty-address.js index 930e178c8b90..faa8bc11399e 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-buffer-empty-address.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-buffer-empty-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-callback-buffer-length-empty-address.js b/node/_tools/test/parallel/test-dgram-send-callback-buffer-length-empty-address.js index dc45299cdf6b..65df4cecb944 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-buffer-length-empty-address.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-buffer-length-empty-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-callback-buffer-length.js b/node/_tools/test/parallel/test-dgram-send-callback-buffer-length.js index b4cd2a122b6d..b8900a203085 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-buffer-length.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-buffer-length.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-send-callback-buffer.js b/node/_tools/test/parallel/test-dgram-send-callback-buffer.js index f19ec6e20a1e..b6824e355da3 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-buffer.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer-empty-address.js b/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer-empty-address.js index 794f309c48fb..e06176faae75 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer-empty-address.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer-empty-address.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer.js b/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer.js index 3664e78cdd62..0187586562c9 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-multi-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-callback-recursive.js b/node/_tools/test/parallel/test-dgram-send-callback-recursive.js index e90bfbb0e19a..49ea1d6a8fd0 100644 --- a/node/_tools/test/parallel/test-dgram-send-callback-recursive.js +++ b/node/_tools/test/parallel/test-dgram-send-callback-recursive.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-default-host.js b/node/_tools/test/parallel/test-dgram-send-default-host.js index 1924f7ac0bf9..a82f85f83e23 100644 --- a/node/_tools/test/parallel/test-dgram-send-default-host.js +++ b/node/_tools/test/parallel/test-dgram-send-default-host.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-empty-array.js b/node/_tools/test/parallel/test-dgram-send-empty-array.js index b90a56041c81..2d563df70146 100644 --- a/node/_tools/test/parallel/test-dgram-send-empty-array.js +++ b/node/_tools/test/parallel/test-dgram-send-empty-array.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-empty-buffer.js b/node/_tools/test/parallel/test-dgram-send-empty-buffer.js index f27efd591794..74693b3249cd 100644 --- a/node/_tools/test/parallel/test-dgram-send-empty-buffer.js +++ b/node/_tools/test/parallel/test-dgram-send-empty-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-send-empty-packet.js b/node/_tools/test/parallel/test-dgram-send-empty-packet.js index 435d9c0cff2d..d0d7bb2c9e62 100644 --- a/node/_tools/test/parallel/test-dgram-send-empty-packet.js +++ b/node/_tools/test/parallel/test-dgram-send-empty-packet.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-error.js b/node/_tools/test/parallel/test-dgram-send-error.js index 47b2b807a925..e63ce1fce1e5 100644 --- a/node/_tools/test/parallel/test-dgram-send-error.js +++ b/node/_tools/test/parallel/test-dgram-send-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-dgram-send-invalid-msg-type.js b/node/_tools/test/parallel/test-dgram-send-invalid-msg-type.js index faedc30bd82c..5c6b678857e5 100644 --- a/node/_tools/test/parallel/test-dgram-send-invalid-msg-type.js +++ b/node/_tools/test/parallel/test-dgram-send-invalid-msg-type.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-send-multi-buffer-copy.js b/node/_tools/test/parallel/test-dgram-send-multi-buffer-copy.js index 60ac51efc07e..da4cfc6b2117 100644 --- a/node/_tools/test/parallel/test-dgram-send-multi-buffer-copy.js +++ b/node/_tools/test/parallel/test-dgram-send-multi-buffer-copy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-send-multi-string-array.js b/node/_tools/test/parallel/test-dgram-send-multi-string-array.js index d09c0d890181..d8c1b2003a48 100644 --- a/node/_tools/test/parallel/test-dgram-send-multi-string-array.js +++ b/node/_tools/test/parallel/test-dgram-send-multi-string-array.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dgram-udp4.js b/node/_tools/test/parallel/test-dgram-udp4.js index ef625d9bf6ba..884ccd99c4f4 100644 --- a/node/_tools/test/parallel/test-dgram-udp4.js +++ b/node/_tools/test/parallel/test-dgram-udp4.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dgram-udp6-send-default-host.js b/node/_tools/test/parallel/test-dgram-udp6-send-default-host.js index 4e3530659edd..cbcbf144491f 100644 --- a/node/_tools/test/parallel/test-dgram-udp6-send-default-host.js +++ b/node/_tools/test/parallel/test-dgram-udp6-send-default-host.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dns-memory-error.js b/node/_tools/test/parallel/test-dns-memory-error.js index 09f38585859b..f833708445d3 100644 --- a/node/_tools/test/parallel/test-dns-memory-error.js +++ b/node/_tools/test/parallel/test-dns-memory-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-dns-multi-channel.js b/node/_tools/test/parallel/test-dns-multi-channel.js index 3c04fa877b89..87b95e27552c 100644 --- a/node/_tools/test/parallel/test-dns-multi-channel.js +++ b/node/_tools/test/parallel/test-dns-multi-channel.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dns-promises-exists.js b/node/_tools/test/parallel/test-dns-promises-exists.js index 763cb7efb85d..9a29b172960f 100644 --- a/node/_tools/test/parallel/test-dns-promises-exists.js +++ b/node/_tools/test/parallel/test-dns-promises-exists.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-dns-resolvens-typeerror.js b/node/_tools/test/parallel/test-dns-resolvens-typeerror.js index 362054b76d22..3fbb84896b30 100644 --- a/node/_tools/test/parallel/test-dns-resolvens-typeerror.js +++ b/node/_tools/test/parallel/test-dns-resolvens-typeerror.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-dns-setservers-type-check.js b/node/_tools/test/parallel/test-dns-setservers-type-check.js index 4703b5260d3a..1584eff9b756 100644 --- a/node/_tools/test/parallel/test-dns-setservers-type-check.js +++ b/node/_tools/test/parallel/test-dns-setservers-type-check.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-add-listeners.js b/node/_tools/test/parallel/test-event-emitter-add-listeners.js index 116fe052bca2..ae3b98d1dd36 100644 --- a/node/_tools/test/parallel/test-event-emitter-add-listeners.js +++ b/node/_tools/test/parallel/test-event-emitter-add-listeners.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-check-listener-leaks.js b/node/_tools/test/parallel/test-event-emitter-check-listener-leaks.js index 6460d37482d0..10c9083a0153 100644 --- a/node/_tools/test/parallel/test-event-emitter-check-listener-leaks.js +++ b/node/_tools/test/parallel/test-event-emitter-check-listener-leaks.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-emit-context.js b/node/_tools/test/parallel/test-event-emitter-emit-context.js index 8a71476443c5..d640982c5c1f 100644 --- a/node/_tools/test/parallel/test-event-emitter-emit-context.js +++ b/node/_tools/test/parallel/test-event-emitter-emit-context.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-error-monitor.js b/node/_tools/test/parallel/test-event-emitter-error-monitor.js index 94e5cf330783..05be1582fd27 100644 --- a/node/_tools/test/parallel/test-event-emitter-error-monitor.js +++ b/node/_tools/test/parallel/test-event-emitter-error-monitor.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-errors.js b/node/_tools/test/parallel/test-event-emitter-errors.js index 9f4a975b184f..f780b692ea2c 100644 --- a/node/_tools/test/parallel/test-event-emitter-errors.js +++ b/node/_tools/test/parallel/test-event-emitter-errors.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-get-max-listeners.js b/node/_tools/test/parallel/test-event-emitter-get-max-listeners.js index 425a869283f2..e80f9f41eeaa 100644 --- a/node/_tools/test/parallel/test-event-emitter-get-max-listeners.js +++ b/node/_tools/test/parallel/test-event-emitter-get-max-listeners.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-invalid-listener.js b/node/_tools/test/parallel/test-event-emitter-invalid-listener.js index 3507a949fd55..b2b1bc145b41 100644 --- a/node/_tools/test/parallel/test-event-emitter-invalid-listener.js +++ b/node/_tools/test/parallel/test-event-emitter-invalid-listener.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-listener-count.js b/node/_tools/test/parallel/test-event-emitter-listener-count.js index 1b2b2c702de0..0f1dd5c6eee1 100644 --- a/node/_tools/test/parallel/test-event-emitter-listener-count.js +++ b/node/_tools/test/parallel/test-event-emitter-listener-count.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-listeners-side-effects.js b/node/_tools/test/parallel/test-event-emitter-listeners-side-effects.js index 7917529b23ef..eeb39e49396c 100644 --- a/node/_tools/test/parallel/test-event-emitter-listeners-side-effects.js +++ b/node/_tools/test/parallel/test-event-emitter-listeners-side-effects.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-listeners.js b/node/_tools/test/parallel/test-event-emitter-listeners.js index 8182de7a4ec3..eddb6681d7e8 100644 --- a/node/_tools/test/parallel/test-event-emitter-listeners.js +++ b/node/_tools/test/parallel/test-event-emitter-listeners.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-null.js b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-null.js index 319c3aefc517..8dd6935647ba 100644 --- a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-null.js +++ b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-null.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --no-warnings diff --git a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-symbol.js b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-symbol.js index 5f605beb52eb..0c993ff21a7d 100644 --- a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-symbol.js +++ b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning-for-symbol.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --no-warnings diff --git a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning.js b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning.js index e2e33d861a08..703fd3eec86b 100644 --- a/node/_tools/test/parallel/test-event-emitter-max-listeners-warning.js +++ b/node/_tools/test/parallel/test-event-emitter-max-listeners-warning.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --no-warnings diff --git a/node/_tools/test/parallel/test-event-emitter-method-names.js b/node/_tools/test/parallel/test-event-emitter-method-names.js index 853dfa51983d..60c4cf929f1a 100644 --- a/node/_tools/test/parallel/test-event-emitter-method-names.js +++ b/node/_tools/test/parallel/test-event-emitter-method-names.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-modify-in-emit.js b/node/_tools/test/parallel/test-event-emitter-modify-in-emit.js index 4b92aa305b94..5143ad0d69df 100644 --- a/node/_tools/test/parallel/test-event-emitter-modify-in-emit.js +++ b/node/_tools/test/parallel/test-event-emitter-modify-in-emit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-num-args.js b/node/_tools/test/parallel/test-event-emitter-num-args.js index c713b38552bd..dddae9c563ce 100644 --- a/node/_tools/test/parallel/test-event-emitter-num-args.js +++ b/node/_tools/test/parallel/test-event-emitter-num-args.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-once.js b/node/_tools/test/parallel/test-event-emitter-once.js index 6a3b0a723348..12db2bc04a2a 100644 --- a/node/_tools/test/parallel/test-event-emitter-once.js +++ b/node/_tools/test/parallel/test-event-emitter-once.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-remove-all-listeners.js b/node/_tools/test/parallel/test-event-emitter-remove-all-listeners.js index fb911a5af3e3..46648476d1cb 100644 --- a/node/_tools/test/parallel/test-event-emitter-remove-all-listeners.js +++ b/node/_tools/test/parallel/test-event-emitter-remove-all-listeners.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-remove-listeners.js b/node/_tools/test/parallel/test-event-emitter-remove-listeners.js index e2a0d20b57f5..566ed4f80c99 100644 --- a/node/_tools/test/parallel/test-event-emitter-remove-listeners.js +++ b/node/_tools/test/parallel/test-event-emitter-remove-listeners.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-set-max-listeners-side-effects.js b/node/_tools/test/parallel/test-event-emitter-set-max-listeners-side-effects.js index 4b9dd4fad72e..10b32420754c 100644 --- a/node/_tools/test/parallel/test-event-emitter-set-max-listeners-side-effects.js +++ b/node/_tools/test/parallel/test-event-emitter-set-max-listeners-side-effects.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-special-event-names.js b/node/_tools/test/parallel/test-event-emitter-special-event-names.js index 5ed16154265f..9dcfa9847dfc 100644 --- a/node/_tools/test/parallel/test-event-emitter-special-event-names.js +++ b/node/_tools/test/parallel/test-event-emitter-special-event-names.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-event-emitter-subclass.js b/node/_tools/test/parallel/test-event-emitter-subclass.js index 0da6de094514..750d157bac1b 100644 --- a/node/_tools/test/parallel/test-event-emitter-subclass.js +++ b/node/_tools/test/parallel/test-event-emitter-subclass.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-event-emitter-symbols.js b/node/_tools/test/parallel/test-event-emitter-symbols.js index 2bad6de37b68..02446c04e31c 100644 --- a/node/_tools/test/parallel/test-event-emitter-symbols.js +++ b/node/_tools/test/parallel/test-event-emitter-symbols.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-events-list.js b/node/_tools/test/parallel/test-events-list.js index dd368cc8f5e1..55ff1a9778e6 100644 --- a/node/_tools/test/parallel/test-events-list.js +++ b/node/_tools/test/parallel/test-events-list.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-events-on-async-iterator.js b/node/_tools/test/parallel/test-events-on-async-iterator.js index 5219deed2828..0cf34c9ae98b 100644 --- a/node/_tools/test/parallel/test-events-on-async-iterator.js +++ b/node/_tools/test/parallel/test-events-on-async-iterator.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals --no-warnings diff --git a/node/_tools/test/parallel/test-events-uncaught-exception-stack.js b/node/_tools/test/parallel/test-events-uncaught-exception-stack.js index 12996943af8f..ea2b239978b8 100644 --- a/node/_tools/test/parallel/test-events-uncaught-exception-stack.js +++ b/node/_tools/test/parallel/test-events-uncaught-exception-stack.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-eventtarget-brandcheck.js b/node/_tools/test/parallel/test-eventtarget-brandcheck.js index 21f37bafb960..aa58d49d807a 100644 --- a/node/_tools/test/parallel/test-eventtarget-brandcheck.js +++ b/node/_tools/test/parallel/test-eventtarget-brandcheck.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-exception-handler.js b/node/_tools/test/parallel/test-exception-handler.js index 3d4e96ab8649..1b3315aac25e 100644 --- a/node/_tools/test/parallel/test-exception-handler.js +++ b/node/_tools/test/parallel/test-exception-handler.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-exception-handler2.js b/node/_tools/test/parallel/test-exception-handler2.js index 0354fb2557d7..2d7c203eb5de 100644 --- a/node/_tools/test/parallel/test-exception-handler2.js +++ b/node/_tools/test/parallel/test-exception-handler2.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-file-write-stream.js b/node/_tools/test/parallel/test-file-write-stream.js index 613ec638b20c..ee343059cdf9 100644 --- a/node/_tools/test/parallel/test-file-write-stream.js +++ b/node/_tools/test/parallel/test-file-write-stream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-file-write-stream2.js b/node/_tools/test/parallel/test-file-write-stream2.js index 0db11e92ab8e..0495019685b2 100644 --- a/node/_tools/test/parallel/test-file-write-stream2.js +++ b/node/_tools/test/parallel/test-file-write-stream2.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-file-write-stream3.js b/node/_tools/test/parallel/test-file-write-stream3.js index 2b48e3df0e24..ab1da664ddb9 100644 --- a/node/_tools/test/parallel/test-file-write-stream3.js +++ b/node/_tools/test/parallel/test-file-write-stream3.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-file-write-stream4.js b/node/_tools/test/parallel/test-file-write-stream4.js index fd170fe90e62..f4f2d5400c05 100644 --- a/node/_tools/test/parallel/test-file-write-stream4.js +++ b/node/_tools/test/parallel/test-file-write-stream4.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-access.js b/node/_tools/test/parallel/test-fs-access.js index 7f6821cd1307..717bbd582cb8 100644 --- a/node/_tools/test/parallel/test-fs-access.js +++ b/node/_tools/test/parallel/test-fs-access.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-fs-append-file-sync.js b/node/_tools/test/parallel/test-fs-append-file-sync.js index 613d4f53f2c9..c5ced8eadf95 100644 --- a/node/_tools/test/parallel/test-fs-append-file-sync.js +++ b/node/_tools/test/parallel/test-fs-append-file-sync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-chown-type-check.js b/node/_tools/test/parallel/test-fs-chown-type-check.js index 56278a459d5a..14327c718531 100644 --- a/node/_tools/test/parallel/test-fs-chown-type-check.js +++ b/node/_tools/test/parallel/test-fs-chown-type-check.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-copyfile.js b/node/_tools/test/parallel/test-fs-copyfile.js index b317418a0dfa..5db1e27c8aed 100644 --- a/node/_tools/test/parallel/test-fs-copyfile.js +++ b/node/_tools/test/parallel/test-fs-copyfile.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-fs-empty-readStream.js b/node/_tools/test/parallel/test-fs-empty-readStream.js index 9032efb3b523..69aeed1ab3fb 100644 --- a/node/_tools/test/parallel/test-fs-empty-readStream.js +++ b/node/_tools/test/parallel/test-fs-empty-readStream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-open-flags.js b/node/_tools/test/parallel/test-fs-open-flags.js index 2f1039f584c5..2d433e083b57 100644 --- a/node/_tools/test/parallel/test-fs-open-flags.js +++ b/node/_tools/test/parallel/test-fs-open-flags.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-open-mode-mask.js b/node/_tools/test/parallel/test-fs-open-mode-mask.js index adcc8555be3d..16d1197f2414 100644 --- a/node/_tools/test/parallel/test-fs-open-mode-mask.js +++ b/node/_tools/test/parallel/test-fs-open-mode-mask.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-open-no-close.js b/node/_tools/test/parallel/test-fs-open-no-close.js index b7102338f1e1..3fb0732b62d9 100644 --- a/node/_tools/test/parallel/test-fs-open-no-close.js +++ b/node/_tools/test/parallel/test-fs-open-no-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-open-numeric-flags.js b/node/_tools/test/parallel/test-fs-open-numeric-flags.js index ff3708a5942f..d1bba71e966a 100644 --- a/node/_tools/test/parallel/test-fs-open-numeric-flags.js +++ b/node/_tools/test/parallel/test-fs-open-numeric-flags.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-autoClose.js b/node/_tools/test/parallel/test-fs-read-stream-autoClose.js index 8f43fd1d590f..0c4ee3fac06e 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-autoClose.js +++ b/node/_tools/test/parallel/test-fs-read-stream-autoClose.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-concurrent-reads.js b/node/_tools/test/parallel/test-fs-read-stream-concurrent-reads.js index 3df6abb473a4..7f5819e33d38 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-concurrent-reads.js +++ b/node/_tools/test/parallel/test-fs-read-stream-concurrent-reads.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-double-close.js b/node/_tools/test/parallel/test-fs-read-stream-double-close.js index 9d290866da17..873e49e6aa9c 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-double-close.js +++ b/node/_tools/test/parallel/test-fs-read-stream-double-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-encoding.js b/node/_tools/test/parallel/test-fs-read-stream-encoding.js index 6e556ae021f7..3c6d9c8764e7 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-encoding.js +++ b/node/_tools/test/parallel/test-fs-read-stream-encoding.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-fd.js b/node/_tools/test/parallel/test-fs-read-stream-fd.js index e0abc322dc06..dad1b7e00953 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-fd.js +++ b/node/_tools/test/parallel/test-fs-read-stream-fd.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-read-stream-inherit.js b/node/_tools/test/parallel/test-fs-read-stream-inherit.js index 90e60c32fddc..c734bc5290d1 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-inherit.js +++ b/node/_tools/test/parallel/test-fs-read-stream-inherit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-patch-open.js b/node/_tools/test/parallel/test-fs-read-stream-patch-open.js index cc6a1de39731..2cd021de0621 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-patch-open.js +++ b/node/_tools/test/parallel/test-fs-read-stream-patch-open.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream-resume.js b/node/_tools/test/parallel/test-fs-read-stream-resume.js index 769e53778521..b41bd6a6de44 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-resume.js +++ b/node/_tools/test/parallel/test-fs-read-stream-resume.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-read-stream-throw-type-error.js b/node/_tools/test/parallel/test-fs-read-stream-throw-type-error.js index c15333ee8abb..ff210390305c 100644 --- a/node/_tools/test/parallel/test-fs-read-stream-throw-type-error.js +++ b/node/_tools/test/parallel/test-fs-read-stream-throw-type-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-stream.js b/node/_tools/test/parallel/test-fs-read-stream.js index b167b9e80488..86ba73140ff1 100644 --- a/node/_tools/test/parallel/test-fs-read-stream.js +++ b/node/_tools/test/parallel/test-fs-read-stream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-read-type.js b/node/_tools/test/parallel/test-fs-read-type.js index 31efad6c3ffe..db784ffa2ec5 100644 --- a/node/_tools/test/parallel/test-fs-read-type.js +++ b/node/_tools/test/parallel/test-fs-read-type.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read-zero-length.js b/node/_tools/test/parallel/test-fs-read-zero-length.js index f643b8498bea..edde6b6328c2 100644 --- a/node/_tools/test/parallel/test-fs-read-zero-length.js +++ b/node/_tools/test/parallel/test-fs-read-zero-length.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-read.js b/node/_tools/test/parallel/test-fs-read.js index f3f72e73cca3..c63b5b5b45dd 100644 --- a/node/_tools/test/parallel/test-fs-read.js +++ b/node/_tools/test/parallel/test-fs-read.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-readdir-stack-overflow.js b/node/_tools/test/parallel/test-fs-readdir-stack-overflow.js index 14c4881a1b72..d836c481a531 100644 --- a/node/_tools/test/parallel/test-fs-readdir-stack-overflow.js +++ b/node/_tools/test/parallel/test-fs-readdir-stack-overflow.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-readdir.js b/node/_tools/test/parallel/test-fs-readdir.js index 29c038bd1ac6..e1b28bb7274c 100644 --- a/node/_tools/test/parallel/test-fs-readdir.js +++ b/node/_tools/test/parallel/test-fs-readdir.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-readfile-empty.js b/node/_tools/test/parallel/test-fs-readfile-empty.js index 5791da89b75f..71f8cd1c552e 100644 --- a/node/_tools/test/parallel/test-fs-readfile-empty.js +++ b/node/_tools/test/parallel/test-fs-readfile-empty.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-realpath-native.js b/node/_tools/test/parallel/test-fs-realpath-native.js index cc038a61e695..b5a473686b4e 100644 --- a/node/_tools/test/parallel/test-fs-realpath-native.js +++ b/node/_tools/test/parallel/test-fs-realpath-native.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rm.js b/node/_tools/test/parallel/test-fs-rm.js index 2cbcecb189f2..f5092b800f53 100644 --- a/node/_tools/test/parallel/test-fs-rm.js +++ b/node/_tools/test/parallel/test-fs-rm.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js index 48d1d5df6e13..de840204e023 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js index ed2473bdcf85..987b44582d00 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-not-found.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-not-found.js index de532755eb3d..8d4f368faa63 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-not-found.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-not-found.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-on-file.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-on-file.js index 6c6ba0e64895..9f7b753d946f 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-on-file.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-throws-on-file.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-not-found.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-not-found.js index 36bbc9d08ea7..d8922a42bead 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-not-found.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-not-found.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-on-file.js b/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-on-file.js index c739c77bc025..0fac0aa9ae07 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-on-file.js +++ b/node/_tools/test/parallel/test-fs-rmdir-recursive-warns-on-file.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-rmdir-type-check.js b/node/_tools/test/parallel/test-fs-rmdir-type-check.js index fc6b2b8d5f38..fa69f74556fc 100644 --- a/node/_tools/test/parallel/test-fs-rmdir-type-check.js +++ b/node/_tools/test/parallel/test-fs-rmdir-type-check.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-watch.js b/node/_tools/test/parallel/test-fs-watch.js index 81ec14fd9d84..cfa30d788c86 100644 --- a/node/_tools/test/parallel/test-fs-watch.js +++ b/node/_tools/test/parallel/test-fs-watch.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-watchfile.js b/node/_tools/test/parallel/test-fs-watchfile.js index dbc8290f8da3..013f692a3d72 100644 --- a/node/_tools/test/parallel/test-fs-watchfile.js +++ b/node/_tools/test/parallel/test-fs-watchfile.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-buffer.js b/node/_tools/test/parallel/test-fs-write-buffer.js index 45dd50c64ee4..c1929febc926 100644 --- a/node/_tools/test/parallel/test-fs-write-buffer.js +++ b/node/_tools/test/parallel/test-fs-write-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-write-file-buffer.js b/node/_tools/test/parallel/test-fs-write-file-buffer.js index 5129579a97eb..894a6ef4ac25 100644 --- a/node/_tools/test/parallel/test-fs-write-file-buffer.js +++ b/node/_tools/test/parallel/test-fs-write-file-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-write-file-invalid-path.js b/node/_tools/test/parallel/test-fs-write-file-invalid-path.js index b3cd40d7e015..817e2811da12 100644 --- a/node/_tools/test/parallel/test-fs-write-file-invalid-path.js +++ b/node/_tools/test/parallel/test-fs-write-file-invalid-path.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-file-sync.js b/node/_tools/test/parallel/test-fs-write-file-sync.js index 9bc8654b4a77..e3383232f2c6 100644 --- a/node/_tools/test/parallel/test-fs-write-file-sync.js +++ b/node/_tools/test/parallel/test-fs-write-file-sync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-write-no-fd.js b/node/_tools/test/parallel/test-fs-write-no-fd.js index bd5d1f63ccae..19bc7d1ebf6e 100644 --- a/node/_tools/test/parallel/test-fs-write-no-fd.js +++ b/node/_tools/test/parallel/test-fs-write-no-fd.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream-autoclose-option.js b/node/_tools/test/parallel/test-fs-write-stream-autoclose-option.js index f71808aeade3..ead1a265314f 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-autoclose-option.js +++ b/node/_tools/test/parallel/test-fs-write-stream-autoclose-option.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream-close-without-callback.js b/node/_tools/test/parallel/test-fs-write-stream-close-without-callback.js index 70a69a3377e5..58c7f8d9d985 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-close-without-callback.js +++ b/node/_tools/test/parallel/test-fs-write-stream-close-without-callback.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream-double-close.js b/node/_tools/test/parallel/test-fs-write-stream-double-close.js index d40313d66a1c..1600fb0a11b3 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-double-close.js +++ b/node/_tools/test/parallel/test-fs-write-stream-double-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream-end.js b/node/_tools/test/parallel/test-fs-write-stream-end.js index 35d7d2fadbc3..c66fec9b2e86 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-end.js +++ b/node/_tools/test/parallel/test-fs-write-stream-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-write-stream-fs.js b/node/_tools/test/parallel/test-fs-write-stream-fs.js index 25b7241c58ca..68c88e00c2b7 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-fs.js +++ b/node/_tools/test/parallel/test-fs-write-stream-fs.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream-throw-type-error.js b/node/_tools/test/parallel/test-fs-write-stream-throw-type-error.js index c6ee6e21cb5e..6c9a161fcd67 100644 --- a/node/_tools/test/parallel/test-fs-write-stream-throw-type-error.js +++ b/node/_tools/test/parallel/test-fs-write-stream-throw-type-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-write-stream.js b/node/_tools/test/parallel/test-fs-write-stream.js index 4e830e3a6061..d131e1f2e6b8 100644 --- a/node/_tools/test/parallel/test-fs-write-stream.js +++ b/node/_tools/test/parallel/test-fs-write-stream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-write-sync.js b/node/_tools/test/parallel/test-fs-write-sync.js index 2dd475b73988..e901b06d4278 100644 --- a/node/_tools/test/parallel/test-fs-write-sync.js +++ b/node/_tools/test/parallel/test-fs-write-sync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-fs-writev-sync.js b/node/_tools/test/parallel/test-fs-writev-sync.js index a688546d2713..3c863de4b183 100644 --- a/node/_tools/test/parallel/test-fs-writev-sync.js +++ b/node/_tools/test/parallel/test-fs-writev-sync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-fs-writev.js b/node/_tools/test/parallel/test-fs-writev.js index 4902e9e57645..9b0fc99e9938 100644 --- a/node/_tools/test/parallel/test-fs-writev.js +++ b/node/_tools/test/parallel/test-fs-writev.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-handle-wrap-close-abort.js b/node/_tools/test/parallel/test-handle-wrap-close-abort.js index 4b7bd3c44195..18251a8ce545 100644 --- a/node/_tools/test/parallel/test-handle-wrap-close-abort.js +++ b/node/_tools/test/parallel/test-handle-wrap-close-abort.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-http-agent-getname.js b/node/_tools/test/parallel/test-http-agent-getname.js index 529729eb89a1..f53cd95a9ab8 100644 --- a/node/_tools/test/parallel/test-http-agent-getname.js +++ b/node/_tools/test/parallel/test-http-agent-getname.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-client-get-url.js b/node/_tools/test/parallel/test-http-client-get-url.js index 3b33cece9812..06d6f857dbae 100644 --- a/node/_tools/test/parallel/test-http-client-get-url.js +++ b/node/_tools/test/parallel/test-http-client-get-url.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-http-client-read-in-error.js b/node/_tools/test/parallel/test-http-client-read-in-error.js index 0daec6040e21..effda52b26c4 100644 --- a/node/_tools/test/parallel/test-http-client-read-in-error.js +++ b/node/_tools/test/parallel/test-http-client-read-in-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-buffer.js b/node/_tools/test/parallel/test-http-outgoing-buffer.js index 823bd96aac09..8e725725f2eb 100644 --- a/node/_tools/test/parallel/test-http-outgoing-buffer.js +++ b/node/_tools/test/parallel/test-http-outgoing-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-http-outgoing-destroy.js b/node/_tools/test/parallel/test-http-outgoing-destroy.js index 748608b41186..44399671204c 100644 --- a/node/_tools/test/parallel/test-http-outgoing-destroy.js +++ b/node/_tools/test/parallel/test-http-outgoing-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-internal-headernames-getter.js b/node/_tools/test/parallel/test-http-outgoing-internal-headernames-getter.js index 1733a679327d..c5b51b33697b 100644 --- a/node/_tools/test/parallel/test-http-outgoing-internal-headernames-getter.js +++ b/node/_tools/test/parallel/test-http-outgoing-internal-headernames-getter.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-internal-headernames-setter.js b/node/_tools/test/parallel/test-http-outgoing-internal-headernames-setter.js index fc75b2b78c4d..1a112077fc2c 100644 --- a/node/_tools/test/parallel/test-http-outgoing-internal-headernames-setter.js +++ b/node/_tools/test/parallel/test-http-outgoing-internal-headernames-setter.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-internal-headers.js b/node/_tools/test/parallel/test-http-outgoing-internal-headers.js index e37f851422b5..8a7adea66716 100644 --- a/node/_tools/test/parallel/test-http-outgoing-internal-headers.js +++ b/node/_tools/test/parallel/test-http-outgoing-internal-headers.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-http-outgoing-message-inheritance.js b/node/_tools/test/parallel/test-http-outgoing-message-inheritance.js index 2e22a4053ea1..ecb43659725d 100644 --- a/node/_tools/test/parallel/test-http-outgoing-message-inheritance.js +++ b/node/_tools/test/parallel/test-http-outgoing-message-inheritance.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-renderHeaders.js b/node/_tools/test/parallel/test-http-outgoing-renderHeaders.js index 965c5fa50d05..f9c045f974da 100644 --- a/node/_tools/test/parallel/test-http-outgoing-renderHeaders.js +++ b/node/_tools/test/parallel/test-http-outgoing-renderHeaders.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-outgoing-settimeout.js b/node/_tools/test/parallel/test-http-outgoing-settimeout.js index a4a9b79d03af..d98801e0e9df 100644 --- a/node/_tools/test/parallel/test-http-outgoing-settimeout.js +++ b/node/_tools/test/parallel/test-http-outgoing-settimeout.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-http-url.parse-auth.js b/node/_tools/test/parallel/test-http-url.parse-auth.js index 3ccbce8d17f3..d4782d3882b3 100644 --- a/node/_tools/test/parallel/test-http-url.parse-auth.js +++ b/node/_tools/test/parallel/test-http-url.parse-auth.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-http-url.parse-path.js b/node/_tools/test/parallel/test-http-url.parse-path.js index d956bef41609..f76978ee66af 100644 --- a/node/_tools/test/parallel/test-http-url.parse-path.js +++ b/node/_tools/test/parallel/test-http-url.parse-path.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-http-url.parse-post.js b/node/_tools/test/parallel/test-http-url.parse-post.js index 313ffba51481..13df6da7ea21 100644 --- a/node/_tools/test/parallel/test-http-url.parse-post.js +++ b/node/_tools/test/parallel/test-http-url.parse-post.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-http-url.parse-search.js b/node/_tools/test/parallel/test-http-url.parse-search.js index f1781275ee18..69bbfde0bbd5 100644 --- a/node/_tools/test/parallel/test-http-url.parse-search.js +++ b/node/_tools/test/parallel/test-http-url.parse-search.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-access-byteswritten.js b/node/_tools/test/parallel/test-net-access-byteswritten.js index 4dd5ee784053..b632fe57d5b6 100644 --- a/node/_tools/test/parallel/test-net-access-byteswritten.js +++ b/node/_tools/test/parallel/test-net-access-byteswritten.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-after-close.js b/node/_tools/test/parallel/test-net-after-close.js index 63b5dfe732ab..d9a9aa5cd614 100644 --- a/node/_tools/test/parallel/test-net-after-close.js +++ b/node/_tools/test/parallel/test-net-after-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-allow-half-open.js b/node/_tools/test/parallel/test-net-allow-half-open.js index a2bbc8a9c6a8..b073616084ed 100644 --- a/node/_tools/test/parallel/test-net-allow-half-open.js +++ b/node/_tools/test/parallel/test-net-allow-half-open.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-better-error-messages-listen-path.js b/node/_tools/test/parallel/test-net-better-error-messages-listen-path.js index 9c713d9015c0..e9590ef4e42a 100644 --- a/node/_tools/test/parallel/test-net-better-error-messages-listen-path.js +++ b/node/_tools/test/parallel/test-net-better-error-messages-listen-path.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-better-error-messages-listen.js b/node/_tools/test/parallel/test-net-better-error-messages-listen.js index 4ee874ff62b0..bd70520c64fa 100644 --- a/node/_tools/test/parallel/test-net-better-error-messages-listen.js +++ b/node/_tools/test/parallel/test-net-better-error-messages-listen.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-better-error-messages-port-hostname.js b/node/_tools/test/parallel/test-net-better-error-messages-port-hostname.js index 928f8314cdbe..cda4f9e627b2 100644 --- a/node/_tools/test/parallel/test-net-better-error-messages-port-hostname.js +++ b/node/_tools/test/parallel/test-net-better-error-messages-port-hostname.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-bind-twice.js b/node/_tools/test/parallel/test-net-bind-twice.js index 3f465d099406..b9ac1ef35ddd 100644 --- a/node/_tools/test/parallel/test-net-bind-twice.js +++ b/node/_tools/test/parallel/test-net-bind-twice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-buffersize.js b/node/_tools/test/parallel/test-net-buffersize.js index 58ab6c14b05d..87c14645b572 100644 --- a/node/_tools/test/parallel/test-net-buffersize.js +++ b/node/_tools/test/parallel/test-net-buffersize.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-bytes-written-large.js b/node/_tools/test/parallel/test-net-bytes-written-large.js index d3ad0b97cbfe..f93bee97a137 100644 --- a/node/_tools/test/parallel/test-net-bytes-written-large.js +++ b/node/_tools/test/parallel/test-net-bytes-written-large.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-can-reset-timeout.js b/node/_tools/test/parallel/test-net-can-reset-timeout.js index 7c729313d890..1404da75f8eb 100644 --- a/node/_tools/test/parallel/test-net-can-reset-timeout.js +++ b/node/_tools/test/parallel/test-net-can-reset-timeout.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-connect-after-destroy.js b/node/_tools/test/parallel/test-net-connect-after-destroy.js index 125a9d7720cb..16bff57de89b 100644 --- a/node/_tools/test/parallel/test-net-connect-after-destroy.js +++ b/node/_tools/test/parallel/test-net-connect-after-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-connect-call-socket-connect.js b/node/_tools/test/parallel/test-net-connect-call-socket-connect.js index 44984e07bf31..46f71bff022f 100644 --- a/node/_tools/test/parallel/test-net-connect-call-socket-connect.js +++ b/node/_tools/test/parallel/test-net-connect-call-socket-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-connect-destroy.js b/node/_tools/test/parallel/test-net-connect-destroy.js index 8c6f169fa8ce..5469c8e8db51 100644 --- a/node/_tools/test/parallel/test-net-connect-destroy.js +++ b/node/_tools/test/parallel/test-net-connect-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-connect-immediate-destroy.js b/node/_tools/test/parallel/test-net-connect-immediate-destroy.js index b8259a3da6b0..3bc048e9aa9d 100644 --- a/node/_tools/test/parallel/test-net-connect-immediate-destroy.js +++ b/node/_tools/test/parallel/test-net-connect-immediate-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-connect-immediate-finish.js b/node/_tools/test/parallel/test-net-connect-immediate-finish.js index fb2777a901cd..2c34616383e8 100644 --- a/node/_tools/test/parallel/test-net-connect-immediate-finish.js +++ b/node/_tools/test/parallel/test-net-connect-immediate-finish.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-connect-no-arg.js b/node/_tools/test/parallel/test-net-connect-no-arg.js index 45ef8c7bb854..79f630c47b3f 100644 --- a/node/_tools/test/parallel/test-net-connect-no-arg.js +++ b/node/_tools/test/parallel/test-net-connect-no-arg.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-connect-options-ipv6.js b/node/_tools/test/parallel/test-net-connect-options-ipv6.js index 8602c11aaaf4..723339727a81 100644 --- a/node/_tools/test/parallel/test-net-connect-options-ipv6.js +++ b/node/_tools/test/parallel/test-net-connect-options-ipv6.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-connect-options-port.js b/node/_tools/test/parallel/test-net-connect-options-port.js index ab93da0abf86..7c51d28902a0 100644 --- a/node/_tools/test/parallel/test-net-connect-options-port.js +++ b/node/_tools/test/parallel/test-net-connect-options-port.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-dns-custom-lookup.js b/node/_tools/test/parallel/test-net-dns-custom-lookup.js index f347439922b1..108ced44e533 100644 --- a/node/_tools/test/parallel/test-net-dns-custom-lookup.js +++ b/node/_tools/test/parallel/test-net-dns-custom-lookup.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-dns-error.js b/node/_tools/test/parallel/test-net-dns-error.js index 27f10aabe661..0d3a13910dd6 100644 --- a/node/_tools/test/parallel/test-net-dns-error.js +++ b/node/_tools/test/parallel/test-net-dns-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-dns-lookup-skip.js b/node/_tools/test/parallel/test-net-dns-lookup-skip.js index 19fcc8df2df9..4ac0ddcefe92 100644 --- a/node/_tools/test/parallel/test-net-dns-lookup-skip.js +++ b/node/_tools/test/parallel/test-net-dns-lookup-skip.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-dns-lookup.js b/node/_tools/test/parallel/test-net-dns-lookup.js index 5d0cd10e9a39..d9a704817d28 100644 --- a/node/_tools/test/parallel/test-net-dns-lookup.js +++ b/node/_tools/test/parallel/test-net-dns-lookup.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-during-close.js b/node/_tools/test/parallel/test-net-during-close.js index 23b948aa4064..31b381a0ec87 100644 --- a/node/_tools/test/parallel/test-net-during-close.js +++ b/node/_tools/test/parallel/test-net-during-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-eaddrinuse.js b/node/_tools/test/parallel/test-net-eaddrinuse.js index 46cfcc04e2d9..bd86dc939be3 100644 --- a/node/_tools/test/parallel/test-net-eaddrinuse.js +++ b/node/_tools/test/parallel/test-net-eaddrinuse.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-end-destroyed.js b/node/_tools/test/parallel/test-net-end-destroyed.js index 75f60a3697a3..3256b126750c 100644 --- a/node/_tools/test/parallel/test-net-end-destroyed.js +++ b/node/_tools/test/parallel/test-net-end-destroyed.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-end-without-connect.js b/node/_tools/test/parallel/test-net-end-without-connect.js index 39b040c653fa..0133330dbebc 100644 --- a/node/_tools/test/parallel/test-net-end-without-connect.js +++ b/node/_tools/test/parallel/test-net-end-without-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-isip.js b/node/_tools/test/parallel/test-net-isip.js index bc543e54e38d..6971d1b23921 100644 --- a/node/_tools/test/parallel/test-net-isip.js +++ b/node/_tools/test/parallel/test-net-isip.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-isipv4.js b/node/_tools/test/parallel/test-net-isipv4.js index 840f604de899..5f5738d97994 100644 --- a/node/_tools/test/parallel/test-net-isipv4.js +++ b/node/_tools/test/parallel/test-net-isipv4.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-isipv6.js b/node/_tools/test/parallel/test-net-isipv6.js index 0cf9363337f8..30f312686cf6 100644 --- a/node/_tools/test/parallel/test-net-isipv6.js +++ b/node/_tools/test/parallel/test-net-isipv6.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-listen-after-destroying-stdin.js b/node/_tools/test/parallel/test-net-listen-after-destroying-stdin.js index ed87cf58d85d..b4ed30dc00f6 100644 --- a/node/_tools/test/parallel/test-net-listen-after-destroying-stdin.js +++ b/node/_tools/test/parallel/test-net-listen-after-destroying-stdin.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-listen-close-server-callback-is-not-function.js b/node/_tools/test/parallel/test-net-listen-close-server-callback-is-not-function.js index c7aebf4e727a..28ad691eed8e 100644 --- a/node/_tools/test/parallel/test-net-listen-close-server-callback-is-not-function.js +++ b/node/_tools/test/parallel/test-net-listen-close-server-callback-is-not-function.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-listen-close-server.js b/node/_tools/test/parallel/test-net-listen-close-server.js index 603581ebcd06..b811787655b7 100644 --- a/node/_tools/test/parallel/test-net-listen-close-server.js +++ b/node/_tools/test/parallel/test-net-listen-close-server.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-listen-error.js b/node/_tools/test/parallel/test-net-listen-error.js index 91306fe6c4c1..3e0cd1fee51f 100644 --- a/node/_tools/test/parallel/test-net-listen-error.js +++ b/node/_tools/test/parallel/test-net-listen-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-listening.js b/node/_tools/test/parallel/test-net-listening.js index 2e1d1cb6d276..e3a9967da17b 100644 --- a/node/_tools/test/parallel/test-net-listening.js +++ b/node/_tools/test/parallel/test-net-listening.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-local-address-port.js b/node/_tools/test/parallel/test-net-local-address-port.js index f839b514b392..75b65caa2a66 100644 --- a/node/_tools/test/parallel/test-net-local-address-port.js +++ b/node/_tools/test/parallel/test-net-local-address-port.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-localerror.js b/node/_tools/test/parallel/test-net-localerror.js index b3f2b1e8557d..e726f39e984b 100644 --- a/node/_tools/test/parallel/test-net-localerror.js +++ b/node/_tools/test/parallel/test-net-localerror.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-options-lookup.js b/node/_tools/test/parallel/test-net-options-lookup.js index b2667e0c0ecf..c0955e8096fc 100644 --- a/node/_tools/test/parallel/test-net-options-lookup.js +++ b/node/_tools/test/parallel/test-net-options-lookup.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-pause-resume-connecting.js b/node/_tools/test/parallel/test-net-pause-resume-connecting.js index cf4bc4198281..122bfdfc4bb2 100644 --- a/node/_tools/test/parallel/test-net-pause-resume-connecting.js +++ b/node/_tools/test/parallel/test-net-pause-resume-connecting.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-persistent-ref-unref.js b/node/_tools/test/parallel/test-net-persistent-ref-unref.js index ab51f19a5186..df0ade786ab6 100644 --- a/node/_tools/test/parallel/test-net-persistent-ref-unref.js +++ b/node/_tools/test/parallel/test-net-persistent-ref-unref.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-net-pipe-connect-errors.js b/node/_tools/test/parallel/test-net-pipe-connect-errors.js index cb60c4b4a03c..ec8af74ba128 100644 --- a/node/_tools/test/parallel/test-net-pipe-connect-errors.js +++ b/node/_tools/test/parallel/test-net-pipe-connect-errors.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-remote-address-port.js b/node/_tools/test/parallel/test-net-remote-address-port.js index d5f1059ec70f..b5dfac3ab6c7 100644 --- a/node/_tools/test/parallel/test-net-remote-address-port.js +++ b/node/_tools/test/parallel/test-net-remote-address-port.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-server-capture-rejection.js b/node/_tools/test/parallel/test-net-server-capture-rejection.js index ab1d91ca9303..5f4a0bd4fba8 100644 --- a/node/_tools/test/parallel/test-net-server-capture-rejection.js +++ b/node/_tools/test/parallel/test-net-server-capture-rejection.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-server-close.js b/node/_tools/test/parallel/test-net-server-close.js index 52c739817222..9863d47eb15d 100644 --- a/node/_tools/test/parallel/test-net-server-close.js +++ b/node/_tools/test/parallel/test-net-server-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-server-listen-options-signal.js b/node/_tools/test/parallel/test-net-server-listen-options-signal.js index 4b7e8ba9383d..3546bc270d2a 100644 --- a/node/_tools/test/parallel/test-net-server-listen-options-signal.js +++ b/node/_tools/test/parallel/test-net-server-listen-options-signal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-server-listen-options.js b/node/_tools/test/parallel/test-net-server-listen-options.js index c5e27c44a37d..e9c6fcd0076b 100644 --- a/node/_tools/test/parallel/test-net-server-listen-options.js +++ b/node/_tools/test/parallel/test-net-server-listen-options.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-server-listen-remove-callback.js b/node/_tools/test/parallel/test-net-server-listen-remove-callback.js index 9f794a8f18be..911e05dca209 100644 --- a/node/_tools/test/parallel/test-net-server-listen-remove-callback.js +++ b/node/_tools/test/parallel/test-net-server-listen-remove-callback.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-server-max-connections.js b/node/_tools/test/parallel/test-net-server-max-connections.js index 3e702cadec5b..8b07126d0383 100644 --- a/node/_tools/test/parallel/test-net-server-max-connections.js +++ b/node/_tools/test/parallel/test-net-server-max-connections.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-server-options.js b/node/_tools/test/parallel/test-net-server-options.js index 54e3f234990e..35e70f01b02d 100644 --- a/node/_tools/test/parallel/test-net-server-options.js +++ b/node/_tools/test/parallel/test-net-server-options.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-server-pause-on-connect.js b/node/_tools/test/parallel/test-net-server-pause-on-connect.js index 9a351a156392..4436a33a2554 100644 --- a/node/_tools/test/parallel/test-net-server-pause-on-connect.js +++ b/node/_tools/test/parallel/test-net-server-pause-on-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-server-unref-persistent.js b/node/_tools/test/parallel/test-net-server-unref-persistent.js index eec1925efae6..8ebba27e61a3 100644 --- a/node/_tools/test/parallel/test-net-server-unref-persistent.js +++ b/node/_tools/test/parallel/test-net-server-unref-persistent.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-server-unref.js b/node/_tools/test/parallel/test-net-server-unref.js index d8dca1e5f7a7..2a908322bf70 100644 --- a/node/_tools/test/parallel/test-net-server-unref.js +++ b/node/_tools/test/parallel/test-net-server-unref.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-socket-close-after-end.js b/node/_tools/test/parallel/test-net-socket-close-after-end.js index c0655930d02e..eae6de001431 100644 --- a/node/_tools/test/parallel/test-net-socket-close-after-end.js +++ b/node/_tools/test/parallel/test-net-socket-close-after-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-connect-without-cb.js b/node/_tools/test/parallel/test-net-socket-connect-without-cb.js index d83560ae6d77..c86513610098 100644 --- a/node/_tools/test/parallel/test-net-socket-connect-without-cb.js +++ b/node/_tools/test/parallel/test-net-socket-connect-without-cb.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-connecting.js b/node/_tools/test/parallel/test-net-socket-connecting.js index 9f4f0522a0f3..198e9dc57b96 100644 --- a/node/_tools/test/parallel/test-net-socket-connecting.js +++ b/node/_tools/test/parallel/test-net-socket-connecting.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-destroy-send.js b/node/_tools/test/parallel/test-net-socket-destroy-send.js index 041ad5aee9a1..af168ad56788 100644 --- a/node/_tools/test/parallel/test-net-socket-destroy-send.js +++ b/node/_tools/test/parallel/test-net-socket-destroy-send.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-destroy-twice.js b/node/_tools/test/parallel/test-net-socket-destroy-twice.js index fdb95fb93525..9ea2c87a811f 100644 --- a/node/_tools/test/parallel/test-net-socket-destroy-twice.js +++ b/node/_tools/test/parallel/test-net-socket-destroy-twice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-net-socket-end-before-connect.js b/node/_tools/test/parallel/test-net-socket-end-before-connect.js index 62ded4b810dd..16963590e105 100644 --- a/node/_tools/test/parallel/test-net-socket-end-before-connect.js +++ b/node/_tools/test/parallel/test-net-socket-end-before-connect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-end-callback.js b/node/_tools/test/parallel/test-net-socket-end-callback.js index 4ea5d369134a..f97606ab056d 100644 --- a/node/_tools/test/parallel/test-net-socket-end-callback.js +++ b/node/_tools/test/parallel/test-net-socket-end-callback.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-no-halfopen-enforcer.js b/node/_tools/test/parallel/test-net-socket-no-halfopen-enforcer.js index 4f6799f5a254..4a4aab5d168f 100644 --- a/node/_tools/test/parallel/test-net-socket-no-halfopen-enforcer.js +++ b/node/_tools/test/parallel/test-net-socket-no-halfopen-enforcer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-ready-without-cb.js b/node/_tools/test/parallel/test-net-socket-ready-without-cb.js index d99430cec390..2ed3a1b901ab 100644 --- a/node/_tools/test/parallel/test-net-socket-ready-without-cb.js +++ b/node/_tools/test/parallel/test-net-socket-ready-without-cb.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-write-after-close.js b/node/_tools/test/parallel/test-net-socket-write-after-close.js index e14e9ebffd3f..fd4d6621dc7a 100644 --- a/node/_tools/test/parallel/test-net-socket-write-after-close.js +++ b/node/_tools/test/parallel/test-net-socket-write-after-close.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-socket-write-error.js b/node/_tools/test/parallel/test-net-socket-write-error.js index af3da8a50a55..c1fbc077ac83 100644 --- a/node/_tools/test/parallel/test-net-socket-write-error.js +++ b/node/_tools/test/parallel/test-net-socket-write-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-sync-cork.js b/node/_tools/test/parallel/test-net-sync-cork.js index 4a52708d4036..399de55c1186 100644 --- a/node/_tools/test/parallel/test-net-sync-cork.js +++ b/node/_tools/test/parallel/test-net-sync-cork.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-timeout-no-handle.js b/node/_tools/test/parallel/test-net-timeout-no-handle.js index 3070596189ce..e57f4ccb4aa6 100644 --- a/node/_tools/test/parallel/test-net-timeout-no-handle.js +++ b/node/_tools/test/parallel/test-net-timeout-no-handle.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-writable.js b/node/_tools/test/parallel/test-net-writable.js index 651083c872fd..2ed0711def28 100644 --- a/node/_tools/test/parallel/test-net-writable.js +++ b/node/_tools/test/parallel/test-net-writable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-write-after-end-nt.js b/node/_tools/test/parallel/test-net-write-after-end-nt.js index dadb0081c368..6a69a7b5a238 100644 --- a/node/_tools/test/parallel/test-net-write-after-end-nt.js +++ b/node/_tools/test/parallel/test-net-write-after-end-nt.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-write-fully-async-buffer.js b/node/_tools/test/parallel/test-net-write-fully-async-buffer.js index 9425182d2cea..9ff8bdce701d 100644 --- a/node/_tools/test/parallel/test-net-write-fully-async-buffer.js +++ b/node/_tools/test/parallel/test-net-write-fully-async-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-write-fully-async-hex-string.js b/node/_tools/test/parallel/test-net-write-fully-async-hex-string.js index a4d520b67e40..bfeb3b0c8979 100644 --- a/node/_tools/test/parallel/test-net-write-fully-async-hex-string.js +++ b/node/_tools/test/parallel/test-net-write-fully-async-hex-string.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-net-write-slow.js b/node/_tools/test/parallel/test-net-write-slow.js index a36e7fc39b78..b86b64a8124a 100644 --- a/node/_tools/test/parallel/test-net-write-slow.js +++ b/node/_tools/test/parallel/test-net-write-slow.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-next-tick-doesnt-hang.js b/node/_tools/test/parallel/test-next-tick-doesnt-hang.js index 94108e3ccc73..683f9528f649 100644 --- a/node/_tools/test/parallel/test-next-tick-doesnt-hang.js +++ b/node/_tools/test/parallel/test-next-tick-doesnt-hang.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-next-tick-fixed-queue-regression.js b/node/_tools/test/parallel/test-next-tick-fixed-queue-regression.js index d985e7890b64..b40b82508e0b 100644 --- a/node/_tools/test/parallel/test-next-tick-fixed-queue-regression.js +++ b/node/_tools/test/parallel/test-next-tick-fixed-queue-regression.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-next-tick-intentional-starvation.js b/node/_tools/test/parallel/test-next-tick-intentional-starvation.js index 66a028024f9f..18cc7c9400cc 100644 --- a/node/_tools/test/parallel/test-next-tick-intentional-starvation.js +++ b/node/_tools/test/parallel/test-next-tick-intentional-starvation.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-next-tick-ordering.js b/node/_tools/test/parallel/test-next-tick-ordering.js index cb766a2dbd16..cd0630985dab 100644 --- a/node/_tools/test/parallel/test-next-tick-ordering.js +++ b/node/_tools/test/parallel/test-next-tick-ordering.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-next-tick-ordering2.js b/node/_tools/test/parallel/test-next-tick-ordering2.js index 445b1c79818c..52831ad64d6b 100644 --- a/node/_tools/test/parallel/test-next-tick-ordering2.js +++ b/node/_tools/test/parallel/test-next-tick-ordering2.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-next-tick-when-exiting.js b/node/_tools/test/parallel/test-next-tick-when-exiting.js index bf7607a78dd7..b625eb453646 100644 --- a/node/_tools/test/parallel/test-next-tick-when-exiting.js +++ b/node/_tools/test/parallel/test-next-tick-when-exiting.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-next-tick.js b/node/_tools/test/parallel/test-next-tick.js index 4f176c442520..601d31232abd 100644 --- a/node/_tools/test/parallel/test-next-tick.js +++ b/node/_tools/test/parallel/test-next-tick.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-nodeeventtarget.js b/node/_tools/test/parallel/test-nodeeventtarget.js index a06ad1135914..e32c9d5698b7 100644 --- a/node/_tools/test/parallel/test-nodeeventtarget.js +++ b/node/_tools/test/parallel/test-nodeeventtarget.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals --no-warnings diff --git a/node/_tools/test/parallel/test-outgoing-message-destroy.js b/node/_tools/test/parallel/test-outgoing-message-destroy.js index 838972fc140e..729c1a5e4b69 100644 --- a/node/_tools/test/parallel/test-outgoing-message-destroy.js +++ b/node/_tools/test/parallel/test-outgoing-message-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-outgoing-message-pipe.js b/node/_tools/test/parallel/test-outgoing-message-pipe.js index 711b9d866799..d75e432f4356 100644 --- a/node/_tools/test/parallel/test-outgoing-message-pipe.js +++ b/node/_tools/test/parallel/test-outgoing-message-pipe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-basename.js b/node/_tools/test/parallel/test-path-basename.js index 31ffdf4648c9..e538fb11dc39 100644 --- a/node/_tools/test/parallel/test-path-basename.js +++ b/node/_tools/test/parallel/test-path-basename.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; @@ -13,6 +13,10 @@ const path = require('path'); assert.strictEqual(path.basename(__filename), 'test-path-basename.js'); assert.strictEqual(path.basename(__filename, '.js'), 'test-path-basename'); assert.strictEqual(path.basename('.js', '.js'), ''); +assert.strictEqual(path.basename('js', '.js'), 'js'); +assert.strictEqual(path.basename('file.js', '.ts'), 'file.js'); +assert.strictEqual(path.basename('file', '.js'), 'file'); +assert.strictEqual(path.basename('file.js.old', '.js.old'), 'file'); assert.strictEqual(path.basename(''), ''); assert.strictEqual(path.basename('/dir/basename.ext'), 'basename.ext'); assert.strictEqual(path.basename('/basename.ext'), 'basename.ext'); diff --git a/node/_tools/test/parallel/test-path-dirname.js b/node/_tools/test/parallel/test-path-dirname.js index 49819ee50ee7..76d0f3ba5bb3 100644 --- a/node/_tools/test/parallel/test-path-dirname.js +++ b/node/_tools/test/parallel/test-path-dirname.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-extname.js b/node/_tools/test/parallel/test-path-extname.js index b7feca375a73..a1b7df7ca1a2 100644 --- a/node/_tools/test/parallel/test-path-extname.js +++ b/node/_tools/test/parallel/test-path-extname.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-isabsolute.js b/node/_tools/test/parallel/test-path-isabsolute.js index 0b52ab94bc1c..13aefe3bd6fb 100644 --- a/node/_tools/test/parallel/test-path-isabsolute.js +++ b/node/_tools/test/parallel/test-path-isabsolute.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-join.js b/node/_tools/test/parallel/test-path-join.js index afa9dd074cc6..cb28f4e0c772 100644 --- a/node/_tools/test/parallel/test-path-join.js +++ b/node/_tools/test/parallel/test-path-join.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-makelong.js b/node/_tools/test/parallel/test-path-makelong.js index a88acff5a404..3b74dae531af 100644 --- a/node/_tools/test/parallel/test-path-makelong.js +++ b/node/_tools/test/parallel/test-path-makelong.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-path-normalize.js b/node/_tools/test/parallel/test-path-normalize.js index ddf9133c0c70..2318f5d30bea 100644 --- a/node/_tools/test/parallel/test-path-normalize.js +++ b/node/_tools/test/parallel/test-path-normalize.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-parse-format.js b/node/_tools/test/parallel/test-path-parse-format.js index 367b77b3753b..303be1897b68 100644 --- a/node/_tools/test/parallel/test-path-parse-format.js +++ b/node/_tools/test/parallel/test-path-parse-format.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-path-posix-exists.js b/node/_tools/test/parallel/test-path-posix-exists.js index 943298fbaedd..0fea7783b9cc 100644 --- a/node/_tools/test/parallel/test-path-posix-exists.js +++ b/node/_tools/test/parallel/test-path-posix-exists.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-relative.js b/node/_tools/test/parallel/test-path-relative.js index 93f9eeccbc46..3dc16e1e9427 100644 --- a/node/_tools/test/parallel/test-path-relative.js +++ b/node/_tools/test/parallel/test-path-relative.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-win32-exists.js b/node/_tools/test/parallel/test-path-win32-exists.js index ef8724ff156c..2335419e5a54 100644 --- a/node/_tools/test/parallel/test-path-win32-exists.js +++ b/node/_tools/test/parallel/test-path-win32-exists.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-path-zero-length-strings.js b/node/_tools/test/parallel/test-path-zero-length-strings.js index 333bba06ebb0..673323990bd3 100644 --- a/node/_tools/test/parallel/test-path-zero-length-strings.js +++ b/node/_tools/test/parallel/test-path-zero-length-strings.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-process-beforeexit.js b/node/_tools/test/parallel/test-process-beforeexit.js index 24ac8ed7b86c..58c9e5f4d65d 100644 --- a/node/_tools/test/parallel/test-process-beforeexit.js +++ b/node/_tools/test/parallel/test-process-beforeexit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-process-binding-internalbinding-allowlist.js b/node/_tools/test/parallel/test-process-binding-internalbinding-allowlist.js index c550dc1c4a16..9a1dec558ccf 100644 --- a/node/_tools/test/parallel/test-process-binding-internalbinding-allowlist.js +++ b/node/_tools/test/parallel/test-process-binding-internalbinding-allowlist.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --no-warnings diff --git a/node/_tools/test/parallel/test-process-env-allowed-flags.js b/node/_tools/test/parallel/test-process-env-allowed-flags.js index c2859703bb80..aa33ba1c19f0 100644 --- a/node/_tools/test/parallel/test-process-env-allowed-flags.js +++ b/node/_tools/test/parallel/test-process-env-allowed-flags.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-process-exit-from-before-exit.js b/node/_tools/test/parallel/test-process-exit-from-before-exit.js index 161f15f77dd4..4fd82e26607f 100644 --- a/node/_tools/test/parallel/test-process-exit-from-before-exit.js +++ b/node/_tools/test/parallel/test-process-exit-from-before-exit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-process-exit-handler.js b/node/_tools/test/parallel/test-process-exit-handler.js index 05493f7043a0..ca7c4db89d1d 100644 --- a/node/_tools/test/parallel/test-process-exit-handler.js +++ b/node/_tools/test/parallel/test-process-exit-handler.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-process-exit-recursive.js b/node/_tools/test/parallel/test-process-exit-recursive.js index f7f5dec2c638..49d43abe3ebc 100644 --- a/node/_tools/test/parallel/test-process-exit-recursive.js +++ b/node/_tools/test/parallel/test-process-exit-recursive.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-process-exit.js b/node/_tools/test/parallel/test-process-exit.js index fb4bcf83bdc5..3f17c426b321 100644 --- a/node/_tools/test/parallel/test-process-exit.js +++ b/node/_tools/test/parallel/test-process-exit.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-process-uptime.js b/node/_tools/test/parallel/test-process-uptime.js index 94c431f3cc7b..1810473ce3dc 100644 --- a/node/_tools/test/parallel/test-process-uptime.js +++ b/node/_tools/test/parallel/test-process-uptime.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-promise-unhandled-silent.js b/node/_tools/test/parallel/test-promise-unhandled-silent.js index 11ab789f1501..0b7455daba8b 100644 --- a/node/_tools/test/parallel/test-promise-unhandled-silent.js +++ b/node/_tools/test/parallel/test-promise-unhandled-silent.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --unhandled-rejections=none diff --git a/node/_tools/test/parallel/test-promise-unhandled-throw-handler.js b/node/_tools/test/parallel/test-promise-unhandled-throw-handler.js index feeeb2e7cae6..b2f52d78fce4 100644 --- a/node/_tools/test/parallel/test-promise-unhandled-throw-handler.js +++ b/node/_tools/test/parallel/test-promise-unhandled-throw-handler.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --unhandled-rejections=throw diff --git a/node/_tools/test/parallel/test-punycode.js b/node/_tools/test/parallel/test-punycode.js index 7c0088966412..34368c92b2ee 100644 --- a/node/_tools/test/parallel/test-punycode.js +++ b/node/_tools/test/parallel/test-punycode.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --pending-deprecation diff --git a/node/_tools/test/parallel/test-querystring-escape.js b/node/_tools/test/parallel/test-querystring-escape.js index e17dcbd670ee..51e477a403db 100644 --- a/node/_tools/test/parallel/test-querystring-escape.js +++ b/node/_tools/test/parallel/test-querystring-escape.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-querystring-maxKeys-non-finite.js b/node/_tools/test/parallel/test-querystring-maxKeys-non-finite.js index 9489d15eb728..9edeb30e9147 100644 --- a/node/_tools/test/parallel/test-querystring-maxKeys-non-finite.js +++ b/node/_tools/test/parallel/test-querystring-maxKeys-non-finite.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-querystring-multichar-separator.js b/node/_tools/test/parallel/test-querystring-multichar-separator.js index 1e70404613cc..d21feda83789 100644 --- a/node/_tools/test/parallel/test-querystring-multichar-separator.js +++ b/node/_tools/test/parallel/test-querystring-multichar-separator.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline-csi.js b/node/_tools/test/parallel/test-readline-csi.js index 5a3065209e97..986bbb342418 100644 --- a/node/_tools/test/parallel/test-readline-csi.js +++ b/node/_tools/test/parallel/test-readline-csi.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-readline-emit-keypress-events.js b/node/_tools/test/parallel/test-readline-emit-keypress-events.js index 5ee366efad47..22aa2c9b4d2b 100644 --- a/node/_tools/test/parallel/test-readline-emit-keypress-events.js +++ b/node/_tools/test/parallel/test-readline-emit-keypress-events.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline-interface-escapecodetimeout.js b/node/_tools/test/parallel/test-readline-interface-escapecodetimeout.js index 93f40b259792..c7b48de376b0 100644 --- a/node/_tools/test/parallel/test-readline-interface-escapecodetimeout.js +++ b/node/_tools/test/parallel/test-readline-interface-escapecodetimeout.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline-keys.js b/node/_tools/test/parallel/test-readline-keys.js index 14587bab3792..02d5f2d4c37e 100644 --- a/node/_tools/test/parallel/test-readline-keys.js +++ b/node/_tools/test/parallel/test-readline-keys.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline-position.js b/node/_tools/test/parallel/test-readline-position.js index 73d7bcbdc0f2..2695a463125d 100644 --- a/node/_tools/test/parallel/test-readline-position.js +++ b/node/_tools/test/parallel/test-readline-position.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-readline-promises-csi.mjs b/node/_tools/test/parallel/test-readline-promises-csi.mjs index b9a4e166317b..32d3245f2292 100644 --- a/node/_tools/test/parallel/test-readline-promises-csi.mjs +++ b/node/_tools/test/parallel/test-readline-promises-csi.mjs @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-readline-promises-interface.js b/node/_tools/test/parallel/test-readline-promises-interface.js index 8e6ed574e089..81e0b9ee26db 100644 --- a/node/_tools/test/parallel/test-readline-promises-interface.js +++ b/node/_tools/test/parallel/test-readline-promises-interface.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-readline-reopen.js b/node/_tools/test/parallel/test-readline-reopen.js index 8742b4903589..8077b513c4f5 100644 --- a/node/_tools/test/parallel/test-readline-reopen.js +++ b/node/_tools/test/parallel/test-readline-reopen.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline-set-raw-mode.js b/node/_tools/test/parallel/test-readline-set-raw-mode.js index ce01a5f057c3..4112c16e20a7 100644 --- a/node/_tools/test/parallel/test-readline-set-raw-mode.js +++ b/node/_tools/test/parallel/test-readline-set-raw-mode.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-readline-undefined-columns.js b/node/_tools/test/parallel/test-readline-undefined-columns.js index 0be94e9ed628..59e63229c478 100644 --- a/node/_tools/test/parallel/test-readline-undefined-columns.js +++ b/node/_tools/test/parallel/test-readline-undefined-columns.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-readline.js b/node/_tools/test/parallel/test-readline.js index 52086684206d..d5de0bf774e4 100644 --- a/node/_tools/test/parallel/test-readline.js +++ b/node/_tools/test/parallel/test-readline.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-add-abort-signal.js b/node/_tools/test/parallel/test-stream-add-abort-signal.js index 1c20c98bdb92..9e24293b33d7 100644 --- a/node/_tools/test/parallel/test-stream-add-abort-signal.js +++ b/node/_tools/test/parallel/test-stream-add-abort-signal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-stream-aliases-legacy.js b/node/_tools/test/parallel/test-stream-aliases-legacy.js index 4d9467643afa..c145159dfbdb 100644 --- a/node/_tools/test/parallel/test-stream-aliases-legacy.js +++ b/node/_tools/test/parallel/test-stream-aliases-legacy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-asIndexedPairs.mjs b/node/_tools/test/parallel/test-stream-asIndexedPairs.mjs index 7fa49699c1c0..70dceba99bef 100644 --- a/node/_tools/test/parallel/test-stream-asIndexedPairs.mjs +++ b/node/_tools/test/parallel/test-stream-asIndexedPairs.mjs @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually import '../common/index.mjs'; diff --git a/node/_tools/test/parallel/test-stream-auto-destroy.js b/node/_tools/test/parallel/test-stream-auto-destroy.js index 220fec465af4..5eb5213184bc 100644 --- a/node/_tools/test/parallel/test-stream-auto-destroy.js +++ b/node/_tools/test/parallel/test-stream-auto-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js b/node/_tools/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js index 2f2db30f0fde..b6ea16a412f1 100644 --- a/node/_tools/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js +++ b/node/_tools/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-backpressure.js b/node/_tools/test/parallel/test-stream-backpressure.js index 79a991ea898a..7feb6fc889a6 100644 --- a/node/_tools/test/parallel/test-stream-backpressure.js +++ b/node/_tools/test/parallel/test-stream-backpressure.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-big-packet.js b/node/_tools/test/parallel/test-stream-big-packet.js index 3f699053ffc0..ac4a7e3d9326 100644 --- a/node/_tools/test/parallel/test-stream-big-packet.js +++ b/node/_tools/test/parallel/test-stream-big-packet.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-big-push.js b/node/_tools/test/parallel/test-stream-big-push.js index bb014d3c9b6c..c97f5a1b85ad 100644 --- a/node/_tools/test/parallel/test-stream-big-push.js +++ b/node/_tools/test/parallel/test-stream-big-push.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-buffer-list.js b/node/_tools/test/parallel/test-stream-buffer-list.js index fbab2c09e67d..ab68ca094ecc 100644 --- a/node/_tools/test/parallel/test-stream-buffer-list.js +++ b/node/_tools/test/parallel/test-stream-buffer-list.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Flags: --expose-internals diff --git a/node/_tools/test/parallel/test-stream-catch-rejections.js b/node/_tools/test/parallel/test-stream-catch-rejections.js index b55087c6f287..db7c625b02e2 100644 --- a/node/_tools/test/parallel/test-stream-catch-rejections.js +++ b/node/_tools/test/parallel/test-stream-catch-rejections.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-construct.js b/node/_tools/test/parallel/test-stream-construct.js index 7ce019c49cb0..3ada1ef004ae 100644 --- a/node/_tools/test/parallel/test-stream-construct.js +++ b/node/_tools/test/parallel/test-stream-construct.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-destroy-event-order.js b/node/_tools/test/parallel/test-stream-destroy-event-order.js index 4bf11618640d..87ddf5b200c4 100644 --- a/node/_tools/test/parallel/test-stream-destroy-event-order.js +++ b/node/_tools/test/parallel/test-stream-destroy-event-order.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-destroy.js b/node/_tools/test/parallel/test-stream-duplex-destroy.js index 228bf49e012a..9c15e2e01e82 100644 --- a/node/_tools/test/parallel/test-stream-duplex-destroy.js +++ b/node/_tools/test/parallel/test-stream-duplex-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-end.js b/node/_tools/test/parallel/test-stream-duplex-end.js index c79434da36c2..89988430ccf5 100644 --- a/node/_tools/test/parallel/test-stream-duplex-end.js +++ b/node/_tools/test/parallel/test-stream-duplex-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-from.js b/node/_tools/test/parallel/test-stream-duplex-from.js index 64505ac9ed96..a8ac208ad1ae 100644 --- a/node/_tools/test/parallel/test-stream-duplex-from.js +++ b/node/_tools/test/parallel/test-stream-duplex-from.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-props.js b/node/_tools/test/parallel/test-stream-duplex-props.js index 646c6f8e6243..b84e8d0c70ff 100644 --- a/node/_tools/test/parallel/test-stream-duplex-props.js +++ b/node/_tools/test/parallel/test-stream-duplex-props.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-readable-end.js b/node/_tools/test/parallel/test-stream-duplex-readable-end.js index 024410d9bf10..edb6b5dc6802 100644 --- a/node/_tools/test/parallel/test-stream-duplex-readable-end.js +++ b/node/_tools/test/parallel/test-stream-duplex-readable-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex-writable-finished.js b/node/_tools/test/parallel/test-stream-duplex-writable-finished.js index b6f9bce6c23c..23ab4c3f1e66 100644 --- a/node/_tools/test/parallel/test-stream-duplex-writable-finished.js +++ b/node/_tools/test/parallel/test-stream-duplex-writable-finished.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-duplex.js b/node/_tools/test/parallel/test-stream-duplex.js index 90f3ee765e60..6b4f33a2c431 100644 --- a/node/_tools/test/parallel/test-stream-duplex.js +++ b/node/_tools/test/parallel/test-stream-duplex.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-end-paused.js b/node/_tools/test/parallel/test-stream-end-paused.js index 0eeca77eeb5a..7d337e09e999 100644 --- a/node/_tools/test/parallel/test-stream-end-paused.js +++ b/node/_tools/test/parallel/test-stream-end-paused.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-error-once.js b/node/_tools/test/parallel/test-stream-error-once.js index 44dca0dbf0e5..2c99cb9f68b5 100644 --- a/node/_tools/test/parallel/test-stream-error-once.js +++ b/node/_tools/test/parallel/test-stream-error-once.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-events-prepend.js b/node/_tools/test/parallel/test-stream-events-prepend.js index 93e6b841b025..8342a69569f2 100644 --- a/node/_tools/test/parallel/test-stream-events-prepend.js +++ b/node/_tools/test/parallel/test-stream-events-prepend.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-inheritance.js b/node/_tools/test/parallel/test-stream-inheritance.js index 63918fe66c74..acd34998ab37 100644 --- a/node/_tools/test/parallel/test-stream-inheritance.js +++ b/node/_tools/test/parallel/test-stream-inheritance.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-ispaused.js b/node/_tools/test/parallel/test-stream-ispaused.js index 3a373f095199..f6a578948219 100644 --- a/node/_tools/test/parallel/test-stream-ispaused.js +++ b/node/_tools/test/parallel/test-stream-ispaused.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-objectmode-undefined.js b/node/_tools/test/parallel/test-stream-objectmode-undefined.js index 7308cc1c5769..a120698a08d3 100644 --- a/node/_tools/test/parallel/test-stream-objectmode-undefined.js +++ b/node/_tools/test/parallel/test-stream-objectmode-undefined.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-once-readable-pipe.js b/node/_tools/test/parallel/test-stream-once-readable-pipe.js index 3980de2e31fc..560669acbc42 100644 --- a/node/_tools/test/parallel/test-stream-once-readable-pipe.js +++ b/node/_tools/test/parallel/test-stream-once-readable-pipe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-after-end.js b/node/_tools/test/parallel/test-stream-pipe-after-end.js index 50c4732b53f0..9d060c26c3df 100644 --- a/node/_tools/test/parallel/test-stream-pipe-after-end.js +++ b/node/_tools/test/parallel/test-stream-pipe-after-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-pipe-await-drain-manual-resume.js b/node/_tools/test/parallel/test-stream-pipe-await-drain-manual-resume.js index bd7d0b8c7196..c5b9aa8230e6 100644 --- a/node/_tools/test/parallel/test-stream-pipe-await-drain-manual-resume.js +++ b/node/_tools/test/parallel/test-stream-pipe-await-drain-manual-resume.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-await-drain-push-while-write.js b/node/_tools/test/parallel/test-stream-pipe-await-drain-push-while-write.js index 3594fda0e5a4..3f89e2dc41ea 100644 --- a/node/_tools/test/parallel/test-stream-pipe-await-drain-push-while-write.js +++ b/node/_tools/test/parallel/test-stream-pipe-await-drain-push-while-write.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-await-drain.js b/node/_tools/test/parallel/test-stream-pipe-await-drain.js index a83c8825ce75..44554d2032f4 100644 --- a/node/_tools/test/parallel/test-stream-pipe-await-drain.js +++ b/node/_tools/test/parallel/test-stream-pipe-await-drain.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-cleanup-pause.js b/node/_tools/test/parallel/test-stream-pipe-cleanup-pause.js index d961fce58599..7344e7000fd4 100644 --- a/node/_tools/test/parallel/test-stream-pipe-cleanup-pause.js +++ b/node/_tools/test/parallel/test-stream-pipe-cleanup-pause.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-cleanup.js b/node/_tools/test/parallel/test-stream-pipe-cleanup.js index 89f034f9cd80..5008af60f5cb 100644 --- a/node/_tools/test/parallel/test-stream-pipe-cleanup.js +++ b/node/_tools/test/parallel/test-stream-pipe-cleanup.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-pipe-error-handling.js b/node/_tools/test/parallel/test-stream-pipe-error-handling.js index c25264bca392..927071926447 100644 --- a/node/_tools/test/parallel/test-stream-pipe-error-handling.js +++ b/node/_tools/test/parallel/test-stream-pipe-error-handling.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-pipe-event.js b/node/_tools/test/parallel/test-stream-pipe-event.js index 2830cba1a060..b55b2d111bbe 100644 --- a/node/_tools/test/parallel/test-stream-pipe-event.js +++ b/node/_tools/test/parallel/test-stream-pipe-event.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-pipe-flow-after-unpipe.js b/node/_tools/test/parallel/test-stream-pipe-flow-after-unpipe.js index 75870c11065b..1e46e50174c9 100644 --- a/node/_tools/test/parallel/test-stream-pipe-flow-after-unpipe.js +++ b/node/_tools/test/parallel/test-stream-pipe-flow-after-unpipe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-flow.js b/node/_tools/test/parallel/test-stream-pipe-flow.js index fff9fa274f94..68a501621b93 100644 --- a/node/_tools/test/parallel/test-stream-pipe-flow.js +++ b/node/_tools/test/parallel/test-stream-pipe-flow.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-manual-resume.js b/node/_tools/test/parallel/test-stream-pipe-manual-resume.js index 000d2f21b357..bb12fb5ba3bf 100644 --- a/node/_tools/test/parallel/test-stream-pipe-manual-resume.js +++ b/node/_tools/test/parallel/test-stream-pipe-manual-resume.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-multiple-pipes.js b/node/_tools/test/parallel/test-stream-pipe-multiple-pipes.js index 999588d1258c..9ff9a0e0f184 100644 --- a/node/_tools/test/parallel/test-stream-pipe-multiple-pipes.js +++ b/node/_tools/test/parallel/test-stream-pipe-multiple-pipes.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-needDrain.js b/node/_tools/test/parallel/test-stream-pipe-needDrain.js index 3717c8ab2c63..052da3c2dcb9 100644 --- a/node/_tools/test/parallel/test-stream-pipe-needDrain.js +++ b/node/_tools/test/parallel/test-stream-pipe-needDrain.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-same-destination-twice.js b/node/_tools/test/parallel/test-stream-pipe-same-destination-twice.js index 3b1afb1ad201..8f3c33072601 100644 --- a/node/_tools/test/parallel/test-stream-pipe-same-destination-twice.js +++ b/node/_tools/test/parallel/test-stream-pipe-same-destination-twice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-unpipe-streams.js b/node/_tools/test/parallel/test-stream-pipe-unpipe-streams.js index 1474bd34680e..83b0ab16a705 100644 --- a/node/_tools/test/parallel/test-stream-pipe-unpipe-streams.js +++ b/node/_tools/test/parallel/test-stream-pipe-unpipe-streams.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipe-without-listenerCount.js b/node/_tools/test/parallel/test-stream-pipe-without-listenerCount.js index 10b903c75f4c..b2e454d59731 100644 --- a/node/_tools/test/parallel/test-stream-pipe-without-listenerCount.js +++ b/node/_tools/test/parallel/test-stream-pipe-without-listenerCount.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipeline-async-iterator.js b/node/_tools/test/parallel/test-stream-pipeline-async-iterator.js index 0371571155a6..ffc0c833bd0a 100644 --- a/node/_tools/test/parallel/test-stream-pipeline-async-iterator.js +++ b/node/_tools/test/parallel/test-stream-pipeline-async-iterator.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipeline-queued-end-in-destroy.js b/node/_tools/test/parallel/test-stream-pipeline-queued-end-in-destroy.js index 60f1bab945a9..843a314358b5 100644 --- a/node/_tools/test/parallel/test-stream-pipeline-queued-end-in-destroy.js +++ b/node/_tools/test/parallel/test-stream-pipeline-queued-end-in-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-pipeline-with-empty-string.js b/node/_tools/test/parallel/test-stream-pipeline-with-empty-string.js index a05e3e32e033..dd63f12b0e26 100644 --- a/node/_tools/test/parallel/test-stream-pipeline-with-empty-string.js +++ b/node/_tools/test/parallel/test-stream-pipeline-with-empty-string.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-push-strings.js b/node/_tools/test/parallel/test-stream-push-strings.js index 291758bc3d36..296460b3ae56 100644 --- a/node/_tools/test/parallel/test-stream-push-strings.js +++ b/node/_tools/test/parallel/test-stream-push-strings.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-readable-aborted.js b/node/_tools/test/parallel/test-stream-readable-aborted.js index 15b8e3d18cbc..809e99571d48 100644 --- a/node/_tools/test/parallel/test-stream-readable-aborted.js +++ b/node/_tools/test/parallel/test-stream-readable-aborted.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-add-chunk-during-data.js b/node/_tools/test/parallel/test-stream-readable-add-chunk-during-data.js index 56757f8ff321..c20349eb3976 100644 --- a/node/_tools/test/parallel/test-stream-readable-add-chunk-during-data.js +++ b/node/_tools/test/parallel/test-stream-readable-add-chunk-during-data.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-constructor-set-methods.js b/node/_tools/test/parallel/test-stream-readable-constructor-set-methods.js index 8b6fda280a01..2d0b2b6d20c6 100644 --- a/node/_tools/test/parallel/test-stream-readable-constructor-set-methods.js +++ b/node/_tools/test/parallel/test-stream-readable-constructor-set-methods.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-data.js b/node/_tools/test/parallel/test-stream-readable-data.js index d02ac4369571..0497487f65c2 100644 --- a/node/_tools/test/parallel/test-stream-readable-data.js +++ b/node/_tools/test/parallel/test-stream-readable-data.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-destroy.js b/node/_tools/test/parallel/test-stream-readable-destroy.js index 6364d881fa9d..0ffb8b154037 100644 --- a/node/_tools/test/parallel/test-stream-readable-destroy.js +++ b/node/_tools/test/parallel/test-stream-readable-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-didRead.js b/node/_tools/test/parallel/test-stream-readable-didRead.js index 95ea16d77789..2dd7041d2a0b 100644 --- a/node/_tools/test/parallel/test-stream-readable-didRead.js +++ b/node/_tools/test/parallel/test-stream-readable-didRead.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-emit-readable-short-stream.js b/node/_tools/test/parallel/test-stream-readable-emit-readable-short-stream.js index a6224aa3e1aa..d1693fd99d2a 100644 --- a/node/_tools/test/parallel/test-stream-readable-emit-readable-short-stream.js +++ b/node/_tools/test/parallel/test-stream-readable-emit-readable-short-stream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-emittedReadable.js b/node/_tools/test/parallel/test-stream-readable-emittedReadable.js index 8ffdbf8d102e..e4c4f84e9cf4 100644 --- a/node/_tools/test/parallel/test-stream-readable-emittedReadable.js +++ b/node/_tools/test/parallel/test-stream-readable-emittedReadable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-end-destroyed.js b/node/_tools/test/parallel/test-stream-readable-end-destroyed.js index c65fca20c03f..99659bbdea5c 100644 --- a/node/_tools/test/parallel/test-stream-readable-end-destroyed.js +++ b/node/_tools/test/parallel/test-stream-readable-end-destroyed.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-ended.js b/node/_tools/test/parallel/test-stream-readable-ended.js index 0ade0d4408da..fe32d9a1fd95 100644 --- a/node/_tools/test/parallel/test-stream-readable-ended.js +++ b/node/_tools/test/parallel/test-stream-readable-ended.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-error-end.js b/node/_tools/test/parallel/test-stream-readable-error-end.js index 12ffc5181613..7f479967323b 100644 --- a/node/_tools/test/parallel/test-stream-readable-error-end.js +++ b/node/_tools/test/parallel/test-stream-readable-error-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-event.js b/node/_tools/test/parallel/test-stream-readable-event.js index 390bc2d180aa..01c98cbae674 100644 --- a/node/_tools/test/parallel/test-stream-readable-event.js +++ b/node/_tools/test/parallel/test-stream-readable-event.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-readable-flow-recursion.js b/node/_tools/test/parallel/test-stream-readable-flow-recursion.js index 0e8e81e40a60..1eeef5ec078f 100644 --- a/node/_tools/test/parallel/test-stream-readable-flow-recursion.js +++ b/node/_tools/test/parallel/test-stream-readable-flow-recursion.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-readable-hwm-0-async.js b/node/_tools/test/parallel/test-stream-readable-hwm-0-async.js index 075d3a6f973d..4fe4592d9fff 100644 --- a/node/_tools/test/parallel/test-stream-readable-hwm-0-async.js +++ b/node/_tools/test/parallel/test-stream-readable-hwm-0-async.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-hwm-0-no-flow-data.js b/node/_tools/test/parallel/test-stream-readable-hwm-0-no-flow-data.js index cc5d797ef8a8..1681bad0da8e 100644 --- a/node/_tools/test/parallel/test-stream-readable-hwm-0-no-flow-data.js +++ b/node/_tools/test/parallel/test-stream-readable-hwm-0-no-flow-data.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-hwm-0.js b/node/_tools/test/parallel/test-stream-readable-hwm-0.js index 55a53410329f..448ec4412cc1 100644 --- a/node/_tools/test/parallel/test-stream-readable-hwm-0.js +++ b/node/_tools/test/parallel/test-stream-readable-hwm-0.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-infinite-read.js b/node/_tools/test/parallel/test-stream-readable-infinite-read.js index 809bc30088a5..1d0816e3b2bd 100644 --- a/node/_tools/test/parallel/test-stream-readable-infinite-read.js +++ b/node/_tools/test/parallel/test-stream-readable-infinite-read.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-invalid-chunk.js b/node/_tools/test/parallel/test-stream-readable-invalid-chunk.js index 5d5e7f937c55..48bcfb1841d0 100644 --- a/node/_tools/test/parallel/test-stream-readable-invalid-chunk.js +++ b/node/_tools/test/parallel/test-stream-readable-invalid-chunk.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-needReadable.js b/node/_tools/test/parallel/test-stream-readable-needReadable.js index febbe515fea6..1ad2dec7a62a 100644 --- a/node/_tools/test/parallel/test-stream-readable-needReadable.js +++ b/node/_tools/test/parallel/test-stream-readable-needReadable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-next-no-null.js b/node/_tools/test/parallel/test-stream-readable-next-no-null.js index 5e2cb7d57345..7822292640c0 100644 --- a/node/_tools/test/parallel/test-stream-readable-next-no-null.js +++ b/node/_tools/test/parallel/test-stream-readable-next-no-null.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-no-unneeded-readable.js b/node/_tools/test/parallel/test-stream-readable-no-unneeded-readable.js index 550e72440c99..fbc00f5d661f 100644 --- a/node/_tools/test/parallel/test-stream-readable-no-unneeded-readable.js +++ b/node/_tools/test/parallel/test-stream-readable-no-unneeded-readable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-object-multi-push-async.js b/node/_tools/test/parallel/test-stream-readable-object-multi-push-async.js index 8ca7486216db..2a71861595f3 100644 --- a/node/_tools/test/parallel/test-stream-readable-object-multi-push-async.js +++ b/node/_tools/test/parallel/test-stream-readable-object-multi-push-async.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-pause-and-resume.js b/node/_tools/test/parallel/test-stream-readable-pause-and-resume.js index f114df66f3a6..cac1ddbc3472 100644 --- a/node/_tools/test/parallel/test-stream-readable-pause-and-resume.js +++ b/node/_tools/test/parallel/test-stream-readable-pause-and-resume.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-readable-then-resume.js b/node/_tools/test/parallel/test-stream-readable-readable-then-resume.js index d0065c54fa47..56aa064c3c03 100644 --- a/node/_tools/test/parallel/test-stream-readable-readable-then-resume.js +++ b/node/_tools/test/parallel/test-stream-readable-readable-then-resume.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-readable.js b/node/_tools/test/parallel/test-stream-readable-readable.js index d197b05ac3cd..251a8a1c5caa 100644 --- a/node/_tools/test/parallel/test-stream-readable-readable.js +++ b/node/_tools/test/parallel/test-stream-readable-readable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-reading-readingMore.js b/node/_tools/test/parallel/test-stream-readable-reading-readingMore.js index 9ee28bea10e9..1751de394054 100644 --- a/node/_tools/test/parallel/test-stream-readable-reading-readingMore.js +++ b/node/_tools/test/parallel/test-stream-readable-reading-readingMore.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; @@ -131,7 +131,7 @@ const Readable = require('stream').Readable; assert.strictEqual(state.reading, false); assert.strictEqual(state.readingMore, false); - const onReadable = common.mustNotCall; + const onReadable = common.mustNotCall(); readable.on('readable', onReadable); diff --git a/node/_tools/test/parallel/test-stream-readable-resume-hwm.js b/node/_tools/test/parallel/test-stream-readable-resume-hwm.js index 0e0311970d0c..073d42c5db80 100644 --- a/node/_tools/test/parallel/test-stream-readable-resume-hwm.js +++ b/node/_tools/test/parallel/test-stream-readable-resume-hwm.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-resumeScheduled.js b/node/_tools/test/parallel/test-stream-readable-resumeScheduled.js index 2870b1e2534e..7a8ad9dd1d51 100644 --- a/node/_tools/test/parallel/test-stream-readable-resumeScheduled.js +++ b/node/_tools/test/parallel/test-stream-readable-resumeScheduled.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-setEncoding-existing-buffers.js b/node/_tools/test/parallel/test-stream-readable-setEncoding-existing-buffers.js index b58ccbd9e0cb..0992b5a8eba8 100644 --- a/node/_tools/test/parallel/test-stream-readable-setEncoding-existing-buffers.js +++ b/node/_tools/test/parallel/test-stream-readable-setEncoding-existing-buffers.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-setEncoding-null.js b/node/_tools/test/parallel/test-stream-readable-setEncoding-null.js index b82219ec0303..a672d94784e3 100644 --- a/node/_tools/test/parallel/test-stream-readable-setEncoding-null.js +++ b/node/_tools/test/parallel/test-stream-readable-setEncoding-null.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-unshift.js b/node/_tools/test/parallel/test-stream-readable-unshift.js index 688c727641fd..c13b11755d91 100644 --- a/node/_tools/test/parallel/test-stream-readable-unshift.js +++ b/node/_tools/test/parallel/test-stream-readable-unshift.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readable-with-unimplemented-_read.js b/node/_tools/test/parallel/test-stream-readable-with-unimplemented-_read.js index 1b80c5c553de..ca239eef2272 100644 --- a/node/_tools/test/parallel/test-stream-readable-with-unimplemented-_read.js +++ b/node/_tools/test/parallel/test-stream-readable-with-unimplemented-_read.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-readableListening-state.js b/node/_tools/test/parallel/test-stream-readableListening-state.js index 5d241ef48aea..ca06028a8bda 100644 --- a/node/_tools/test/parallel/test-stream-readableListening-state.js +++ b/node/_tools/test/parallel/test-stream-readableListening-state.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-some-find-every.mjs b/node/_tools/test/parallel/test-stream-some-find-every.mjs index dc9cb9a947c9..11a70fa4966e 100644 --- a/node/_tools/test/parallel/test-stream-some-find-every.mjs +++ b/node/_tools/test/parallel/test-stream-some-find-every.mjs @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually import * as common from '../common/index.mjs'; diff --git a/node/_tools/test/parallel/test-stream-transform-callback-twice.js b/node/_tools/test/parallel/test-stream-transform-callback-twice.js index 3049bcd04861..5b93ba982282 100644 --- a/node/_tools/test/parallel/test-stream-transform-callback-twice.js +++ b/node/_tools/test/parallel/test-stream-transform-callback-twice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-constructor-set-methods.js b/node/_tools/test/parallel/test-stream-transform-constructor-set-methods.js index 7f7dcd215eee..02a10b445e23 100644 --- a/node/_tools/test/parallel/test-stream-transform-constructor-set-methods.js +++ b/node/_tools/test/parallel/test-stream-transform-constructor-set-methods.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-destroy.js b/node/_tools/test/parallel/test-stream-transform-destroy.js index 8bd4a7333b66..c44d1ea85f1f 100644 --- a/node/_tools/test/parallel/test-stream-transform-destroy.js +++ b/node/_tools/test/parallel/test-stream-transform-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-final-sync.js b/node/_tools/test/parallel/test-stream-transform-final-sync.js index 1f6a04362a9d..016c9e921b94 100644 --- a/node/_tools/test/parallel/test-stream-transform-final-sync.js +++ b/node/_tools/test/parallel/test-stream-transform-final-sync.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-final.js b/node/_tools/test/parallel/test-stream-transform-final.js index 175379a924fc..775a571fa8bc 100644 --- a/node/_tools/test/parallel/test-stream-transform-final.js +++ b/node/_tools/test/parallel/test-stream-transform-final.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-flush-data.js b/node/_tools/test/parallel/test-stream-transform-flush-data.js index 91c28efe0f56..ba5c9fda6273 100644 --- a/node/_tools/test/parallel/test-stream-transform-flush-data.js +++ b/node/_tools/test/parallel/test-stream-transform-flush-data.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-objectmode-falsey-value.js b/node/_tools/test/parallel/test-stream-transform-objectmode-falsey-value.js index be13b1ee6a7a..8dfef66f7557 100644 --- a/node/_tools/test/parallel/test-stream-transform-objectmode-falsey-value.js +++ b/node/_tools/test/parallel/test-stream-transform-objectmode-falsey-value.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-transform-split-highwatermark.js b/node/_tools/test/parallel/test-stream-transform-split-highwatermark.js index 0d1de61cf694..3ca6d222778a 100644 --- a/node/_tools/test/parallel/test-stream-transform-split-highwatermark.js +++ b/node/_tools/test/parallel/test-stream-transform-split-highwatermark.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-transform-split-objectmode.js b/node/_tools/test/parallel/test-stream-transform-split-objectmode.js index 153384a10ca9..39a862e5b189 100644 --- a/node/_tools/test/parallel/test-stream-transform-split-objectmode.js +++ b/node/_tools/test/parallel/test-stream-transform-split-objectmode.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-uint8array.js b/node/_tools/test/parallel/test-stream-uint8array.js index 318b97d93e6c..8fa87abbcf2d 100644 --- a/node/_tools/test/parallel/test-stream-uint8array.js +++ b/node/_tools/test/parallel/test-stream-uint8array.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-unpipe-event.js b/node/_tools/test/parallel/test-stream-unpipe-event.js index 216672671acb..85c75c58fd71 100644 --- a/node/_tools/test/parallel/test-stream-unpipe-event.js +++ b/node/_tools/test/parallel/test-stream-unpipe-event.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-unshift-empty-chunk.js b/node/_tools/test/parallel/test-stream-unshift-empty-chunk.js index a84656b17eff..80bbe0c9cf8d 100644 --- a/node/_tools/test/parallel/test-stream-unshift-empty-chunk.js +++ b/node/_tools/test/parallel/test-stream-unshift-empty-chunk.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-unshift-read-race.js b/node/_tools/test/parallel/test-stream-unshift-read-race.js index 7e50cfb8a81a..c7cfb52bfb88 100644 --- a/node/_tools/test/parallel/test-stream-unshift-read-race.js +++ b/node/_tools/test/parallel/test-stream-unshift-read-race.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-writable-callback-twice.js b/node/_tools/test/parallel/test-stream-writable-callback-twice.js deleted file mode 100644 index 7c53a170ef9a..000000000000 --- a/node/_tools/test/parallel/test-stream-writable-callback-twice.js +++ /dev/null @@ -1,21 +0,0 @@ -// deno-fmt-ignore-file -// deno-lint-ignore-file - -// Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually - -'use strict'; -const common = require('../common'); -const { Writable } = require('stream'); -const stream = new Writable({ - write(chunk, enc, cb) { cb(); cb(); } -}); - -stream.on('error', common.expectsError({ - name: 'Error', - message: 'Callback called multiple times', - code: 'ERR_MULTIPLE_CALLBACK' -})); - -stream.write('foo'); diff --git a/node/_tools/test/parallel/test-stream-writable-change-default-encoding.js b/node/_tools/test/parallel/test-stream-writable-change-default-encoding.js index f7c08e495cd5..55be79db23af 100644 --- a/node/_tools/test/parallel/test-stream-writable-change-default-encoding.js +++ b/node/_tools/test/parallel/test-stream-writable-change-default-encoding.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-writable-clear-buffer.js b/node/_tools/test/parallel/test-stream-writable-clear-buffer.js index f103a939f1e5..9fba1bcc1995 100644 --- a/node/_tools/test/parallel/test-stream-writable-clear-buffer.js +++ b/node/_tools/test/parallel/test-stream-writable-clear-buffer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-constructor-set-methods.js b/node/_tools/test/parallel/test-stream-writable-constructor-set-methods.js index 297c4235af2e..2827d2f87c9d 100644 --- a/node/_tools/test/parallel/test-stream-writable-constructor-set-methods.js +++ b/node/_tools/test/parallel/test-stream-writable-constructor-set-methods.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-decoded-encoding.js b/node/_tools/test/parallel/test-stream-writable-decoded-encoding.js index 8784d5e74a1f..2d29fb5fa3cf 100644 --- a/node/_tools/test/parallel/test-stream-writable-decoded-encoding.js +++ b/node/_tools/test/parallel/test-stream-writable-decoded-encoding.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream-writable-destroy.js b/node/_tools/test/parallel/test-stream-writable-destroy.js index d238a0c8bc2a..21fd9f552eba 100644 --- a/node/_tools/test/parallel/test-stream-writable-destroy.js +++ b/node/_tools/test/parallel/test-stream-writable-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-end-cb-error.js b/node/_tools/test/parallel/test-stream-writable-end-cb-error.js index 007a59d488c8..3b47efc26ea6 100644 --- a/node/_tools/test/parallel/test-stream-writable-end-cb-error.js +++ b/node/_tools/test/parallel/test-stream-writable-end-cb-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-end-multiple.js b/node/_tools/test/parallel/test-stream-writable-end-multiple.js index f413c61c11c0..b8ac30eab7e9 100644 --- a/node/_tools/test/parallel/test-stream-writable-end-multiple.js +++ b/node/_tools/test/parallel/test-stream-writable-end-multiple.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-ended-state.js b/node/_tools/test/parallel/test-stream-writable-ended-state.js index 2916e310e992..5243b5f9b98f 100644 --- a/node/_tools/test/parallel/test-stream-writable-ended-state.js +++ b/node/_tools/test/parallel/test-stream-writable-ended-state.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-finish-destroyed.js b/node/_tools/test/parallel/test-stream-writable-finish-destroyed.js index 408d9b16a8fb..75c7f828aa41 100644 --- a/node/_tools/test/parallel/test-stream-writable-finish-destroyed.js +++ b/node/_tools/test/parallel/test-stream-writable-finish-destroyed.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-finished-state.js b/node/_tools/test/parallel/test-stream-writable-finished-state.js index c4581280419f..5fbf4d1ee99b 100644 --- a/node/_tools/test/parallel/test-stream-writable-finished-state.js +++ b/node/_tools/test/parallel/test-stream-writable-finished-state.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-finished.js b/node/_tools/test/parallel/test-stream-writable-finished.js index f88e85c57fea..7eaf91009c01 100644 --- a/node/_tools/test/parallel/test-stream-writable-finished.js +++ b/node/_tools/test/parallel/test-stream-writable-finished.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-invalid-chunk.js b/node/_tools/test/parallel/test-stream-writable-invalid-chunk.js index 67285f3d2d5d..e46da6abb921 100644 --- a/node/_tools/test/parallel/test-stream-writable-invalid-chunk.js +++ b/node/_tools/test/parallel/test-stream-writable-invalid-chunk.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-needdrain-state.js b/node/_tools/test/parallel/test-stream-writable-needdrain-state.js index e047d506dbc0..b3eeb4fb1ac4 100644 --- a/node/_tools/test/parallel/test-stream-writable-needdrain-state.js +++ b/node/_tools/test/parallel/test-stream-writable-needdrain-state.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-null.js b/node/_tools/test/parallel/test-stream-writable-null.js index 8b093011d209..dc01ec29036c 100644 --- a/node/_tools/test/parallel/test-stream-writable-null.js +++ b/node/_tools/test/parallel/test-stream-writable-null.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-properties.js b/node/_tools/test/parallel/test-stream-writable-properties.js index 14c743cc902c..6356193da696 100644 --- a/node/_tools/test/parallel/test-stream-writable-properties.js +++ b/node/_tools/test/parallel/test-stream-writable-properties.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-writable.js b/node/_tools/test/parallel/test-stream-writable-writable.js index ffce8785bf23..1bbdd4cc66b4 100644 --- a/node/_tools/test/parallel/test-stream-writable-writable.js +++ b/node/_tools/test/parallel/test-stream-writable-writable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-write-cb-error.js b/node/_tools/test/parallel/test-stream-writable-write-cb-error.js index 96ea15f018fe..e74875b2cb8b 100644 --- a/node/_tools/test/parallel/test-stream-writable-write-cb-error.js +++ b/node/_tools/test/parallel/test-stream-writable-write-cb-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-write-cb-twice.js b/node/_tools/test/parallel/test-stream-writable-write-cb-twice.js index ae40aaa5c150..0995cd1fb9b1 100644 --- a/node/_tools/test/parallel/test-stream-writable-write-cb-twice.js +++ b/node/_tools/test/parallel/test-stream-writable-write-cb-twice.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-write-error.js b/node/_tools/test/parallel/test-stream-writable-write-error.js index 81a29d185a33..b422941efe6b 100644 --- a/node/_tools/test/parallel/test-stream-writable-write-error.js +++ b/node/_tools/test/parallel/test-stream-writable-write-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writable-write-writev-finish.js b/node/_tools/test/parallel/test-stream-writable-write-writev-finish.js index a93d90dcca4f..ec6fbd7de26d 100644 --- a/node/_tools/test/parallel/test-stream-writable-write-writev-finish.js +++ b/node/_tools/test/parallel/test-stream-writable-write-writev-finish.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writableState-ending.js b/node/_tools/test/parallel/test-stream-writableState-ending.js index 2170704934d0..62df6004ce9e 100644 --- a/node/_tools/test/parallel/test-stream-writableState-ending.js +++ b/node/_tools/test/parallel/test-stream-writableState-ending.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js b/node/_tools/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js index 67170c991ae5..ee7c9ff7982a 100644 --- a/node/_tools/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js +++ b/node/_tools/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-write-destroy.js b/node/_tools/test/parallel/test-stream-write-destroy.js index 684ec1bf1598..8f961e64e06f 100644 --- a/node/_tools/test/parallel/test-stream-write-destroy.js +++ b/node/_tools/test/parallel/test-stream-write-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-write-drain.js b/node/_tools/test/parallel/test-stream-write-drain.js index 6d11e74e55d6..09faad931968 100644 --- a/node/_tools/test/parallel/test-stream-write-drain.js +++ b/node/_tools/test/parallel/test-stream-write-drain.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-write-final.js b/node/_tools/test/parallel/test-stream-write-final.js index e404fc4c08a0..b7a3d9265507 100644 --- a/node/_tools/test/parallel/test-stream-write-final.js +++ b/node/_tools/test/parallel/test-stream-write-final.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream-writev.js b/node/_tools/test/parallel/test-stream-writev.js index fb455a2aac43..e40eb9a62f0e 100644 --- a/node/_tools/test/parallel/test-stream-writev.js +++ b/node/_tools/test/parallel/test-stream-writev.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-base64-single-char-read-end.js b/node/_tools/test/parallel/test-stream2-base64-single-char-read-end.js index ce8f4e8a6796..7242c3881518 100644 --- a/node/_tools/test/parallel/test-stream2-base64-single-char-read-end.js +++ b/node/_tools/test/parallel/test-stream2-base64-single-char-read-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-basic.js b/node/_tools/test/parallel/test-stream2-basic.js index e51959e59f95..e185602cd258 100644 --- a/node/_tools/test/parallel/test-stream2-basic.js +++ b/node/_tools/test/parallel/test-stream2-basic.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-compatibility.js b/node/_tools/test/parallel/test-stream2-compatibility.js index ceacce15ddcf..e3caad02e322 100644 --- a/node/_tools/test/parallel/test-stream2-compatibility.js +++ b/node/_tools/test/parallel/test-stream2-compatibility.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-decode-partial.js b/node/_tools/test/parallel/test-stream2-decode-partial.js index 7c989a683e14..2f8a2c1e78a2 100644 --- a/node/_tools/test/parallel/test-stream2-decode-partial.js +++ b/node/_tools/test/parallel/test-stream2-decode-partial.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream2-finish-pipe.js b/node/_tools/test/parallel/test-stream2-finish-pipe.js index d1f60ed676e4..93a687a818a0 100644 --- a/node/_tools/test/parallel/test-stream2-finish-pipe.js +++ b/node/_tools/test/parallel/test-stream2-finish-pipe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-large-read-stall.js b/node/_tools/test/parallel/test-stream2-large-read-stall.js index d8956fd800cd..abf7f2fb3af9 100644 --- a/node/_tools/test/parallel/test-stream2-large-read-stall.js +++ b/node/_tools/test/parallel/test-stream2-large-read-stall.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-objects.js b/node/_tools/test/parallel/test-stream2-objects.js index 77c298f7075f..93e7367a686b 100644 --- a/node/_tools/test/parallel/test-stream2-objects.js +++ b/node/_tools/test/parallel/test-stream2-objects.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-pipe-error-handling.js b/node/_tools/test/parallel/test-stream2-pipe-error-handling.js index b6be03d841cc..1bc3d71f7d83 100644 --- a/node/_tools/test/parallel/test-stream2-pipe-error-handling.js +++ b/node/_tools/test/parallel/test-stream2-pipe-error-handling.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-pipe-error-once-listener.js b/node/_tools/test/parallel/test-stream2-pipe-error-once-listener.js index 3a7b7c0f9265..b6dd70eb3fea 100644 --- a/node/_tools/test/parallel/test-stream2-pipe-error-once-listener.js +++ b/node/_tools/test/parallel/test-stream2-pipe-error-once-listener.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-push.js b/node/_tools/test/parallel/test-stream2-push.js index 31b385138bdd..22a50137f9d9 100644 --- a/node/_tools/test/parallel/test-stream2-push.js +++ b/node/_tools/test/parallel/test-stream2-push.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-read-sync-stack.js b/node/_tools/test/parallel/test-stream2-read-sync-stack.js index f35c06a6508f..206824050384 100644 --- a/node/_tools/test/parallel/test-stream2-read-sync-stack.js +++ b/node/_tools/test/parallel/test-stream2-read-sync-stack.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-empty-buffer-no-eof.js b/node/_tools/test/parallel/test-stream2-readable-empty-buffer-no-eof.js index 01e6c007807a..9a2f66c00424 100644 --- a/node/_tools/test/parallel/test-stream2-readable-empty-buffer-no-eof.js +++ b/node/_tools/test/parallel/test-stream2-readable-empty-buffer-no-eof.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-from-list.js b/node/_tools/test/parallel/test-stream2-readable-from-list.js index 26fa52806934..d0cce7ea6855 100644 --- a/node/_tools/test/parallel/test-stream2-readable-from-list.js +++ b/node/_tools/test/parallel/test-stream2-readable-from-list.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-legacy-drain.js b/node/_tools/test/parallel/test-stream2-readable-legacy-drain.js index e1c9d9d5777b..64304c248ab5 100644 --- a/node/_tools/test/parallel/test-stream2-readable-legacy-drain.js +++ b/node/_tools/test/parallel/test-stream2-readable-legacy-drain.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-non-empty-end.js b/node/_tools/test/parallel/test-stream2-readable-non-empty-end.js index 94db66d55e16..da2e650ab9ef 100644 --- a/node/_tools/test/parallel/test-stream2-readable-non-empty-end.js +++ b/node/_tools/test/parallel/test-stream2-readable-non-empty-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-wrap-destroy.js b/node/_tools/test/parallel/test-stream2-readable-wrap-destroy.js index c7c25bf09bc9..7c6bc29ebc53 100644 --- a/node/_tools/test/parallel/test-stream2-readable-wrap-destroy.js +++ b/node/_tools/test/parallel/test-stream2-readable-wrap-destroy.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream2-readable-wrap-empty.js b/node/_tools/test/parallel/test-stream2-readable-wrap-empty.js index 641ce37bd974..007162931786 100644 --- a/node/_tools/test/parallel/test-stream2-readable-wrap-empty.js +++ b/node/_tools/test/parallel/test-stream2-readable-wrap-empty.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-readable-wrap-error.js b/node/_tools/test/parallel/test-stream2-readable-wrap-error.js index c8c04319cbba..77e2450ae86f 100644 --- a/node/_tools/test/parallel/test-stream2-readable-wrap-error.js +++ b/node/_tools/test/parallel/test-stream2-readable-wrap-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream2-readable-wrap.js b/node/_tools/test/parallel/test-stream2-readable-wrap.js index 7ebcd0075832..9e60e0b4fa0e 100644 --- a/node/_tools/test/parallel/test-stream2-readable-wrap.js +++ b/node/_tools/test/parallel/test-stream2-readable-wrap.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-set-encoding.js b/node/_tools/test/parallel/test-stream2-set-encoding.js index 616c203a2c75..e3a7617b1a48 100644 --- a/node/_tools/test/parallel/test-stream2-set-encoding.js +++ b/node/_tools/test/parallel/test-stream2-set-encoding.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-transform.js b/node/_tools/test/parallel/test-stream2-transform.js index 79fa0844e0f5..28dd26782af7 100644 --- a/node/_tools/test/parallel/test-stream2-transform.js +++ b/node/_tools/test/parallel/test-stream2-transform.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-unpipe-drain.js b/node/_tools/test/parallel/test-stream2-unpipe-drain.js index 87fc94dbe613..3f75f746ce85 100644 --- a/node/_tools/test/parallel/test-stream2-unpipe-drain.js +++ b/node/_tools/test/parallel/test-stream2-unpipe-drain.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-unpipe-leak.js b/node/_tools/test/parallel/test-stream2-unpipe-leak.js index 80302d4c2e4e..e5707dccee0d 100644 --- a/node/_tools/test/parallel/test-stream2-unpipe-leak.js +++ b/node/_tools/test/parallel/test-stream2-unpipe-leak.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream2-writable.js b/node/_tools/test/parallel/test-stream2-writable.js index c8076bd16103..cbf7e049268a 100644 --- a/node/_tools/test/parallel/test-stream2-writable.js +++ b/node/_tools/test/parallel/test-stream2-writable.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-stream3-cork-end.js b/node/_tools/test/parallel/test-stream3-cork-end.js index 4506b2130fe9..900636467564 100644 --- a/node/_tools/test/parallel/test-stream3-cork-end.js +++ b/node/_tools/test/parallel/test-stream3-cork-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream3-cork-uncork.js b/node/_tools/test/parallel/test-stream3-cork-uncork.js index 92b24412b955..b0ca48fe4cbe 100644 --- a/node/_tools/test/parallel/test-stream3-cork-uncork.js +++ b/node/_tools/test/parallel/test-stream3-cork-uncork.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-stream3-pause-then-read.js b/node/_tools/test/parallel/test-stream3-pause-then-read.js index 417bf66d72cf..b47218920e14 100644 --- a/node/_tools/test/parallel/test-stream3-pause-then-read.js +++ b/node/_tools/test/parallel/test-stream3-pause-then-read.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-streams-highwatermark.js b/node/_tools/test/parallel/test-streams-highwatermark.js index ff4edcfdd41e..b4473acb07f6 100644 --- a/node/_tools/test/parallel/test-streams-highwatermark.js +++ b/node/_tools/test/parallel/test-streams-highwatermark.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-api-refs.js b/node/_tools/test/parallel/test-timers-api-refs.js index 50544b717058..7e3137248b35 100644 --- a/node/_tools/test/parallel/test-timers-api-refs.js +++ b/node/_tools/test/parallel/test-timers-api-refs.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-args.js b/node/_tools/test/parallel/test-timers-args.js index aa369b01c889..949e7a14e4c1 100644 --- a/node/_tools/test/parallel/test-timers-args.js +++ b/node/_tools/test/parallel/test-timers-args.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-clear-null-does-not-throw-error.js b/node/_tools/test/parallel/test-timers-clear-null-does-not-throw-error.js index 6235cc7b2a47..d5f12c0eccc7 100644 --- a/node/_tools/test/parallel/test-timers-clear-null-does-not-throw-error.js +++ b/node/_tools/test/parallel/test-timers-clear-null-does-not-throw-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-clear-object-does-not-throw-error.js b/node/_tools/test/parallel/test-timers-clear-object-does-not-throw-error.js index d5457bfb65db..f8c5df2fe594 100644 --- a/node/_tools/test/parallel/test-timers-clear-object-does-not-throw-error.js +++ b/node/_tools/test/parallel/test-timers-clear-object-does-not-throw-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-clear-timeout-interval-equivalent.js b/node/_tools/test/parallel/test-timers-clear-timeout-interval-equivalent.js index 14e4dca6792d..4b139ad56b25 100644 --- a/node/_tools/test/parallel/test-timers-clear-timeout-interval-equivalent.js +++ b/node/_tools/test/parallel/test-timers-clear-timeout-interval-equivalent.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-clearImmediate.js b/node/_tools/test/parallel/test-timers-clearImmediate.js index 06451279a1ba..c4cb769d4692 100644 --- a/node/_tools/test/parallel/test-timers-clearImmediate.js +++ b/node/_tools/test/parallel/test-timers-clearImmediate.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-interval-throw.js b/node/_tools/test/parallel/test-timers-interval-throw.js index 0a6d887ecf88..ac9b307b6ec0 100644 --- a/node/_tools/test/parallel/test-timers-interval-throw.js +++ b/node/_tools/test/parallel/test-timers-interval-throw.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-non-integer-delay.js b/node/_tools/test/parallel/test-timers-non-integer-delay.js index 546547de6465..bdb38379faa3 100644 --- a/node/_tools/test/parallel/test-timers-non-integer-delay.js +++ b/node/_tools/test/parallel/test-timers-non-integer-delay.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-timers-same-timeout-wrong-list-deleted.js b/node/_tools/test/parallel/test-timers-same-timeout-wrong-list-deleted.js index 1abc61b4d3c2..8cb66e1be049 100644 --- a/node/_tools/test/parallel/test-timers-same-timeout-wrong-list-deleted.js +++ b/node/_tools/test/parallel/test-timers-same-timeout-wrong-list-deleted.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-timeout-with-non-integer.js b/node/_tools/test/parallel/test-timers-timeout-with-non-integer.js index 1acef3af0bf1..204d05b6259e 100644 --- a/node/_tools/test/parallel/test-timers-timeout-with-non-integer.js +++ b/node/_tools/test/parallel/test-timers-timeout-with-non-integer.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-uncaught-exception.js b/node/_tools/test/parallel/test-timers-uncaught-exception.js index bcd08bd2a6a9..c2edae89860d 100644 --- a/node/_tools/test/parallel/test-timers-uncaught-exception.js +++ b/node/_tools/test/parallel/test-timers-uncaught-exception.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-timers-unref-throw-then-ref.js b/node/_tools/test/parallel/test-timers-unref-throw-then-ref.js index 91b33e6c014e..f4bedac91c49 100644 --- a/node/_tools/test/parallel/test-timers-unref-throw-then-ref.js +++ b/node/_tools/test/parallel/test-timers-unref-throw-then-ref.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-timers-user-call.js b/node/_tools/test/parallel/test-timers-user-call.js index 2b4fd394701c..56c2d477f666 100644 --- a/node/_tools/test/parallel/test-timers-user-call.js +++ b/node/_tools/test/parallel/test-timers-user-call.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Make sure `setTimeout()` and friends don't throw if the user-supplied diff --git a/node/_tools/test/parallel/test-timers-zero-timeout.js b/node/_tools/test/parallel/test-timers-zero-timeout.js index deec99301885..03e5c40aaf55 100644 --- a/node/_tools/test/parallel/test-timers-zero-timeout.js +++ b/node/_tools/test/parallel/test-timers-zero-timeout.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-url-fileurltopath.js b/node/_tools/test/parallel/test-url-fileurltopath.js index d9bddfb82b82..d3bbe969f794 100644 --- a/node/_tools/test/parallel/test-url-fileurltopath.js +++ b/node/_tools/test/parallel/test-url-fileurltopath.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-format-invalid-input.js b/node/_tools/test/parallel/test-url-format-invalid-input.js index a784c5358ea1..39e903c58e03 100644 --- a/node/_tools/test/parallel/test-url-format-invalid-input.js +++ b/node/_tools/test/parallel/test-url-format-invalid-input.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-format-whatwg.js b/node/_tools/test/parallel/test-url-format-whatwg.js index e78e474c100b..a0f04d6410c8 100644 --- a/node/_tools/test/parallel/test-url-format-whatwg.js +++ b/node/_tools/test/parallel/test-url-format-whatwg.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-format.js b/node/_tools/test/parallel/test-url-format.js index b5e94a410690..ad043c26e463 100644 --- a/node/_tools/test/parallel/test-url-format.js +++ b/node/_tools/test/parallel/test-url-format.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-parse-format.js b/node/_tools/test/parallel/test-url-parse-format.js index c97280bd0880..e7d58c09e781 100644 --- a/node/_tools/test/parallel/test-url-parse-format.js +++ b/node/_tools/test/parallel/test-url-parse-format.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-parse-invalid-input.js b/node/_tools/test/parallel/test-url-parse-invalid-input.js index 713dba40eedd..c0a76d24b358 100644 --- a/node/_tools/test/parallel/test-url-parse-invalid-input.js +++ b/node/_tools/test/parallel/test-url-parse-invalid-input.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-parse-query.js b/node/_tools/test/parallel/test-url-parse-query.js index 07ae6ce84586..139babbb1e80 100644 --- a/node/_tools/test/parallel/test-url-parse-query.js +++ b/node/_tools/test/parallel/test-url-parse-query.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-pathtofileurl.js b/node/_tools/test/parallel/test-url-pathtofileurl.js index a146a279ed08..b3898a3ccb58 100644 --- a/node/_tools/test/parallel/test-url-pathtofileurl.js +++ b/node/_tools/test/parallel/test-url-pathtofileurl.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-url-relative.js b/node/_tools/test/parallel/test-url-relative.js index ca334f3feb84..55a1e9b96a88 100644 --- a/node/_tools/test/parallel/test-url-relative.js +++ b/node/_tools/test/parallel/test-url-relative.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-util-deprecate-invalid-code.js b/node/_tools/test/parallel/test-util-deprecate-invalid-code.js index 4c552cfc82dc..306eaab0e78a 100644 --- a/node/_tools/test/parallel/test-util-deprecate-invalid-code.js +++ b/node/_tools/test/parallel/test-util-deprecate-invalid-code.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-util-deprecate.js b/node/_tools/test/parallel/test-util-deprecate.js index ff87c6fe5837..07db5cbdc3d8 100644 --- a/node/_tools/test/parallel/test-util-deprecate.js +++ b/node/_tools/test/parallel/test-util-deprecate.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-util-inherits.js b/node/_tools/test/parallel/test-util-inherits.js index d4c994967b96..12ef66e9f65b 100644 --- a/node/_tools/test/parallel/test-util-inherits.js +++ b/node/_tools/test/parallel/test-util-inherits.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-util-inspect-long-running.js b/node/_tools/test/parallel/test-util-inspect-long-running.js index 119305038dca..cbd7d2f25042 100644 --- a/node/_tools/test/parallel/test-util-inspect-long-running.js +++ b/node/_tools/test/parallel/test-util-inspect-long-running.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-util-types-exists.js b/node/_tools/test/parallel/test-util-types-exists.js index 17ecaf3d2db9..0cc5b6b855c7 100644 --- a/node/_tools/test/parallel/test-util-types-exists.js +++ b/node/_tools/test/parallel/test-util-types-exists.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-vm-static-this.js b/node/_tools/test/parallel/test-vm-static-this.js index 593178deffa4..95f8ec9cbeb8 100644 --- a/node/_tools/test/parallel/test-vm-static-this.js +++ b/node/_tools/test/parallel/test-vm-static-this.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-api-basics.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-api-basics.js index f701f0ffe3ed..3f805a1f7233 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-api-basics.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-api-basics.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js index 1543b9bf8c7f..1053cc541f48 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js index 690e23eb14f8..c61a7b6711d0 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js index 0191680abea1..bb3e1d997715 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js index 8b28636443b2..20d288a54952 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js index 4378f9cc889d..8fb02780204d 100644 --- a/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js +++ b/node/_tools/test/parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-passive.js b/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-passive.js index a8d5acf856b6..a1adcbf407a6 100644 --- a/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-passive.js +++ b/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-passive.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-signal.js b/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-signal.js index c61e41e60bd6..c8644bfcf20a 100644 --- a/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-signal.js +++ b/node/_tools/test/parallel/test-whatwg-events-add-event-listener-options-signal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-events-customevent.js b/node/_tools/test/parallel/test-whatwg-events-customevent.js index 6c30f5a88616..adb5628c7438 100644 --- a/node/_tools/test/parallel/test-whatwg-events-customevent.js +++ b/node/_tools/test/parallel/test-whatwg-events-customevent.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-deepequal.js b/node/_tools/test/parallel/test-whatwg-url-custom-deepequal.js index fcda9d2aa159..e6d0efde5e09 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-deepequal.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-deepequal.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-domainto.js b/node/_tools/test/parallel/test-whatwg-url-custom-domainto.js index 1e44885a34e4..aee82b017514 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-domainto.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-domainto.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-global.js b/node/_tools/test/parallel/test-whatwg-url-custom-global.js index fb854e2d1d29..bdab4a33068e 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-global.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-global.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-href-side-effect.js b/node/_tools/test/parallel/test-whatwg-url-custom-href-side-effect.js index 6c1ee267c1e4..f540430f182e 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-href-side-effect.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-href-side-effect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-inspect.js b/node/_tools/test/parallel/test-whatwg-url-custom-inspect.js index dcb46c462f3f..8f6d0b10a3fa 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-inspect.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-inspect.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-parsing.js b/node/_tools/test/parallel/test-whatwg-url-custom-parsing.js index 924a5e6abdc6..77aaeaadb24c 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-parsing.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-parsing.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-setters.js b/node/_tools/test/parallel/test-whatwg-url-custom-setters.js index e563c44ab224..a9900db05330 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-setters.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-setters.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-custom-tostringtag.js b/node/_tools/test/parallel/test-whatwg-url-custom-tostringtag.js index 1fe1dee0cede..fd3cc6340d37 100644 --- a/node/_tools/test/parallel/test-whatwg-url-custom-tostringtag.js +++ b/node/_tools/test/parallel/test-whatwg-url-custom-tostringtag.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-override-hostname.js b/node/_tools/test/parallel/test-whatwg-url-override-hostname.js index 923f66a558c8..70d74712a070 100644 --- a/node/_tools/test/parallel/test-whatwg-url-override-hostname.js +++ b/node/_tools/test/parallel/test-whatwg-url-override-hostname.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-whatwg-url-toascii.js b/node/_tools/test/parallel/test-whatwg-url-toascii.js index 2bd1ea4ff89e..f8d2d43cafb7 100644 --- a/node/_tools/test/parallel/test-whatwg-url-toascii.js +++ b/node/_tools/test/parallel/test-whatwg-url-toascii.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-close-after-error.js b/node/_tools/test/parallel/test-zlib-close-after-error.js index 7adcd556affe..77f0cf19575e 100644 --- a/node/_tools/test/parallel/test-zlib-close-after-error.js +++ b/node/_tools/test/parallel/test-zlib-close-after-error.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-close-after-write.js b/node/_tools/test/parallel/test-zlib-close-after-write.js index 3247ab93d6de..cdb86d52edaf 100644 --- a/node/_tools/test/parallel/test-zlib-close-after-write.js +++ b/node/_tools/test/parallel/test-zlib-close-after-write.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-zlib-deflate-raw-inherits.js b/node/_tools/test/parallel/test-zlib-deflate-raw-inherits.js index ff9a60272e81..17c55106c215 100644 --- a/node/_tools/test/parallel/test-zlib-deflate-raw-inherits.js +++ b/node/_tools/test/parallel/test-zlib-deflate-raw-inherits.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-destroy-pipe.js b/node/_tools/test/parallel/test-zlib-destroy-pipe.js index bd99d84400cf..03fe256590f3 100644 --- a/node/_tools/test/parallel/test-zlib-destroy-pipe.js +++ b/node/_tools/test/parallel/test-zlib-destroy-pipe.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-from-string.js b/node/_tools/test/parallel/test-zlib-from-string.js index 0e476bcea59d..9607d3535746 100644 --- a/node/_tools/test/parallel/test-zlib-from-string.js +++ b/node/_tools/test/parallel/test-zlib-from-string.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. diff --git a/node/_tools/test/parallel/test-zlib-no-stream.js b/node/_tools/test/parallel/test-zlib-no-stream.js index eafdb6a6eebb..0df181b3da77 100644 --- a/node/_tools/test/parallel/test-zlib-no-stream.js +++ b/node/_tools/test/parallel/test-zlib-no-stream.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually /* eslint-disable node-core/required-modules */ diff --git a/node/_tools/test/parallel/test-zlib-sync-no-event.js b/node/_tools/test/parallel/test-zlib-sync-no-event.js index e0702e20c227..6829dbdc02e6 100644 --- a/node/_tools/test/parallel/test-zlib-sync-no-event.js +++ b/node/_tools/test/parallel/test-zlib-sync-no-event.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; @@ -14,12 +14,12 @@ const message = 'Come on, Fhqwhgads.'; const buffer = Buffer.from(message); const zipper = new zlib.Gzip(); -zipper.on('close', common.mustNotCall); +zipper.on('close', common.mustNotCall()); const zipped = zipper._processChunk(buffer, zlib.constants.Z_FINISH); const unzipper = new zlib.Gunzip(); -unzipper.on('close', common.mustNotCall); +unzipper.on('close', common.mustNotCall()); const unzipped = unzipper._processChunk(zipped, zlib.constants.Z_FINISH); assert.notStrictEqual(zipped.toString(), message); diff --git a/node/_tools/test/parallel/test-zlib-truncated.js b/node/_tools/test/parallel/test-zlib-truncated.js index b026a3262cfc..0c9bdbf22db0 100644 --- a/node/_tools/test/parallel/test-zlib-truncated.js +++ b/node/_tools/test/parallel/test-zlib-truncated.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-unzip-one-byte-chunks.js b/node/_tools/test/parallel/test-zlib-unzip-one-byte-chunks.js index b627ea1e331a..82ac4461059e 100644 --- a/node/_tools/test/parallel/test-zlib-unzip-one-byte-chunks.js +++ b/node/_tools/test/parallel/test-zlib-unzip-one-byte-chunks.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/parallel/test-zlib-write-after-end.js b/node/_tools/test/parallel/test-zlib-write-after-end.js index d9e58f645503..3020981acb36 100644 --- a/node/_tools/test/parallel/test-zlib-write-after-end.js +++ b/node/_tools/test/parallel/test-zlib-write-after-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/console-dumb-tty.js b/node/_tools/test/pseudo-tty/console-dumb-tty.js index e62a32f91563..1d958b5f6273 100644 --- a/node/_tools/test/pseudo-tty/console-dumb-tty.js +++ b/node/_tools/test/pseudo-tty/console-dumb-tty.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/console_colors.js b/node/_tools/test/pseudo-tty/console_colors.js index d409b1de43e0..40cd15088433 100644 --- a/node/_tools/test/pseudo-tty/console_colors.js +++ b/node/_tools/test/pseudo-tty/console_colors.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/no_dropped_stdio.js b/node/_tools/test/pseudo-tty/no_dropped_stdio.js index 050b56ac2386..f63eb795908a 100644 --- a/node/_tools/test/pseudo-tty/no_dropped_stdio.js +++ b/node/_tools/test/pseudo-tty/no_dropped_stdio.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // https://github.com/nodejs/node/issues/6456#issuecomment-219320599 diff --git a/node/_tools/test/pseudo-tty/no_interleaved_stdio.js b/node/_tools/test/pseudo-tty/no_interleaved_stdio.js index b02e307406a2..f25023b970a0 100644 --- a/node/_tools/test/pseudo-tty/no_interleaved_stdio.js +++ b/node/_tools/test/pseudo-tty/no_interleaved_stdio.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // https://github.com/nodejs/node/issues/6456#issuecomment-219320599 diff --git a/node/_tools/test/pseudo-tty/test-tty-color-support-warning-2.js b/node/_tools/test/pseudo-tty/test-tty-color-support-warning-2.js index 3fcfc375f7ce..ff2aab3db7f5 100644 --- a/node/_tools/test/pseudo-tty/test-tty-color-support-warning-2.js +++ b/node/_tools/test/pseudo-tty/test-tty-color-support-warning-2.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/test-tty-color-support-warning.js b/node/_tools/test/pseudo-tty/test-tty-color-support-warning.js index 3f14f53eabed..52eed6d41b0b 100644 --- a/node/_tools/test/pseudo-tty/test-tty-color-support-warning.js +++ b/node/_tools/test/pseudo-tty/test-tty-color-support-warning.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/test-tty-stdin-end.js b/node/_tools/test/pseudo-tty/test-tty-stdin-end.js index 4898a15bc793..708f595feed3 100644 --- a/node/_tools/test/pseudo-tty/test-tty-stdin-end.js +++ b/node/_tools/test/pseudo-tty/test-tty-stdin-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pseudo-tty/test-tty-stdout-end.js b/node/_tools/test/pseudo-tty/test-tty-stdout-end.js index b54690838356..f6f656ad9b01 100644 --- a/node/_tools/test/pseudo-tty/test-tty-stdout-end.js +++ b/node/_tools/test/pseudo-tty/test-tty-stdout-end.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually 'use strict'; diff --git a/node/_tools/test/pummel/test-net-pingpong-delay.js b/node/_tools/test/pummel/test-net-pingpong-delay.js index f32d5b92b219..96bc0cfa5a1e 100644 --- a/node/_tools/test/pummel/test-net-pingpong-delay.js +++ b/node/_tools/test/pummel/test-net-pingpong-delay.js @@ -2,7 +2,7 @@ // deno-lint-ignore-file // Copyright Joyent and Node contributors. All rights reserved. MIT license. -// Taken from Node 18.8.0 +// Taken from Node 18.12.0 // This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually // Copyright Joyent, Inc. and other Node contributors. From 3c34554198c8d91e1ed70fb9f01ad48e5c30d7be Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 26 Oct 2022 12:18:11 -0400 Subject: [PATCH 2/2] remove test parallel/test-stream-writable-callback-twice.js was removed in Node in https://github.com/nodejs/node/pull/44313 --- node/_tools/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/node/_tools/config.json b/node/_tools/config.json index 668de78246eb..49b22b3041e3 100644 --- a/node/_tools/config.json +++ b/node/_tools/config.json @@ -599,7 +599,6 @@ "test-stream-unpipe-event.js", "test-stream-unshift-empty-chunk.js", "test-stream-unshift-read-race.js", - "test-stream-writable-callback-twice.js", "test-stream-writable-change-default-encoding.js", "test-stream-writable-clear-buffer.js", "test-stream-writable-constructor-set-methods.js",