From 0104741d6fe7135565038f1f61e84d852bf2225d Mon Sep 17 00:00:00 2001 From: Hirotaka Tagawa / wafuwafu13 Date: Fri, 2 Jun 2023 07:05:32 +0100 Subject: [PATCH] chore(node_compat): fix path strings generated by `setup.ts` (#19347) --- cli/tests/node_compat/test/common/child_process.js | 2 +- cli/tests/node_compat/test/common/countdown.js | 2 +- cli/tests/node_compat/test/common/dns.js | 2 +- cli/tests/node_compat/test/common/duplexpair.js | 2 +- cli/tests/node_compat/test/common/fixtures.js | 2 +- cli/tests/node_compat/test/common/hijackstdio.js | 2 +- cli/tests/node_compat/test/common/index.mjs | 2 +- cli/tests/node_compat/test/common/tmpdir.js | 2 +- cli/tests/node_compat/test/fixtures/GH-1899-output.js | 2 +- cli/tests/node_compat/test/fixtures/a.js | 2 +- .../test/fixtures/child_process_should_emit_error.js | 2 +- cli/tests/node_compat/test/fixtures/loop.js | 2 +- cli/tests/node_compat/test/internet/test-dns-idna2008.js | 2 +- cli/tests/node_compat/test/internet/test-dns-lookup.js | 2 +- .../node_compat/test/internet/test-dns-promises-resolve.js | 2 +- cli/tests/node_compat/test/internet/test-dns-regress-6244.js | 2 +- .../internet/test-dns-setserver-in-callback-of-resolve4.js | 2 +- .../test/internet/test-http-https-default-ports.js | 2 +- cli/tests/node_compat/test/parallel/test-assert-async.js | 2 +- cli/tests/node_compat/test/parallel/test-assert-fail.js | 2 +- .../node_compat/test/parallel/test-assert-strict-exists.js | 2 +- cli/tests/node_compat/test/parallel/test-bad-unicode.js | 2 +- cli/tests/node_compat/test/parallel/test-btoa-atob.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-ascii.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-badhex.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-bigint64.js | 2 +- .../node_compat/test/parallel/test-buffer-compare-offset.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-concat.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-constants.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-copy.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-equals.js | 2 +- .../test/parallel/test-buffer-failed-alloc-typed-arrays.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-fakes.js | 2 +- .../node_compat/test/parallel/test-buffer-inheritance.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-isencoding.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-iterator.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-new.js | 2 +- .../test/parallel/test-buffer-no-negative-allocation.js | 2 +- .../node_compat/test/parallel/test-buffer-nopendingdep-map.js | 2 +- .../test/parallel/test-buffer-of-no-deprecation.js | 2 +- .../node_compat/test/parallel/test-buffer-over-max-length.js | 2 +- .../node_compat/test/parallel/test-buffer-parent-property.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-read.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-readdouble.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-readfloat.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-readint.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-readuint.js | 2 +- .../node_compat/test/parallel/test-buffer-safe-unsafe.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-slice.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-slow.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-swap.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-tojson.js | 2 +- .../node_compat/test/parallel/test-buffer-tostring-range.js | 2 +- .../test/parallel/test-buffer-tostring-rangeerror.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-tostring.js | 2 +- .../node_compat/test/parallel/test-buffer-writedouble.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-writefloat.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-writeint.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-writeuint.js | 2 +- .../node_compat/test/parallel/test-buffer-zero-fill-cli.js | 2 +- .../node_compat/test/parallel/test-buffer-zero-fill-reset.js | 2 +- cli/tests/node_compat/test/parallel/test-buffer-zero-fill.js | 2 +- .../test/parallel/test-child-process-default-options.js | 2 +- .../test/parallel/test-child-process-double-pipe.js | 2 +- .../node_compat/test/parallel/test-child-process-exec-cwd.js | 2 +- .../node_compat/test/parallel/test-child-process-exec-env.js | 2 +- .../test/parallel/test-child-process-exec-error.js | 2 +- .../test-child-process-exec-stdout-stderr-data-string.js | 2 +- .../test/parallel/test-child-process-execfile-maxbuf.js | 2 +- .../test/parallel/test-child-process-execfilesync-maxbuf.js | 2 +- .../test/parallel/test-child-process-flush-stdio.js | 2 +- .../node_compat/test/parallel/test-child-process-kill.js | 2 +- .../test/parallel/test-child-process-set-blocking.js | 2 +- .../test/parallel/test-child-process-spawn-args.js | 2 +- .../test/parallel/test-child-process-spawn-event.js | 2 +- .../test/parallel/test-child-process-spawnsync-args.js | 2 +- .../test/parallel/test-child-process-spawnsync-maxbuf.js | 2 +- .../test-child-process-spawnsync-validation-errors.js | 2 +- .../node_compat/test/parallel/test-child-process-spawnsync.js | 2 +- .../test/parallel/test-console-async-write-error.js | 2 +- cli/tests/node_compat/test/parallel/test-console-group.js | 2 +- .../test/parallel/test-console-log-stdio-broken-dest.js | 2 +- .../test/parallel/test-console-log-throw-primitive.js | 2 +- .../test/parallel/test-console-no-swallow-stack-overflow.js | 2 +- .../test/parallel/test-console-sync-write-error.js | 2 +- cli/tests/node_compat/test/parallel/test-console-table.js | 2 +- .../node_compat/test/parallel/test-console-tty-colors.js | 2 +- cli/tests/node_compat/test/parallel/test-crypto-dh-shared.js | 2 +- .../node_compat/test/parallel/test-crypto-secret-keygen.js | 2 +- .../node_compat/test/parallel/test-crypto-update-encoding.js | 2 +- .../node_compat/test/parallel/test-dgram-close-during-bind.js | 2 +- .../node_compat/test/parallel/test-dgram-close-signal.js | 2 +- .../test/parallel/test-diagnostics-channel-has-subscribers.js | 2 +- .../test-diagnostics-channel-object-channel-pub-sub.js | 2 +- .../test/parallel/test-diagnostics-channel-pub-sub.js | 2 +- .../test/parallel/test-diagnostics-channel-symbol-named.js | 2 +- .../node_compat/test/parallel/test-diagnostics-channel-udp.js | 2 +- cli/tests/node_compat/test/parallel/test-dns-memory-error.js | 2 +- .../node_compat/test/parallel/test-dns-promises-exists.js | 2 +- .../node_compat/test/parallel/test-dns-resolvens-typeerror.js | 2 +- .../test/parallel/test-dns-setservers-type-check.js | 2 +- .../test/parallel/test-eval-strict-referenceerror.js | 2 +- cli/tests/node_compat/test/parallel/test-eval.js | 2 +- .../test/parallel/test-event-emitter-add-listeners.js | 2 +- .../test/parallel/test-event-emitter-emit-context.js | 2 +- .../test/parallel/test-event-emitter-error-monitor.js | 2 +- .../node_compat/test/parallel/test-event-emitter-errors.js | 2 +- .../test/parallel/test-event-emitter-get-max-listeners.js | 2 +- .../test/parallel/test-event-emitter-invalid-listener.js | 2 +- .../test/parallel/test-event-emitter-listener-count.js | 2 +- .../parallel/test-event-emitter-listeners-side-effects.js | 2 +- .../node_compat/test/parallel/test-event-emitter-listeners.js | 2 +- .../test/parallel/test-event-emitter-method-names.js | 2 +- .../test/parallel/test-event-emitter-modify-in-emit.js | 2 +- .../node_compat/test/parallel/test-event-emitter-num-args.js | 2 +- .../node_compat/test/parallel/test-event-emitter-once.js | 2 +- .../test/parallel/test-event-emitter-remove-all-listeners.js | 2 +- .../test/parallel/test-event-emitter-remove-listeners.js | 2 +- .../test-event-emitter-set-max-listeners-side-effects.js | 2 +- .../test/parallel/test-event-emitter-special-event-names.js | 2 +- .../node_compat/test/parallel/test-event-emitter-subclass.js | 2 +- .../node_compat/test/parallel/test-event-emitter-symbols.js | 2 +- cli/tests/node_compat/test/parallel/test-events-list.js | 2 +- .../test/parallel/test-events-on-async-iterator.js | 2 +- .../test/parallel/test-events-uncaught-exception-stack.js | 2 +- .../node_compat/test/parallel/test-eventtarget-brandcheck.js | 2 +- cli/tests/node_compat/test/parallel/test-exception-handler.js | 2 +- .../node_compat/test/parallel/test-exception-handler2.js | 2 +- cli/tests/node_compat/test/parallel/test-file-read-noexist.js | 2 +- cli/tests/node_compat/test/parallel/test-file-write-stream.js | 2 +- .../node_compat/test/parallel/test-file-write-stream2.js | 2 +- .../node_compat/test/parallel/test-file-write-stream3.js | 2 +- .../node_compat/test/parallel/test-file-write-stream4.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-access.js | 2 +- .../node_compat/test/parallel/test-fs-append-file-sync.js | 2 +- .../node_compat/test/parallel/test-fs-chown-type-check.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-copyfile.js | 2 +- .../node_compat/test/parallel/test-fs-empty-readStream.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-open-flags.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-open-mode-mask.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-open-no-close.js | 2 +- .../node_compat/test/parallel/test-fs-open-numeric-flags.js | 2 +- .../test/parallel/test-fs-read-stream-autoClose.js | 2 +- .../test/parallel/test-fs-read-stream-concurrent-reads.js | 2 +- .../test/parallel/test-fs-read-stream-double-close.js | 2 +- .../node_compat/test/parallel/test-fs-read-stream-encoding.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-read-stream-fd.js | 2 +- .../node_compat/test/parallel/test-fs-read-stream-inherit.js | 2 +- .../test/parallel/test-fs-read-stream-patch-open.js | 2 +- .../node_compat/test/parallel/test-fs-read-stream-resume.js | 2 +- .../test/parallel/test-fs-read-stream-throw-type-error.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-read-stream.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-read-type.js | 2 +- .../node_compat/test/parallel/test-fs-read-zero-length.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-read.js | 2 +- .../test/parallel/test-fs-readdir-stack-overflow.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-readdir.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-readfile-empty.js | 2 +- .../node_compat/test/parallel/test-fs-realpath-native.js | 2 +- .../parallel/test-fs-rmdir-recursive-sync-warns-not-found.js | 2 +- .../parallel/test-fs-rmdir-recursive-sync-warns-on-file.js | 2 +- .../test/parallel/test-fs-rmdir-recursive-throws-not-found.js | 2 +- .../test/parallel/test-fs-rmdir-recursive-throws-on-file.js | 2 +- .../test/parallel/test-fs-rmdir-recursive-warns-not-found.js | 2 +- .../test/parallel/test-fs-rmdir-recursive-warns-on-file.js | 2 +- .../node_compat/test/parallel/test-fs-rmdir-type-check.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-watchfile.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-write-buffer.js | 2 +- .../node_compat/test/parallel/test-fs-write-file-buffer.js | 2 +- .../test/parallel/test-fs-write-file-invalid-path.js | 2 +- .../node_compat/test/parallel/test-fs-write-file-sync.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-write-no-fd.js | 2 +- .../test/parallel/test-fs-write-stream-autoclose-option.js | 2 +- .../parallel/test-fs-write-stream-close-without-callback.js | 2 +- .../test/parallel/test-fs-write-stream-double-close.js | 2 +- .../node_compat/test/parallel/test-fs-write-stream-end.js | 2 +- .../node_compat/test/parallel/test-fs-write-stream-fs.js | 2 +- .../test/parallel/test-fs-write-stream-throw-type-error.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-write-stream.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-write-sync.js | 2 +- cli/tests/node_compat/test/parallel/test-fs-writev-sync.js | 2 +- .../node_compat/test/parallel/test-handle-wrap-close-abort.js | 2 +- .../node_compat/test/parallel/test-http-agent-getname.js | 2 +- .../node_compat/test/parallel/test-http-client-get-url.js | 2 +- .../test/parallel/test-http-client-read-in-error.js | 2 +- cli/tests/node_compat/test/parallel/test-http-localaddress.js | 2 +- .../test-http-outgoing-internal-headernames-getter.js | 2 +- .../test-http-outgoing-internal-headernames-setter.js | 2 +- .../test/parallel/test-http-outgoing-internal-headers.js | 2 +- .../test/parallel/test-http-outgoing-renderHeaders.js | 2 +- .../test/parallel/test-http-outgoing-settimeout.js | 2 +- .../node_compat/test/parallel/test-net-access-byteswritten.js | 2 +- .../parallel/test-net-better-error-messages-listen-path.js | 2 +- .../parallel/test-net-better-error-messages-port-hostname.js | 2 +- .../test/parallel/test-net-connect-after-destroy.js | 2 +- .../node_compat/test/parallel/test-net-connect-destroy.js | 2 +- .../test/parallel/test-net-connect-immediate-destroy.js | 2 +- .../test/parallel/test-net-connect-immediate-finish.js | 2 +- .../node_compat/test/parallel/test-net-connect-no-arg.js | 2 +- cli/tests/node_compat/test/parallel/test-net-dns-error.js | 2 +- cli/tests/node_compat/test/parallel/test-net-during-close.js | 2 +- .../node_compat/test/parallel/test-net-end-without-connect.js | 2 +- cli/tests/node_compat/test/parallel/test-net-isip.js | 2 +- cli/tests/node_compat/test/parallel/test-net-isipv4.js | 2 +- cli/tests/node_compat/test/parallel/test-net-isipv6.js | 2 +- .../test-net-listen-close-server-callback-is-not-function.js | 2 +- .../node_compat/test/parallel/test-net-listen-close-server.js | 2 +- cli/tests/node_compat/test/parallel/test-net-listening.js | 2 +- cli/tests/node_compat/test/parallel/test-net-localerror.js | 2 +- .../node_compat/test/parallel/test-net-options-lookup.js | 2 +- .../node_compat/test/parallel/test-net-pipe-connect-errors.js | 2 +- .../test/parallel/test-net-server-listen-options-signal.js | 2 +- .../test/parallel/test-net-server-listen-options.js | 2 +- .../test/parallel/test-net-server-listen-remove-callback.js | 2 +- .../node_compat/test/parallel/test-net-server-options.js | 2 +- .../test/parallel/test-net-server-unref-persistent.js | 2 +- cli/tests/node_compat/test/parallel/test-net-server-unref.js | 2 +- .../test/parallel/test-net-socket-destroy-twice.js | 2 +- .../test/parallel/test-net-socket-no-halfopen-enforcer.js | 2 +- .../node_compat/test/parallel/test-net-timeout-no-handle.js | 2 +- .../node_compat/test/parallel/test-next-tick-doesnt-hang.js | 2 +- .../test/parallel/test-next-tick-fixed-queue-regression.js | 2 +- .../test/parallel/test-next-tick-intentional-starvation.js | 2 +- .../node_compat/test/parallel/test-next-tick-ordering.js | 2 +- .../node_compat/test/parallel/test-next-tick-ordering2.js | 2 +- .../node_compat/test/parallel/test-next-tick-when-exiting.js | 2 +- cli/tests/node_compat/test/parallel/test-next-tick.js | 2 +- cli/tests/node_compat/test/parallel/test-nodeeventtarget.js | 2 +- .../test/parallel/test-outgoing-message-destroy.js | 2 +- .../node_compat/test/parallel/test-outgoing-message-pipe.js | 2 +- cli/tests/node_compat/test/parallel/test-path-basename.js | 2 +- cli/tests/node_compat/test/parallel/test-path-dirname.js | 2 +- cli/tests/node_compat/test/parallel/test-path-extname.js | 2 +- cli/tests/node_compat/test/parallel/test-path-isabsolute.js | 2 +- cli/tests/node_compat/test/parallel/test-path-join.js | 2 +- cli/tests/node_compat/test/parallel/test-path-makelong.js | 2 +- cli/tests/node_compat/test/parallel/test-path-normalize.js | 2 +- cli/tests/node_compat/test/parallel/test-path-parse-format.js | 2 +- cli/tests/node_compat/test/parallel/test-path-posix-exists.js | 2 +- cli/tests/node_compat/test/parallel/test-path-relative.js | 2 +- cli/tests/node_compat/test/parallel/test-path-win32-exists.js | 2 +- .../test/parallel/test-path-zero-length-strings.js | 2 +- .../node_compat/test/parallel/test-process-beforeexit.js | 2 +- .../test-process-binding-internalbinding-allowlist.js | 2 +- .../test/parallel/test-process-env-allowed-flags.js | 2 +- .../test/parallel/test-process-exit-from-before-exit.js | 2 +- .../node_compat/test/parallel/test-process-exit-handler.js | 2 +- .../node_compat/test/parallel/test-process-exit-recursive.js | 2 +- cli/tests/node_compat/test/parallel/test-process-exit.js | 2 +- cli/tests/node_compat/test/parallel/test-process-kill-pid.js | 2 +- cli/tests/node_compat/test/parallel/test-process-uptime.js | 2 +- .../test/parallel/test-promise-unhandled-silent.js | 2 +- .../test/parallel/test-promise-unhandled-throw-handler.js | 2 +- .../node_compat/test/parallel/test-querystring-escape.js | 2 +- .../test/parallel/test-querystring-maxKeys-non-finite.js | 2 +- .../test/parallel/test-querystring-multichar-separator.js | 2 +- .../test/parallel/test-readline-emit-keypress-events.js | 2 +- .../parallel/test-readline-interface-escapecodetimeout.js | 2 +- cli/tests/node_compat/test/parallel/test-readline-keys.js | 2 +- cli/tests/node_compat/test/parallel/test-readline-position.js | 2 +- cli/tests/node_compat/test/parallel/test-readline-reopen.js | 2 +- .../node_compat/test/parallel/test-readline-set-raw-mode.js | 2 +- .../test/parallel/test-readline-undefined-columns.js | 2 +- cli/tests/node_compat/test/parallel/test-readline.js | 2 +- .../node_compat/test/parallel/test-stream-add-abort-signal.js | 2 +- .../node_compat/test/parallel/test-stream-aliases-legacy.js | 2 +- .../node_compat/test/parallel/test-stream-auto-destroy.js | 2 +- ...am-await-drain-writers-in-synchronously-recursion-write.js | 2 +- .../node_compat/test/parallel/test-stream-backpressure.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-big-packet.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-big-push.js | 2 +- .../node_compat/test/parallel/test-stream-buffer-list.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-construct.js | 2 +- .../test/parallel/test-stream-destroy-event-order.js | 2 +- .../node_compat/test/parallel/test-stream-duplex-destroy.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-duplex-end.js | 2 +- .../node_compat/test/parallel/test-stream-duplex-from.js | 2 +- .../node_compat/test/parallel/test-stream-duplex-props.js | 2 +- .../test/parallel/test-stream-duplex-readable-end.js | 2 +- .../test/parallel/test-stream-duplex-writable-finished.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-duplex.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-end-paused.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-error-once.js | 2 +- .../node_compat/test/parallel/test-stream-events-prepend.js | 2 +- .../node_compat/test/parallel/test-stream-inheritance.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-ispaused.js | 2 +- .../test/parallel/test-stream-objectmode-undefined.js | 2 +- .../test/parallel/test-stream-once-readable-pipe.js | 2 +- .../node_compat/test/parallel/test-stream-pipe-after-end.js | 2 +- .../parallel/test-stream-pipe-await-drain-manual-resume.js | 2 +- .../parallel/test-stream-pipe-await-drain-push-while-write.js | 2 +- .../node_compat/test/parallel/test-stream-pipe-await-drain.js | 2 +- .../test/parallel/test-stream-pipe-cleanup-pause.js | 2 +- .../node_compat/test/parallel/test-stream-pipe-cleanup.js | 2 +- .../test/parallel/test-stream-pipe-error-handling.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-pipe-event.js | 2 +- .../test/parallel/test-stream-pipe-flow-after-unpipe.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-pipe-flow.js | 2 +- .../test/parallel/test-stream-pipe-manual-resume.js | 2 +- .../test/parallel/test-stream-pipe-multiple-pipes.js | 2 +- .../node_compat/test/parallel/test-stream-pipe-needDrain.js | 2 +- .../test/parallel/test-stream-pipe-same-destination-twice.js | 2 +- .../test/parallel/test-stream-pipe-unpipe-streams.js | 2 +- .../test/parallel/test-stream-pipe-without-listenerCount.js | 2 +- .../test/parallel/test-stream-pipeline-async-iterator.js | 2 +- .../parallel/test-stream-pipeline-queued-end-in-destroy.js | 2 +- .../test/parallel/test-stream-pipeline-with-empty-string.js | 2 +- .../node_compat/test/parallel/test-stream-push-strings.js | 2 +- .../node_compat/test/parallel/test-stream-readable-aborted.js | 2 +- .../parallel/test-stream-readable-add-chunk-during-data.js | 2 +- .../parallel/test-stream-readable-constructor-set-methods.js | 2 +- .../node_compat/test/parallel/test-stream-readable-data.js | 2 +- .../node_compat/test/parallel/test-stream-readable-destroy.js | 2 +- .../node_compat/test/parallel/test-stream-readable-didRead.js | 2 +- .../test-stream-readable-emit-readable-short-stream.js | 2 +- .../test/parallel/test-stream-readable-emittedReadable.js | 2 +- .../test/parallel/test-stream-readable-end-destroyed.js | 2 +- .../node_compat/test/parallel/test-stream-readable-ended.js | 2 +- .../test/parallel/test-stream-readable-error-end.js | 2 +- .../node_compat/test/parallel/test-stream-readable-event.js | 2 +- .../test/parallel/test-stream-readable-flow-recursion.js | 2 +- .../test/parallel/test-stream-readable-hwm-0-async.js | 2 +- .../test/parallel/test-stream-readable-hwm-0-no-flow-data.js | 2 +- .../node_compat/test/parallel/test-stream-readable-hwm-0.js | 2 +- .../test/parallel/test-stream-readable-infinite-read.js | 2 +- .../test/parallel/test-stream-readable-invalid-chunk.js | 2 +- .../test/parallel/test-stream-readable-needReadable.js | 2 +- .../test/parallel/test-stream-readable-next-no-null.js | 2 +- .../parallel/test-stream-readable-no-unneeded-readable.js | 2 +- .../parallel/test-stream-readable-object-multi-push-async.js | 2 +- .../test/parallel/test-stream-readable-pause-and-resume.js | 2 +- .../parallel/test-stream-readable-readable-then-resume.js | 2 +- .../test/parallel/test-stream-readable-readable.js | 2 +- .../test/parallel/test-stream-readable-reading-readingMore.js | 2 +- .../test/parallel/test-stream-readable-resume-hwm.js | 2 +- .../test/parallel/test-stream-readable-resumeScheduled.js | 2 +- .../test-stream-readable-setEncoding-existing-buffers.js | 2 +- .../test/parallel/test-stream-readable-setEncoding-null.js | 2 +- .../node_compat/test/parallel/test-stream-readable-unshift.js | 2 +- .../parallel/test-stream-readable-with-unimplemented-_read.js | 2 +- .../test/parallel/test-stream-readableListening-state.js | 2 +- .../test/parallel/test-stream-transform-callback-twice.js | 2 +- .../parallel/test-stream-transform-constructor-set-methods.js | 2 +- .../test/parallel/test-stream-transform-destroy.js | 2 +- .../test/parallel/test-stream-transform-final-sync.js | 2 +- .../node_compat/test/parallel/test-stream-transform-final.js | 2 +- .../test/parallel/test-stream-transform-flush-data.js | 2 +- .../parallel/test-stream-transform-objectmode-falsey-value.js | 2 +- .../parallel/test-stream-transform-split-highwatermark.js | 2 +- .../test/parallel/test-stream-transform-split-objectmode.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-uint8array.js | 2 +- .../node_compat/test/parallel/test-stream-unpipe-event.js | 2 +- .../test/parallel/test-stream-unshift-empty-chunk.js | 2 +- .../test/parallel/test-stream-unshift-read-race.js | 2 +- .../parallel/test-stream-writable-change-default-encoding.js | 2 +- .../test/parallel/test-stream-writable-clear-buffer.js | 2 +- .../parallel/test-stream-writable-constructor-set-methods.js | 2 +- .../test/parallel/test-stream-writable-decoded-encoding.js | 2 +- .../node_compat/test/parallel/test-stream-writable-destroy.js | 2 +- .../test/parallel/test-stream-writable-end-cb-error.js | 2 +- .../test/parallel/test-stream-writable-end-multiple.js | 2 +- .../test/parallel/test-stream-writable-ended-state.js | 2 +- .../test/parallel/test-stream-writable-finish-destroyed.js | 2 +- .../test/parallel/test-stream-writable-finished-state.js | 2 +- .../test/parallel/test-stream-writable-finished.js | 2 +- .../test/parallel/test-stream-writable-invalid-chunk.js | 2 +- .../test/parallel/test-stream-writable-needdrain-state.js | 2 +- .../node_compat/test/parallel/test-stream-writable-null.js | 2 +- .../test/parallel/test-stream-writable-properties.js | 2 +- .../test/parallel/test-stream-writable-writable.js | 2 +- .../test/parallel/test-stream-writable-write-cb-error.js | 2 +- .../test/parallel/test-stream-writable-write-cb-twice.js | 2 +- .../test/parallel/test-stream-writable-write-error.js | 2 +- .../test/parallel/test-stream-writable-write-writev-finish.js | 2 +- .../test/parallel/test-stream-writableState-ending.js | 2 +- ...test-stream-writableState-uncorked-bufferedRequestCount.js | 2 +- .../node_compat/test/parallel/test-stream-write-destroy.js | 2 +- .../node_compat/test/parallel/test-stream-write-drain.js | 2 +- .../node_compat/test/parallel/test-stream-write-final.js | 2 +- cli/tests/node_compat/test/parallel/test-stream-writev.js | 2 +- .../test/parallel/test-stream2-base64-single-char-read-end.js | 2 +- cli/tests/node_compat/test/parallel/test-stream2-basic.js | 2 +- .../node_compat/test/parallel/test-stream2-compatibility.js | 2 +- .../node_compat/test/parallel/test-stream2-decode-partial.js | 2 +- .../node_compat/test/parallel/test-stream2-finish-pipe.js | 2 +- .../test/parallel/test-stream2-large-read-stall.js | 2 +- cli/tests/node_compat/test/parallel/test-stream2-objects.js | 2 +- .../test/parallel/test-stream2-pipe-error-handling.js | 2 +- .../test/parallel/test-stream2-pipe-error-once-listener.js | 2 +- cli/tests/node_compat/test/parallel/test-stream2-push.js | 2 +- .../node_compat/test/parallel/test-stream2-read-sync-stack.js | 2 +- .../parallel/test-stream2-readable-empty-buffer-no-eof.js | 2 +- .../test/parallel/test-stream2-readable-from-list.js | 2 +- .../test/parallel/test-stream2-readable-legacy-drain.js | 2 +- .../test/parallel/test-stream2-readable-non-empty-end.js | 2 +- .../test/parallel/test-stream2-readable-wrap-destroy.js | 2 +- .../test/parallel/test-stream2-readable-wrap-empty.js | 2 +- .../test/parallel/test-stream2-readable-wrap-error.js | 2 +- .../node_compat/test/parallel/test-stream2-readable-wrap.js | 2 +- .../node_compat/test/parallel/test-stream2-set-encoding.js | 2 +- cli/tests/node_compat/test/parallel/test-stream2-transform.js | 2 +- .../node_compat/test/parallel/test-stream2-unpipe-drain.js | 2 +- .../node_compat/test/parallel/test-stream2-unpipe-leak.js | 2 +- cli/tests/node_compat/test/parallel/test-stream2-writable.js | 2 +- cli/tests/node_compat/test/parallel/test-stream3-cork-end.js | 2 +- .../node_compat/test/parallel/test-stream3-cork-uncork.js | 2 +- .../node_compat/test/parallel/test-stream3-pause-then-read.js | 2 +- .../node_compat/test/parallel/test-streams-highwatermark.js | 2 +- cli/tests/node_compat/test/parallel/test-timers-api-refs.js | 2 +- cli/tests/node_compat/test/parallel/test-timers-args.js | 2 +- .../parallel/test-timers-clear-null-does-not-throw-error.js | 2 +- .../parallel/test-timers-clear-object-does-not-throw-error.js | 2 +- .../parallel/test-timers-clear-timeout-interval-equivalent.js | 2 +- .../node_compat/test/parallel/test-timers-clearImmediate.js | 2 +- .../node_compat/test/parallel/test-timers-interval-throw.js | 2 +- .../test/parallel/test-timers-non-integer-delay.js | 2 +- cli/tests/node_compat/test/parallel/test-timers-refresh.js | 2 +- .../parallel/test-timers-same-timeout-wrong-list-deleted.js | 2 +- .../test/parallel/test-timers-timeout-with-non-integer.js | 2 +- .../test/parallel/test-timers-uncaught-exception.js | 2 +- .../test/parallel/test-timers-unref-throw-then-ref.js | 2 +- cli/tests/node_compat/test/parallel/test-timers-user-call.js | 2 +- .../node_compat/test/parallel/test-timers-zero-timeout.js | 2 +- .../test/parallel/test-url-domain-ascii-unicode.js | 2 +- cli/tests/node_compat/test/parallel/test-url-fileurltopath.js | 2 +- .../test/parallel/test-url-format-invalid-input.js | 2 +- cli/tests/node_compat/test/parallel/test-url-format-whatwg.js | 2 +- cli/tests/node_compat/test/parallel/test-url-format.js | 2 +- .../node_compat/test/parallel/test-url-parse-invalid-input.js | 2 +- cli/tests/node_compat/test/parallel/test-url-parse-query.js | 2 +- cli/tests/node_compat/test/parallel/test-url-pathtofileurl.js | 2 +- cli/tests/node_compat/test/parallel/test-url-relative.js | 2 +- .../test/parallel/test-util-deprecate-invalid-code.js | 2 +- cli/tests/node_compat/test/parallel/test-util-deprecate.js | 2 +- cli/tests/node_compat/test/parallel/test-util-inherits.js | 2 +- .../test/parallel/test-util-inspect-long-running.js | 2 +- cli/tests/node_compat/test/parallel/test-util-types-exists.js | 2 +- .../test/parallel/test-vm-new-script-this-context.js | 2 +- cli/tests/node_compat/test/parallel/test-vm-static-this.js | 2 +- .../test/parallel/test-whatwg-encoding-custom-api-basics.js | 2 +- .../test-whatwg-encoding-custom-textdecoder-ignorebom.js | 2 +- .../test-whatwg-encoding-custom-textdecoder-streaming.js | 2 +- .../test-whatwg-events-add-event-listener-options-passive.js | 2 +- .../test-whatwg-events-add-event-listener-options-signal.js | 2 +- .../test/parallel/test-whatwg-events-customevent.js | 2 +- .../test/parallel/test-whatwg-url-custom-deepequal.js | 2 +- .../test/parallel/test-whatwg-url-custom-global.js | 2 +- .../test/parallel/test-whatwg-url-custom-href-side-effect.js | 2 +- .../test/parallel/test-whatwg-url-custom-tostringtag.js | 2 +- .../test/parallel/test-whatwg-url-override-hostname.js | 2 +- .../node_compat/test/parallel/test-zlib-close-after-error.js | 2 +- .../node_compat/test/parallel/test-zlib-close-after-write.js | 2 +- .../test/parallel/test-zlib-deflate-raw-inherits.js | 2 +- cli/tests/node_compat/test/parallel/test-zlib-destroy-pipe.js | 2 +- cli/tests/node_compat/test/parallel/test-zlib-from-string.js | 2 +- cli/tests/node_compat/test/parallel/test-zlib-no-stream.js | 2 +- .../node_compat/test/parallel/test-zlib-sync-no-event.js | 2 +- cli/tests/node_compat/test/parallel/test-zlib-truncated.js | 2 +- .../test/parallel/test-zlib-unzip-one-byte-chunks.js | 2 +- .../node_compat/test/parallel/test-zlib-write-after-end.js | 2 +- cli/tests/node_compat/test/pseudo-tty/console-dumb-tty.js | 2 +- cli/tests/node_compat/test/pseudo-tty/console_colors.js | 2 +- cli/tests/node_compat/test/pseudo-tty/no_dropped_stdio.js | 2 +- cli/tests/node_compat/test/pseudo-tty/no_interleaved_stdio.js | 2 +- .../test/pseudo-tty/test-tty-color-support-warning-2.js | 2 +- .../test/pseudo-tty/test-tty-color-support-warning.js | 2 +- cli/tests/node_compat/test/pseudo-tty/test-tty-stdin-end.js | 2 +- cli/tests/node_compat/test/pseudo-tty/test-tty-stdout-end.js | 2 +- tools/node_compat/TODO.md | 2 +- tools/node_compat/setup.ts | 4 ++-- 470 files changed, 471 insertions(+), 471 deletions(-) diff --git a/cli/tests/node_compat/test/common/child_process.js b/cli/tests/node_compat/test/common/child_process.js index 4b553ea84b..c12994e5c3 100644 --- a/cli/tests/node_compat/test/common/child_process.js +++ b/cli/tests/node_compat/test/common/child_process.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/common/countdown.js b/cli/tests/node_compat/test/common/countdown.js index 635a24374d..a7ae0d0296 100644 --- a/cli/tests/node_compat/test/common/countdown.js +++ b/cli/tests/node_compat/test/common/countdown.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/common/dns.js b/cli/tests/node_compat/test/common/dns.js index d89769298b..5c7ba39b3b 100644 --- a/cli/tests/node_compat/test/common/dns.js +++ b/cli/tests/node_compat/test/common/dns.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/common/duplexpair.js b/cli/tests/node_compat/test/common/duplexpair.js index 9e5c498c4e..6e5286cc8d 100644 --- a/cli/tests/node_compat/test/common/duplexpair.js +++ b/cli/tests/node_compat/test/common/duplexpair.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const { Duplex } = require('stream'); diff --git a/cli/tests/node_compat/test/common/fixtures.js b/cli/tests/node_compat/test/common/fixtures.js index af4dbc5a56..64b888eb68 100644 --- a/cli/tests/node_compat/test/common/fixtures.js +++ b/cli/tests/node_compat/test/common/fixtures.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/common/hijackstdio.js b/cli/tests/node_compat/test/common/hijackstdio.js index a746e97916..8e7bd2dc05 100644 --- a/cli/tests/node_compat/test/common/hijackstdio.js +++ b/cli/tests/node_compat/test/common/hijackstdio.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/common/index.mjs b/cli/tests/node_compat/test/common/index.mjs index d5b9d7dad5..f2ee456eef 100644 --- a/cli/tests/node_compat/test/common/index.mjs +++ b/cli/tests/node_compat/test/common/index.mjs @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. import { createRequire } from 'module'; diff --git a/cli/tests/node_compat/test/common/tmpdir.js b/cli/tests/node_compat/test/common/tmpdir.js index dbc945c137..2c97c51a6b 100644 --- a/cli/tests/node_compat/test/common/tmpdir.js +++ b/cli/tests/node_compat/test/common/tmpdir.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/fixtures/GH-1899-output.js b/cli/tests/node_compat/test/fixtures/GH-1899-output.js index 013b61ba05..d647eb320a 100644 --- a/cli/tests/node_compat/test/fixtures/GH-1899-output.js +++ b/cli/tests/node_compat/test/fixtures/GH-1899-output.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/a.js b/cli/tests/node_compat/test/fixtures/a.js index c3960fd92c..9f5a21a064 100644 --- a/cli/tests/node_compat/test/fixtures/a.js +++ b/cli/tests/node_compat/test/fixtures/a.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js b/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js index 7ceaf92090..5a56c312b1 100644 --- a/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js +++ b/cli/tests/node_compat/test/fixtures/child_process_should_emit_error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/fixtures/loop.js b/cli/tests/node_compat/test/fixtures/loop.js index 69bac522c1..f9bcfc66e7 100644 --- a/cli/tests/node_compat/test/fixtures/loop.js +++ b/cli/tests/node_compat/test/fixtures/loop.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. var t = 1; var k = 1; diff --git a/cli/tests/node_compat/test/internet/test-dns-idna2008.js b/cli/tests/node_compat/test/internet/test-dns-idna2008.js index d082f75473..ea7dfe5d7a 100644 --- a/cli/tests/node_compat/test/internet/test-dns-idna2008.js +++ b/cli/tests/node_compat/test/internet/test-dns-idna2008.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/internet/test-dns-lookup.js b/cli/tests/node_compat/test/internet/test-dns-lookup.js index 4ed3716b40..2e33800d8d 100644 --- a/cli/tests/node_compat/test/internet/test-dns-lookup.js +++ b/cli/tests/node_compat/test/internet/test-dns-lookup.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js b/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js index d700ad48ca..b1595ec431 100644 --- a/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js +++ b/cli/tests/node_compat/test/internet/test-dns-promises-resolve.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/internet/test-dns-regress-6244.js b/cli/tests/node_compat/test/internet/test-dns-regress-6244.js index db78a6f92a..988cf21ee8 100644 --- a/cli/tests/node_compat/test/internet/test-dns-regress-6244.js +++ b/cli/tests/node_compat/test/internet/test-dns-regress-6244.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js b/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js index 27356b9ca5..b4360c2053 100644 --- a/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js +++ b/cli/tests/node_compat/test/internet/test-dns-setserver-in-callback-of-resolve4.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/internet/test-http-https-default-ports.js b/cli/tests/node_compat/test/internet/test-http-https-default-ports.js index 521439ca80..ef3edd2fc9 100644 --- a/cli/tests/node_compat/test/internet/test-http-https-default-ports.js +++ b/cli/tests/node_compat/test/internet/test-http-https-default-ports.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-assert-async.js b/cli/tests/node_compat/test/parallel/test-assert-async.js index 4bee92a1ae..a2a8315d8d 100644 --- a/cli/tests/node_compat/test/parallel/test-assert-async.js +++ b/cli/tests/node_compat/test/parallel/test-assert-async.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-assert-fail.js b/cli/tests/node_compat/test/parallel/test-assert-fail.js index 2aad9766d6..03def3a886 100644 --- a/cli/tests/node_compat/test/parallel/test-assert-fail.js +++ b/cli/tests/node_compat/test/parallel/test-assert-fail.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js b/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js index 79139f1e5a..49499c3f69 100644 --- a/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js +++ b/cli/tests/node_compat/test/parallel/test-assert-strict-exists.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-bad-unicode.js b/cli/tests/node_compat/test/parallel/test-bad-unicode.js index 416e1a351b..b4188878df 100644 --- a/cli/tests/node_compat/test/parallel/test-bad-unicode.js +++ b/cli/tests/node_compat/test/parallel/test-bad-unicode.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-btoa-atob.js b/cli/tests/node_compat/test/parallel/test-btoa-atob.js index b17f4d2a66..3fd8d323c7 100644 --- a/cli/tests/node_compat/test/parallel/test-btoa-atob.js +++ b/cli/tests/node_compat/test/parallel/test-btoa-atob.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-ascii.js b/cli/tests/node_compat/test/parallel/test-buffer-ascii.js index 9b03ddafb2..08e4e65432 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-ascii.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-ascii.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-buffer-badhex.js b/cli/tests/node_compat/test/parallel/test-buffer-badhex.js index abbc7f0b33..cafaa08876 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-badhex.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-badhex.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-bigint64.js b/cli/tests/node_compat/test/parallel/test-buffer-bigint64.js index 918c7b91d1..7aa391f0ab 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-bigint64.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-bigint64.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-compare-offset.js b/cli/tests/node_compat/test/parallel/test-buffer-compare-offset.js index fa4487ee01..bb7ba2998e 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-compare-offset.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-compare-offset.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-concat.js b/cli/tests/node_compat/test/parallel/test-buffer-concat.js index d44b3e1b96..5d2e2c4a52 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-concat.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-concat.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-buffer-constants.js b/cli/tests/node_compat/test/parallel/test-buffer-constants.js index a537f318bd..0c4f6e21b6 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-constants.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-constants.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-copy.js b/cli/tests/node_compat/test/parallel/test-buffer-copy.js index b51664e78e..ba18654419 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-copy.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-copy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-equals.js b/cli/tests/node_compat/test/parallel/test-buffer-equals.js index 4c82006a71..3d22fae84f 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-equals.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-equals.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-failed-alloc-typed-arrays.js b/cli/tests/node_compat/test/parallel/test-buffer-failed-alloc-typed-arrays.js index 265652c09b..fc822ec862 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-failed-alloc-typed-arrays.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-failed-alloc-typed-arrays.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-fakes.js b/cli/tests/node_compat/test/parallel/test-buffer-fakes.js index 5f088b2acb..2e25d62191 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-fakes.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-fakes.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-inheritance.js b/cli/tests/node_compat/test/parallel/test-buffer-inheritance.js index fb22a19a9b..6440a84cb7 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-inheritance.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-inheritance.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-isencoding.js b/cli/tests/node_compat/test/parallel/test-buffer-isencoding.js index f6fdfd8f9a..439e6860af 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-isencoding.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-isencoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-iterator.js b/cli/tests/node_compat/test/parallel/test-buffer-iterator.js index a93bb161a2..8ac97e259e 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-iterator.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-iterator.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-new.js b/cli/tests/node_compat/test/parallel/test-buffer-new.js index c79e80b50c..d151383271 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-new.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-new.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-no-negative-allocation.js b/cli/tests/node_compat/test/parallel/test-buffer-no-negative-allocation.js index 742d298ba8..df4a6cb52d 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-no-negative-allocation.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-no-negative-allocation.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-nopendingdep-map.js b/cli/tests/node_compat/test/parallel/test-buffer-nopendingdep-map.js index 5a6abca86a..a6320d0b07 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-nopendingdep-map.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-nopendingdep-map.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --no-warnings --pending-deprecation 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-of-no-deprecation.js b/cli/tests/node_compat/test/parallel/test-buffer-of-no-deprecation.js index b98bc25a35..b2b48d51d4 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-of-no-deprecation.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-of-no-deprecation.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-over-max-length.js b/cli/tests/node_compat/test/parallel/test-buffer-over-max-length.js index 4bcbfeb9be..c10c1e9d1c 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-over-max-length.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-over-max-length.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-parent-property.js b/cli/tests/node_compat/test/parallel/test-buffer-parent-property.js index c433ec04a9..6efc42d060 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-parent-property.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-parent-property.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-read.js b/cli/tests/node_compat/test/parallel/test-buffer-read.js index 6645250f54..391b309a81 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-read.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-read.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-readdouble.js b/cli/tests/node_compat/test/parallel/test-buffer-readdouble.js index 2cd2b82eec..f4ab9ba882 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-readdouble.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-readdouble.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-readfloat.js b/cli/tests/node_compat/test/parallel/test-buffer-readfloat.js index 3606594da3..780d3a6acc 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-readfloat.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-readfloat.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-readint.js b/cli/tests/node_compat/test/parallel/test-buffer-readint.js index 420c273177..0c865eb925 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-readint.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-readint.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-readuint.js b/cli/tests/node_compat/test/parallel/test-buffer-readuint.js index b70e290901..bbef6f49a4 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-readuint.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-readuint.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-safe-unsafe.js b/cli/tests/node_compat/test/parallel/test-buffer-safe-unsafe.js index 6529c25e51..180af8993f 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-safe-unsafe.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-safe-unsafe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-slice.js b/cli/tests/node_compat/test/parallel/test-buffer-slice.js index 8732f69dbe..518618d8de 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-slice.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-slice.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-buffer-slow.js b/cli/tests/node_compat/test/parallel/test-buffer-slow.js index 1cc4e5d2eb..eed2898c56 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-slow.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-slow.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-swap.js b/cli/tests/node_compat/test/parallel/test-buffer-swap.js index 5464e9d964..8e13156018 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-swap.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-swap.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-tojson.js b/cli/tests/node_compat/test/parallel/test-buffer-tojson.js index e4d344c95e..d21786c377 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-tojson.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-tojson.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-tostring-range.js b/cli/tests/node_compat/test/parallel/test-buffer-tostring-range.js index 8e6db47547..9fa199bd5f 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-tostring-range.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-tostring-range.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-tostring-rangeerror.js b/cli/tests/node_compat/test/parallel/test-buffer-tostring-rangeerror.js index 3a0f9a0227..793d2d8914 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-tostring-rangeerror.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-tostring-rangeerror.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-buffer-tostring.js b/cli/tests/node_compat/test/parallel/test-buffer-tostring.js index 24e2bf1dfb..a6f5cabe09 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-tostring.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-tostring.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-writedouble.js b/cli/tests/node_compat/test/parallel/test-buffer-writedouble.js index 92c9c9c733..3e4d4e6767 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-writedouble.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-writedouble.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-writefloat.js b/cli/tests/node_compat/test/parallel/test-buffer-writefloat.js index 3a70ba51c8..4dd75f83ef 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-writefloat.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-writefloat.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-writeint.js b/cli/tests/node_compat/test/parallel/test-buffer-writeint.js index 6f67cf451f..117ba47c0b 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-writeint.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-writeint.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-writeuint.js b/cli/tests/node_compat/test/parallel/test-buffer-writeuint.js index 43867476b5..1c954bb9ff 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-writeuint.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-writeuint.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-cli.js b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-cli.js index 02a91b2e69..c3250b870f 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-cli.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-cli.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // Flags: --zero-fill-buffers diff --git a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-reset.js b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-reset.js index 5812f2609f..1f1baed662 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-reset.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill-reset.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill.js b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill.js index c1f9219cdd..be8ce1412c 100644 --- a/cli/tests/node_compat/test/parallel/test-buffer-zero-fill.js +++ b/cli/tests/node_compat/test/parallel/test-buffer-zero-fill.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-child-process-default-options.js b/cli/tests/node_compat/test/parallel/test-child-process-default-options.js index 6f91058b51..265cfe22f4 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-default-options.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-default-options.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-double-pipe.js b/cli/tests/node_compat/test/parallel/test-child-process-double-pipe.js index 081eda3cb4..bd31d10386 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-double-pipe.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-double-pipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-exec-cwd.js b/cli/tests/node_compat/test/parallel/test-child-process-exec-cwd.js index 79f18a4358..97da31fc9f 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-exec-cwd.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-exec-cwd.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-exec-env.js b/cli/tests/node_compat/test/parallel/test-child-process-exec-env.js index 6a70252612..2797b8761d 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-exec-env.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-exec-env.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-exec-error.js b/cli/tests/node_compat/test/parallel/test-child-process-exec-error.js index 3c553457d9..3f809ed18a 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-exec-error.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-exec-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-exec-stdout-stderr-data-string.js b/cli/tests/node_compat/test/parallel/test-child-process-exec-stdout-stderr-data-string.js index 6a4c9fe5fd..0e5453926b 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-exec-stdout-stderr-data-string.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-exec-stdout-stderr-data-string.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // Refs: https://github.com/nodejs/node/issues/7342 diff --git a/cli/tests/node_compat/test/parallel/test-child-process-execfile-maxbuf.js b/cli/tests/node_compat/test/parallel/test-child-process-execfile-maxbuf.js index ef31f4e225..729929c78c 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-execfile-maxbuf.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-execfile-maxbuf.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-execfilesync-maxbuf.js b/cli/tests/node_compat/test/parallel/test-child-process-execfilesync-maxbuf.js index e5f7166ea5..7ad857a185 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-execfilesync-maxbuf.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-execfilesync-maxbuf.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-flush-stdio.js b/cli/tests/node_compat/test/parallel/test-child-process-flush-stdio.js index 72357bcdd4..c39bcbdbe8 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-flush-stdio.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-flush-stdio.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-kill.js b/cli/tests/node_compat/test/parallel/test-child-process-kill.js index 6d5c4cba1d..4d4ac3033d 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-kill.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-kill.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-set-blocking.js b/cli/tests/node_compat/test/parallel/test-child-process-set-blocking.js index 0c771bad8f..b43d9ba9c6 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-set-blocking.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-set-blocking.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawn-args.js b/cli/tests/node_compat/test/parallel/test-child-process-spawn-args.js index 1e3378935f..e2597c921f 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawn-args.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawn-args.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawn-event.js b/cli/tests/node_compat/test/parallel/test-child-process-spawn-event.js index 62252f829f..315644fd1c 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawn-event.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawn-event.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-args.js b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-args.js index 9bca413b09..05e04a92ee 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-args.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-args.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-maxbuf.js b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-maxbuf.js index 5d18f127a6..62b71c7297 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-maxbuf.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-maxbuf.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-validation-errors.js b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-validation-errors.js index b2b96e3c7a..89ff02260f 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-validation-errors.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync-validation-errors.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync.js b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync.js index 893e3b4e13..bb60f3bef0 100644 --- a/cli/tests/node_compat/test/parallel/test-child-process-spawnsync.js +++ b/cli/tests/node_compat/test/parallel/test-child-process-spawnsync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-console-async-write-error.js b/cli/tests/node_compat/test/parallel/test-console-async-write-error.js index 9816ced4f5..e7591cb9bc 100644 --- a/cli/tests/node_compat/test/parallel/test-console-async-write-error.js +++ b/cli/tests/node_compat/test/parallel/test-console-async-write-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-console-group.js b/cli/tests/node_compat/test/parallel/test-console-group.js index 257317214e..f07107cec4 100644 --- a/cli/tests/node_compat/test/parallel/test-console-group.js +++ b/cli/tests/node_compat/test/parallel/test-console-group.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-console-log-stdio-broken-dest.js b/cli/tests/node_compat/test/parallel/test-console-log-stdio-broken-dest.js index afe6f815f0..832e1a5102 100644 --- a/cli/tests/node_compat/test/parallel/test-console-log-stdio-broken-dest.js +++ b/cli/tests/node_compat/test/parallel/test-console-log-stdio-broken-dest.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-console-log-throw-primitive.js b/cli/tests/node_compat/test/parallel/test-console-log-throw-primitive.js index 9be7f963f3..760c963993 100644 --- a/cli/tests/node_compat/test/parallel/test-console-log-throw-primitive.js +++ b/cli/tests/node_compat/test/parallel/test-console-log-throw-primitive.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-console-no-swallow-stack-overflow.js b/cli/tests/node_compat/test/parallel/test-console-no-swallow-stack-overflow.js index 81235e3c95..98621b3ce8 100644 --- a/cli/tests/node_compat/test/parallel/test-console-no-swallow-stack-overflow.js +++ b/cli/tests/node_compat/test/parallel/test-console-no-swallow-stack-overflow.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-console-sync-write-error.js b/cli/tests/node_compat/test/parallel/test-console-sync-write-error.js index 0eb34e6acf..1018a3b54c 100644 --- a/cli/tests/node_compat/test/parallel/test-console-sync-write-error.js +++ b/cli/tests/node_compat/test/parallel/test-console-sync-write-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-console-table.js b/cli/tests/node_compat/test/parallel/test-console-table.js index 3aa34d7c11..a7fddac1ed 100644 --- a/cli/tests/node_compat/test/parallel/test-console-table.js +++ b/cli/tests/node_compat/test/parallel/test-console-table.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-console-tty-colors.js b/cli/tests/node_compat/test/parallel/test-console-tty-colors.js index 9676529baa..6b6886d1f1 100644 --- a/cli/tests/node_compat/test/parallel/test-console-tty-colors.js +++ b/cli/tests/node_compat/test/parallel/test-console-tty-colors.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-crypto-dh-shared.js b/cli/tests/node_compat/test/parallel/test-crypto-dh-shared.js index 5ab6fe4656..7266b00b91 100644 --- a/cli/tests/node_compat/test/parallel/test-crypto-dh-shared.js +++ b/cli/tests/node_compat/test/parallel/test-crypto-dh-shared.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js b/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js index a9db298063..b108269d39 100644 --- a/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js +++ b/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-crypto-update-encoding.js b/cli/tests/node_compat/test/parallel/test-crypto-update-encoding.js index 253de4e765..deb3c17c30 100644 --- a/cli/tests/node_compat/test/parallel/test-crypto-update-encoding.js +++ b/cli/tests/node_compat/test/parallel/test-crypto-update-encoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-dgram-close-during-bind.js b/cli/tests/node_compat/test/parallel/test-dgram-close-during-bind.js index 8e0621884c..fd1fe523e3 100644 --- a/cli/tests/node_compat/test/parallel/test-dgram-close-during-bind.js +++ b/cli/tests/node_compat/test/parallel/test-dgram-close-during-bind.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-dgram-close-signal.js b/cli/tests/node_compat/test/parallel/test-dgram-close-signal.js index 97683191bf..ef6ac3a323 100644 --- a/cli/tests/node_compat/test/parallel/test-dgram-close-signal.js +++ b/cli/tests/node_compat/test/parallel/test-dgram-close-signal.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-has-subscribers.js b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-has-subscribers.js index bc6ff51e5f..66a548c37f 100644 --- a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-has-subscribers.js +++ b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-has-subscribers.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-object-channel-pub-sub.js b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-object-channel-pub-sub.js index f1edec7098..00b7865820 100644 --- a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-object-channel-pub-sub.js +++ b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-object-channel-pub-sub.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-pub-sub.js b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-pub-sub.js index c4c684c079..378cf051e5 100644 --- a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-pub-sub.js +++ b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-pub-sub.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-symbol-named.js b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-symbol-named.js index 1f241a0d20..3067c78e9e 100644 --- a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-symbol-named.js +++ b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-symbol-named.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-udp.js b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-udp.js index 557562f4fe..ddf757a12f 100644 --- a/cli/tests/node_compat/test/parallel/test-diagnostics-channel-udp.js +++ b/cli/tests/node_compat/test/parallel/test-diagnostics-channel-udp.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-dns-memory-error.js b/cli/tests/node_compat/test/parallel/test-dns-memory-error.js index 7d524414d9..6ef6968bea 100644 --- a/cli/tests/node_compat/test/parallel/test-dns-memory-error.js +++ b/cli/tests/node_compat/test/parallel/test-dns-memory-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-dns-promises-exists.js b/cli/tests/node_compat/test/parallel/test-dns-promises-exists.js index 4800d0775a..10f9f81dfc 100644 --- a/cli/tests/node_compat/test/parallel/test-dns-promises-exists.js +++ b/cli/tests/node_compat/test/parallel/test-dns-promises-exists.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-dns-resolvens-typeerror.js b/cli/tests/node_compat/test/parallel/test-dns-resolvens-typeerror.js index c59fab974c..f4b0770fd2 100644 --- a/cli/tests/node_compat/test/parallel/test-dns-resolvens-typeerror.js +++ b/cli/tests/node_compat/test/parallel/test-dns-resolvens-typeerror.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-dns-setservers-type-check.js b/cli/tests/node_compat/test/parallel/test-dns-setservers-type-check.js index f318df39cc..e4e65b35aa 100644 --- a/cli/tests/node_compat/test/parallel/test-dns-setservers-type-check.js +++ b/cli/tests/node_compat/test/parallel/test-dns-setservers-type-check.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-eval-strict-referenceerror.js b/cli/tests/node_compat/test/parallel/test-eval-strict-referenceerror.js index f63fb28402..b521b17baa 100644 --- a/cli/tests/node_compat/test/parallel/test-eval-strict-referenceerror.js +++ b/cli/tests/node_compat/test/parallel/test-eval-strict-referenceerror.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. /* eslint-disable strict */ require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-eval.js b/cli/tests/node_compat/test/parallel/test-eval.js index 22738c0970..78254a377a 100644 --- a/cli/tests/node_compat/test/parallel/test-eval.js +++ b/cli/tests/node_compat/test/parallel/test-eval.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-add-listeners.js b/cli/tests/node_compat/test/parallel/test-event-emitter-add-listeners.js index 28853cff22..8ad798021f 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-add-listeners.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-add-listeners.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-emit-context.js b/cli/tests/node_compat/test/parallel/test-event-emitter-emit-context.js index b18c3d2ed0..d3673827fb 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-emit-context.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-emit-context.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-error-monitor.js b/cli/tests/node_compat/test/parallel/test-event-emitter-error-monitor.js index d708393d9a..714a47e592 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-error-monitor.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-error-monitor.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-errors.js b/cli/tests/node_compat/test/parallel/test-event-emitter-errors.js index 8ab863f893..6bf0e91622 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-errors.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-errors.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-get-max-listeners.js b/cli/tests/node_compat/test/parallel/test-event-emitter-get-max-listeners.js index 7af05126a8..9eeb5ecf92 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-get-max-listeners.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-get-max-listeners.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-invalid-listener.js b/cli/tests/node_compat/test/parallel/test-event-emitter-invalid-listener.js index c5c948c625..10e7f0b1cf 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-invalid-listener.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-invalid-listener.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-listener-count.js b/cli/tests/node_compat/test/parallel/test-event-emitter-listener-count.js index 17aa9e58aa..e86a9512f3 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-listener-count.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-listener-count.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-listeners-side-effects.js b/cli/tests/node_compat/test/parallel/test-event-emitter-listeners-side-effects.js index d6b1b5ac35..3daa73b21e 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-listeners-side-effects.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-listeners-side-effects.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-listeners.js b/cli/tests/node_compat/test/parallel/test-event-emitter-listeners.js index 9ddc4cde39..ddb52da1a3 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-listeners.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-listeners.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-method-names.js b/cli/tests/node_compat/test/parallel/test-event-emitter-method-names.js index 45da20b9a4..7b7822fe1f 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-method-names.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-method-names.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-modify-in-emit.js b/cli/tests/node_compat/test/parallel/test-event-emitter-modify-in-emit.js index ac1fe667b5..4953241bac 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-modify-in-emit.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-modify-in-emit.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-num-args.js b/cli/tests/node_compat/test/parallel/test-event-emitter-num-args.js index af8f264946..05ed54cb61 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-num-args.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-num-args.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-once.js b/cli/tests/node_compat/test/parallel/test-event-emitter-once.js index dcfafba089..1d02a639ea 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-once.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-once.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-remove-all-listeners.js b/cli/tests/node_compat/test/parallel/test-event-emitter-remove-all-listeners.js index 75e04999c0..576c02aa00 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-remove-all-listeners.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-remove-all-listeners.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-remove-listeners.js b/cli/tests/node_compat/test/parallel/test-event-emitter-remove-listeners.js index 027660a881..8ee09c30a7 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-remove-listeners.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-remove-listeners.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-set-max-listeners-side-effects.js b/cli/tests/node_compat/test/parallel/test-event-emitter-set-max-listeners-side-effects.js index ab5b095f45..431876fbd1 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-set-max-listeners-side-effects.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-set-max-listeners-side-effects.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-special-event-names.js b/cli/tests/node_compat/test/parallel/test-event-emitter-special-event-names.js index 1a589221e0..067b557f10 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-special-event-names.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-special-event-names.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-subclass.js b/cli/tests/node_compat/test/parallel/test-event-emitter-subclass.js index 030104150e..02442c4898 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-subclass.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-subclass.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-event-emitter-symbols.js b/cli/tests/node_compat/test/parallel/test-event-emitter-symbols.js index b9dc9eaf34..8f95d52bdd 100644 --- a/cli/tests/node_compat/test/parallel/test-event-emitter-symbols.js +++ b/cli/tests/node_compat/test/parallel/test-event-emitter-symbols.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-events-list.js b/cli/tests/node_compat/test/parallel/test-events-list.js index fc5ef71a87..c66da1602c 100644 --- a/cli/tests/node_compat/test/parallel/test-events-list.js +++ b/cli/tests/node_compat/test/parallel/test-events-list.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-events-on-async-iterator.js b/cli/tests/node_compat/test/parallel/test-events-on-async-iterator.js index 795edebfd6..83d84ab3ac 100644 --- a/cli/tests/node_compat/test/parallel/test-events-on-async-iterator.js +++ b/cli/tests/node_compat/test/parallel/test-events-on-async-iterator.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals --no-warnings 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-events-uncaught-exception-stack.js b/cli/tests/node_compat/test/parallel/test-events-uncaught-exception-stack.js index ec0efff65a..d5b39c2039 100644 --- a/cli/tests/node_compat/test/parallel/test-events-uncaught-exception-stack.js +++ b/cli/tests/node_compat/test/parallel/test-events-uncaught-exception-stack.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-eventtarget-brandcheck.js b/cli/tests/node_compat/test/parallel/test-eventtarget-brandcheck.js index e02128a051..db5cd53f68 100644 --- a/cli/tests/node_compat/test/parallel/test-eventtarget-brandcheck.js +++ b/cli/tests/node_compat/test/parallel/test-eventtarget-brandcheck.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-exception-handler.js b/cli/tests/node_compat/test/parallel/test-exception-handler.js index a7739ad844..6c76d24630 100644 --- a/cli/tests/node_compat/test/parallel/test-exception-handler.js +++ b/cli/tests/node_compat/test/parallel/test-exception-handler.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-exception-handler2.js b/cli/tests/node_compat/test/parallel/test-exception-handler2.js index 474c286c5a..6cb214593e 100644 --- a/cli/tests/node_compat/test/parallel/test-exception-handler2.js +++ b/cli/tests/node_compat/test/parallel/test-exception-handler2.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-file-read-noexist.js b/cli/tests/node_compat/test/parallel/test-file-read-noexist.js index 491e5d029e..2e2d4320df 100644 --- a/cli/tests/node_compat/test/parallel/test-file-read-noexist.js +++ b/cli/tests/node_compat/test/parallel/test-file-read-noexist.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-file-write-stream.js b/cli/tests/node_compat/test/parallel/test-file-write-stream.js index fb67530a61..199cdd80ef 100644 --- a/cli/tests/node_compat/test/parallel/test-file-write-stream.js +++ b/cli/tests/node_compat/test/parallel/test-file-write-stream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-file-write-stream2.js b/cli/tests/node_compat/test/parallel/test-file-write-stream2.js index 2a48e736bc..3aa712a2fc 100644 --- a/cli/tests/node_compat/test/parallel/test-file-write-stream2.js +++ b/cli/tests/node_compat/test/parallel/test-file-write-stream2.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-file-write-stream3.js b/cli/tests/node_compat/test/parallel/test-file-write-stream3.js index 07704d814e..d15a0b5715 100644 --- a/cli/tests/node_compat/test/parallel/test-file-write-stream3.js +++ b/cli/tests/node_compat/test/parallel/test-file-write-stream3.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-file-write-stream4.js b/cli/tests/node_compat/test/parallel/test-file-write-stream4.js index 7d696e801c..392a8ef239 100644 --- a/cli/tests/node_compat/test/parallel/test-file-write-stream4.js +++ b/cli/tests/node_compat/test/parallel/test-file-write-stream4.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-access.js b/cli/tests/node_compat/test/parallel/test-fs-access.js index ed0fc94706..1b38041120 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-access.js +++ b/cli/tests/node_compat/test/parallel/test-fs-access.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-append-file-sync.js b/cli/tests/node_compat/test/parallel/test-fs-append-file-sync.js index 19ba266cfd..d5adc427db 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-append-file-sync.js +++ b/cli/tests/node_compat/test/parallel/test-fs-append-file-sync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-chown-type-check.js b/cli/tests/node_compat/test/parallel/test-fs-chown-type-check.js index a015fc1826..147edf8370 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-chown-type-check.js +++ b/cli/tests/node_compat/test/parallel/test-fs-chown-type-check.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-copyfile.js b/cli/tests/node_compat/test/parallel/test-fs-copyfile.js index 94f4936368..6dbbcc1f35 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-copyfile.js +++ b/cli/tests/node_compat/test/parallel/test-fs-copyfile.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-empty-readStream.js b/cli/tests/node_compat/test/parallel/test-fs-empty-readStream.js index 086798caad..4f70fda278 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-empty-readStream.js +++ b/cli/tests/node_compat/test/parallel/test-fs-empty-readStream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-open-flags.js b/cli/tests/node_compat/test/parallel/test-fs-open-flags.js index adea1459d3..532194e066 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-open-flags.js +++ b/cli/tests/node_compat/test/parallel/test-fs-open-flags.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-open-mode-mask.js b/cli/tests/node_compat/test/parallel/test-fs-open-mode-mask.js index d6ce372a46..4b56b3b38f 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-open-mode-mask.js +++ b/cli/tests/node_compat/test/parallel/test-fs-open-mode-mask.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-open-no-close.js b/cli/tests/node_compat/test/parallel/test-fs-open-no-close.js index 125c4835f3..abde2ad07a 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-open-no-close.js +++ b/cli/tests/node_compat/test/parallel/test-fs-open-no-close.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js b/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js index 9e0161ca1b..3e8efde82b 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js +++ b/cli/tests/node_compat/test/parallel/test-fs-open-numeric-flags.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-autoClose.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-autoClose.js index 7e7e3e0795..aaa8b42e84 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-autoClose.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-autoClose.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-concurrent-reads.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-concurrent-reads.js index fd4490d45b..ac52d66a83 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-concurrent-reads.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-concurrent-reads.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-double-close.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-double-close.js index e0e2222a71..1706dd515d 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-double-close.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-double-close.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-encoding.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-encoding.js index a23bebc32d..c3adee7390 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-encoding.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-encoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-fd.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-fd.js index 9e895dcec5..467c48b8d7 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-fd.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-fd.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-inherit.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-inherit.js index a498c5ade6..2de42ffb5f 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-inherit.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-inherit.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-patch-open.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-patch-open.js index b2b12ad53a..2f97888947 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-patch-open.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-patch-open.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-resume.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-resume.js index f999f4b860..50ec856038 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-resume.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-resume.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream-throw-type-error.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream-throw-type-error.js index f7ee1a087a..4dda1150fa 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream-throw-type-error.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream-throw-type-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-stream.js b/cli/tests/node_compat/test/parallel/test-fs-read-stream.js index 6c1c512fbf..e42347264b 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-stream.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-stream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-type.js b/cli/tests/node_compat/test/parallel/test-fs-read-type.js index 5eceb7627d..99321ce3e9 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-type.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-type.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read-zero-length.js b/cli/tests/node_compat/test/parallel/test-fs-read-zero-length.js index 9c514a70bf..3a75010730 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read-zero-length.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read-zero-length.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-read.js b/cli/tests/node_compat/test/parallel/test-fs-read.js index cf49366b1d..2a7a286d96 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-read.js +++ b/cli/tests/node_compat/test/parallel/test-fs-read.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-readdir-stack-overflow.js b/cli/tests/node_compat/test/parallel/test-fs-readdir-stack-overflow.js index f25933d0d1..1a60f9a71f 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-readdir-stack-overflow.js +++ b/cli/tests/node_compat/test/parallel/test-fs-readdir-stack-overflow.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-readdir.js b/cli/tests/node_compat/test/parallel/test-fs-readdir.js index 98de468bd3..768162fe2d 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-readdir.js +++ b/cli/tests/node_compat/test/parallel/test-fs-readdir.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-readfile-empty.js b/cli/tests/node_compat/test/parallel/test-fs-readfile-empty.js index 82dd70eeef..15f08ef8cb 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-readfile-empty.js +++ b/cli/tests/node_compat/test/parallel/test-fs-readfile-empty.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-realpath-native.js b/cli/tests/node_compat/test/parallel/test-fs-realpath-native.js index d99a2e5595..13e5b48cbd 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-realpath-native.js +++ b/cli/tests/node_compat/test/parallel/test-fs-realpath-native.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js index 13fe487568..92ca59255c 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-not-found.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js index d0b053a2f5..95703b99f8 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-sync-warns-on-file.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-not-found.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-not-found.js index e94ed3c8f9..9a6d584d97 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-not-found.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-not-found.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-on-file.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-on-file.js index da007796ea..4dc27ab8ff 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-on-file.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-throws-on-file.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-not-found.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-not-found.js index 55865a9891..3e9564ec1a 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-not-found.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-not-found.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-on-file.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-on-file.js index db0c8442c9..99644e6392 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-on-file.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-recursive-warns-on-file.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-rmdir-type-check.js b/cli/tests/node_compat/test/parallel/test-fs-rmdir-type-check.js index 8cddd3777d..0ebfdacaf6 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-rmdir-type-check.js +++ b/cli/tests/node_compat/test/parallel/test-fs-rmdir-type-check.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-watchfile.js b/cli/tests/node_compat/test/parallel/test-fs-watchfile.js index 907a7697a8..4acad4b944 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-watchfile.js +++ b/cli/tests/node_compat/test/parallel/test-fs-watchfile.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-buffer.js b/cli/tests/node_compat/test/parallel/test-fs-write-buffer.js index 6627ac2793..16577a8f28 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-buffer.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-buffer.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-file-buffer.js b/cli/tests/node_compat/test/parallel/test-fs-write-file-buffer.js index 66a8e3eefb..9283cc8b48 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-file-buffer.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-file-buffer.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-file-invalid-path.js b/cli/tests/node_compat/test/parallel/test-fs-write-file-invalid-path.js index 631dd5ef60..d56aa9a138 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-file-invalid-path.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-file-invalid-path.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-file-sync.js b/cli/tests/node_compat/test/parallel/test-fs-write-file-sync.js index b84c4d2046..027ba6377e 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-file-sync.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-file-sync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-no-fd.js b/cli/tests/node_compat/test/parallel/test-fs-write-no-fd.js index 7a6300a3fb..58ab0fa448 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-no-fd.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-no-fd.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-autoclose-option.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-autoclose-option.js index ebb92f0313..00958457f4 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-autoclose-option.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-autoclose-option.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-close-without-callback.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-close-without-callback.js index d7c3511a1d..61c3120d71 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-close-without-callback.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-close-without-callback.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-double-close.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-double-close.js index be3c1cbc71..1f38a3b7d8 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-double-close.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-double-close.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-end.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-end.js index 4940c7c014..f11cf86afb 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-end.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-fs.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-fs.js index be3fbf754f..533a60d4df 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-fs.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-fs.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream-throw-type-error.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream-throw-type-error.js index 3b53fbbefd..5540725f77 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream-throw-type-error.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream-throw-type-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-stream.js b/cli/tests/node_compat/test/parallel/test-fs-write-stream.js index b30aaf8acb..4d03d44a8f 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-stream.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-stream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-write-sync.js b/cli/tests/node_compat/test/parallel/test-fs-write-sync.js index 24c20b80d4..8d9ee9efe0 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-write-sync.js +++ b/cli/tests/node_compat/test/parallel/test-fs-write-sync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-fs-writev-sync.js b/cli/tests/node_compat/test/parallel/test-fs-writev-sync.js index 40e7c4bb8e..53fa48af19 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-writev-sync.js +++ b/cli/tests/node_compat/test/parallel/test-fs-writev-sync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-handle-wrap-close-abort.js b/cli/tests/node_compat/test/parallel/test-handle-wrap-close-abort.js index c782de76a5..d143dd439a 100644 --- a/cli/tests/node_compat/test/parallel/test-handle-wrap-close-abort.js +++ b/cli/tests/node_compat/test/parallel/test-handle-wrap-close-abort.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-http-agent-getname.js b/cli/tests/node_compat/test/parallel/test-http-agent-getname.js index f3067791e9..3404252a89 100644 --- a/cli/tests/node_compat/test/parallel/test-http-agent-getname.js +++ b/cli/tests/node_compat/test/parallel/test-http-agent-getname.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-http-client-get-url.js b/cli/tests/node_compat/test/parallel/test-http-client-get-url.js index f6b5a1aa38..a38d3ff7b4 100644 --- a/cli/tests/node_compat/test/parallel/test-http-client-get-url.js +++ b/cli/tests/node_compat/test/parallel/test-http-client-get-url.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-http-client-read-in-error.js b/cli/tests/node_compat/test/parallel/test-http-client-read-in-error.js index ec127ece62..3c86ad8f5f 100644 --- a/cli/tests/node_compat/test/parallel/test-http-client-read-in-error.js +++ b/cli/tests/node_compat/test/parallel/test-http-client-read-in-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-http-localaddress.js b/cli/tests/node_compat/test/parallel/test-http-localaddress.js index 4d2f6fd9b2..ab3eff8086 100644 --- a/cli/tests/node_compat/test/parallel/test-http-localaddress.js +++ b/cli/tests/node_compat/test/parallel/test-http-localaddress.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-getter.js b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-getter.js index c95a07cfe2..e9b3248926 100644 --- a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-getter.js +++ b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-getter.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-setter.js b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-setter.js index cbafbcc569..9531e56119 100644 --- a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-setter.js +++ b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headernames-setter.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headers.js b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headers.js index 2c11f1ce5f..0e4783a6da 100644 --- a/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headers.js +++ b/cli/tests/node_compat/test/parallel/test-http-outgoing-internal-headers.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-http-outgoing-renderHeaders.js b/cli/tests/node_compat/test/parallel/test-http-outgoing-renderHeaders.js index 6fb8bfc900..194a9345ab 100644 --- a/cli/tests/node_compat/test/parallel/test-http-outgoing-renderHeaders.js +++ b/cli/tests/node_compat/test/parallel/test-http-outgoing-renderHeaders.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // Flags: --expose-internals diff --git a/cli/tests/node_compat/test/parallel/test-http-outgoing-settimeout.js b/cli/tests/node_compat/test/parallel/test-http-outgoing-settimeout.js index 8e3db0bf9c..592e576b4d 100644 --- a/cli/tests/node_compat/test/parallel/test-http-outgoing-settimeout.js +++ b/cli/tests/node_compat/test/parallel/test-http-outgoing-settimeout.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-access-byteswritten.js b/cli/tests/node_compat/test/parallel/test-net-access-byteswritten.js index 1be6b29b7f..a20a1a7a74 100644 --- a/cli/tests/node_compat/test/parallel/test-net-access-byteswritten.js +++ b/cli/tests/node_compat/test/parallel/test-net-access-byteswritten.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-net-better-error-messages-listen-path.js b/cli/tests/node_compat/test/parallel/test-net-better-error-messages-listen-path.js index 80bc6f7bca..edafbcdc42 100644 --- a/cli/tests/node_compat/test/parallel/test-net-better-error-messages-listen-path.js +++ b/cli/tests/node_compat/test/parallel/test-net-better-error-messages-listen-path.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-better-error-messages-port-hostname.js b/cli/tests/node_compat/test/parallel/test-net-better-error-messages-port-hostname.js index e9a8711886..6db63fef3f 100644 --- a/cli/tests/node_compat/test/parallel/test-net-better-error-messages-port-hostname.js +++ b/cli/tests/node_compat/test/parallel/test-net-better-error-messages-port-hostname.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-net-connect-after-destroy.js b/cli/tests/node_compat/test/parallel/test-net-connect-after-destroy.js index b04799f569..e08d7c036a 100644 --- a/cli/tests/node_compat/test/parallel/test-net-connect-after-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-net-connect-after-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // Regression test for https://github.com/nodejs/node-v0.x-archive/issues/819. diff --git a/cli/tests/node_compat/test/parallel/test-net-connect-destroy.js b/cli/tests/node_compat/test/parallel/test-net-connect-destroy.js index bdeb9eb0cd..2dcea39b22 100644 --- a/cli/tests/node_compat/test/parallel/test-net-connect-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-net-connect-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-connect-immediate-destroy.js b/cli/tests/node_compat/test/parallel/test-net-connect-immediate-destroy.js index 0412d3f563..08d65f75e8 100644 --- a/cli/tests/node_compat/test/parallel/test-net-connect-immediate-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-net-connect-immediate-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-connect-immediate-finish.js b/cli/tests/node_compat/test/parallel/test-net-connect-immediate-finish.js index 51c2176df6..4df92e9c1a 100644 --- a/cli/tests/node_compat/test/parallel/test-net-connect-immediate-finish.js +++ b/cli/tests/node_compat/test/parallel/test-net-connect-immediate-finish.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-connect-no-arg.js b/cli/tests/node_compat/test/parallel/test-net-connect-no-arg.js index 6fd3e88aba..3e3e3eec4f 100644 --- a/cli/tests/node_compat/test/parallel/test-net-connect-no-arg.js +++ b/cli/tests/node_compat/test/parallel/test-net-connect-no-arg.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-net-dns-error.js b/cli/tests/node_compat/test/parallel/test-net-dns-error.js index 8362d64651..ce326dd6fc 100644 --- a/cli/tests/node_compat/test/parallel/test-net-dns-error.js +++ b/cli/tests/node_compat/test/parallel/test-net-dns-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-during-close.js b/cli/tests/node_compat/test/parallel/test-net-during-close.js index 3262e281b1..f13c9fb187 100644 --- a/cli/tests/node_compat/test/parallel/test-net-during-close.js +++ b/cli/tests/node_compat/test/parallel/test-net-during-close.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-end-without-connect.js b/cli/tests/node_compat/test/parallel/test-net-end-without-connect.js index 10b7a9e14f..f14d817708 100644 --- a/cli/tests/node_compat/test/parallel/test-net-end-without-connect.js +++ b/cli/tests/node_compat/test/parallel/test-net-end-without-connect.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-isip.js b/cli/tests/node_compat/test/parallel/test-net-isip.js index c85dbcbfd4..016277483b 100644 --- a/cli/tests/node_compat/test/parallel/test-net-isip.js +++ b/cli/tests/node_compat/test/parallel/test-net-isip.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-isipv4.js b/cli/tests/node_compat/test/parallel/test-net-isipv4.js index abdbd7b0bf..a9733c342c 100644 --- a/cli/tests/node_compat/test/parallel/test-net-isipv4.js +++ b/cli/tests/node_compat/test/parallel/test-net-isipv4.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-isipv6.js b/cli/tests/node_compat/test/parallel/test-net-isipv6.js index 9aa0929570..cc74fe657b 100644 --- a/cli/tests/node_compat/test/parallel/test-net-isipv6.js +++ b/cli/tests/node_compat/test/parallel/test-net-isipv6.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-listen-close-server-callback-is-not-function.js b/cli/tests/node_compat/test/parallel/test-net-listen-close-server-callback-is-not-function.js index 74e7dbd8cd..69b72b9c24 100644 --- a/cli/tests/node_compat/test/parallel/test-net-listen-close-server-callback-is-not-function.js +++ b/cli/tests/node_compat/test/parallel/test-net-listen-close-server-callback-is-not-function.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-listen-close-server.js b/cli/tests/node_compat/test/parallel/test-net-listen-close-server.js index 16e861c888..441cf4511e 100644 --- a/cli/tests/node_compat/test/parallel/test-net-listen-close-server.js +++ b/cli/tests/node_compat/test/parallel/test-net-listen-close-server.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-listening.js b/cli/tests/node_compat/test/parallel/test-net-listening.js index 4ddf72d33d..275dd06eb4 100644 --- a/cli/tests/node_compat/test/parallel/test-net-listening.js +++ b/cli/tests/node_compat/test/parallel/test-net-listening.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-localerror.js b/cli/tests/node_compat/test/parallel/test-net-localerror.js index 2c60d00d58..9e2080ed40 100644 --- a/cli/tests/node_compat/test/parallel/test-net-localerror.js +++ b/cli/tests/node_compat/test/parallel/test-net-localerror.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-options-lookup.js b/cli/tests/node_compat/test/parallel/test-net-options-lookup.js index f03c1e4ff3..af424fd3d7 100644 --- a/cli/tests/node_compat/test/parallel/test-net-options-lookup.js +++ b/cli/tests/node_compat/test/parallel/test-net-options-lookup.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-pipe-connect-errors.js b/cli/tests/node_compat/test/parallel/test-net-pipe-connect-errors.js index 6266e4f072..451c9eb926 100644 --- a/cli/tests/node_compat/test/parallel/test-net-pipe-connect-errors.js +++ b/cli/tests/node_compat/test/parallel/test-net-pipe-connect-errors.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-server-listen-options-signal.js b/cli/tests/node_compat/test/parallel/test-net-server-listen-options-signal.js index ecb14deca1..b8547f5163 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-listen-options-signal.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-listen-options-signal.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-server-listen-options.js b/cli/tests/node_compat/test/parallel/test-net-server-listen-options.js index 9a515fd910..4d76a7ca7d 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-listen-options.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-listen-options.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-server-listen-remove-callback.js b/cli/tests/node_compat/test/parallel/test-net-server-listen-remove-callback.js index 00a32e1186..15808a7a1e 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-listen-remove-callback.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-listen-remove-callback.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-server-options.js b/cli/tests/node_compat/test/parallel/test-net-server-options.js index 6b532e4277..92086d1490 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-options.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-options.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-server-unref-persistent.js b/cli/tests/node_compat/test/parallel/test-net-server-unref-persistent.js index 34293df9ea..04b79686ea 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-unref-persistent.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-unref-persistent.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-server-unref.js b/cli/tests/node_compat/test/parallel/test-net-server-unref.js index 4820c3be44..68fd6edb17 100644 --- a/cli/tests/node_compat/test/parallel/test-net-server-unref.js +++ b/cli/tests/node_compat/test/parallel/test-net-server-unref.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-socket-destroy-twice.js b/cli/tests/node_compat/test/parallel/test-net-socket-destroy-twice.js index 0502749427..8cff55d703 100644 --- a/cli/tests/node_compat/test/parallel/test-net-socket-destroy-twice.js +++ b/cli/tests/node_compat/test/parallel/test-net-socket-destroy-twice.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-net-socket-no-halfopen-enforcer.js b/cli/tests/node_compat/test/parallel/test-net-socket-no-halfopen-enforcer.js index 84c14ba71b..c50b0061a7 100644 --- a/cli/tests/node_compat/test/parallel/test-net-socket-no-halfopen-enforcer.js +++ b/cli/tests/node_compat/test/parallel/test-net-socket-no-halfopen-enforcer.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-net-timeout-no-handle.js b/cli/tests/node_compat/test/parallel/test-net-timeout-no-handle.js index aa12da70fa..1948dc9ad0 100644 --- a/cli/tests/node_compat/test/parallel/test-net-timeout-no-handle.js +++ b/cli/tests/node_compat/test/parallel/test-net-timeout-no-handle.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-doesnt-hang.js b/cli/tests/node_compat/test/parallel/test-next-tick-doesnt-hang.js index a614fe8502..6d0d6a7e02 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-doesnt-hang.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-doesnt-hang.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-fixed-queue-regression.js b/cli/tests/node_compat/test/parallel/test-next-tick-fixed-queue-regression.js index 254a756eae..fff40f754c 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-fixed-queue-regression.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-fixed-queue-regression.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-intentional-starvation.js b/cli/tests/node_compat/test/parallel/test-next-tick-intentional-starvation.js index e7ab4d4456..b2c00b43aa 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-intentional-starvation.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-intentional-starvation.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-ordering.js b/cli/tests/node_compat/test/parallel/test-next-tick-ordering.js index 6108808d72..a2839a49e7 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-ordering.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-ordering.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-ordering2.js b/cli/tests/node_compat/test/parallel/test-next-tick-ordering2.js index a1929efa49..29c76d32e8 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-ordering2.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-ordering2.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-next-tick-when-exiting.js b/cli/tests/node_compat/test/parallel/test-next-tick-when-exiting.js index 996c764626..5f20b52479 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick-when-exiting.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick-when-exiting.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-next-tick.js b/cli/tests/node_compat/test/parallel/test-next-tick.js index dc989fd762..aee5c06a16 100644 --- a/cli/tests/node_compat/test/parallel/test-next-tick.js +++ b/cli/tests/node_compat/test/parallel/test-next-tick.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-nodeeventtarget.js b/cli/tests/node_compat/test/parallel/test-nodeeventtarget.js index 3bf102c5ce..b5c6e788f4 100644 --- a/cli/tests/node_compat/test/parallel/test-nodeeventtarget.js +++ b/cli/tests/node_compat/test/parallel/test-nodeeventtarget.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals --no-warnings 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-outgoing-message-destroy.js b/cli/tests/node_compat/test/parallel/test-outgoing-message-destroy.js index 1302fb03d9..d9a13796f8 100644 --- a/cli/tests/node_compat/test/parallel/test-outgoing-message-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-outgoing-message-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-outgoing-message-pipe.js b/cli/tests/node_compat/test/parallel/test-outgoing-message-pipe.js index 1b40080a85..ab9063c93e 100644 --- a/cli/tests/node_compat/test/parallel/test-outgoing-message-pipe.js +++ b/cli/tests/node_compat/test/parallel/test-outgoing-message-pipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-basename.js b/cli/tests/node_compat/test/parallel/test-path-basename.js index dec890c855..9e8e9ecf8d 100644 --- a/cli/tests/node_compat/test/parallel/test-path-basename.js +++ b/cli/tests/node_compat/test/parallel/test-path-basename.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-dirname.js b/cli/tests/node_compat/test/parallel/test-path-dirname.js index 7043bfa055..0b123fcdfe 100644 --- a/cli/tests/node_compat/test/parallel/test-path-dirname.js +++ b/cli/tests/node_compat/test/parallel/test-path-dirname.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-extname.js b/cli/tests/node_compat/test/parallel/test-path-extname.js index d0e00adccf..d1ed0342b3 100644 --- a/cli/tests/node_compat/test/parallel/test-path-extname.js +++ b/cli/tests/node_compat/test/parallel/test-path-extname.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-isabsolute.js b/cli/tests/node_compat/test/parallel/test-path-isabsolute.js index a55dca7a83..ff64fc7ff9 100644 --- a/cli/tests/node_compat/test/parallel/test-path-isabsolute.js +++ b/cli/tests/node_compat/test/parallel/test-path-isabsolute.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-join.js b/cli/tests/node_compat/test/parallel/test-path-join.js index 482686538e..2b958b7205 100644 --- a/cli/tests/node_compat/test/parallel/test-path-join.js +++ b/cli/tests/node_compat/test/parallel/test-path-join.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-makelong.js b/cli/tests/node_compat/test/parallel/test-path-makelong.js index be46b2cb70..6942401095 100644 --- a/cli/tests/node_compat/test/parallel/test-path-makelong.js +++ b/cli/tests/node_compat/test/parallel/test-path-makelong.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-path-normalize.js b/cli/tests/node_compat/test/parallel/test-path-normalize.js index ec5e4f1945..543be42e6a 100644 --- a/cli/tests/node_compat/test/parallel/test-path-normalize.js +++ b/cli/tests/node_compat/test/parallel/test-path-normalize.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-parse-format.js b/cli/tests/node_compat/test/parallel/test-path-parse-format.js index a6fa63d757..657503d3c4 100644 --- a/cli/tests/node_compat/test/parallel/test-path-parse-format.js +++ b/cli/tests/node_compat/test/parallel/test-path-parse-format.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-path-posix-exists.js b/cli/tests/node_compat/test/parallel/test-path-posix-exists.js index dacac0443a..97f2c4ae64 100644 --- a/cli/tests/node_compat/test/parallel/test-path-posix-exists.js +++ b/cli/tests/node_compat/test/parallel/test-path-posix-exists.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-path-relative.js b/cli/tests/node_compat/test/parallel/test-path-relative.js index ae37c6b923..7b89cc2cd4 100644 --- a/cli/tests/node_compat/test/parallel/test-path-relative.js +++ b/cli/tests/node_compat/test/parallel/test-path-relative.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-path-win32-exists.js b/cli/tests/node_compat/test/parallel/test-path-win32-exists.js index 6062fbacb1..8bb1850dc1 100644 --- a/cli/tests/node_compat/test/parallel/test-path-win32-exists.js +++ b/cli/tests/node_compat/test/parallel/test-path-win32-exists.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-path-zero-length-strings.js b/cli/tests/node_compat/test/parallel/test-path-zero-length-strings.js index d8025224b7..5fa1eafbfd 100644 --- a/cli/tests/node_compat/test/parallel/test-path-zero-length-strings.js +++ b/cli/tests/node_compat/test/parallel/test-path-zero-length-strings.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-process-beforeexit.js b/cli/tests/node_compat/test/parallel/test-process-beforeexit.js index 7450bf9449..7ac789c694 100644 --- a/cli/tests/node_compat/test/parallel/test-process-beforeexit.js +++ b/cli/tests/node_compat/test/parallel/test-process-beforeexit.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-process-binding-internalbinding-allowlist.js b/cli/tests/node_compat/test/parallel/test-process-binding-internalbinding-allowlist.js index 291bace0cb..28a9a31e90 100644 --- a/cli/tests/node_compat/test/parallel/test-process-binding-internalbinding-allowlist.js +++ b/cli/tests/node_compat/test/parallel/test-process-binding-internalbinding-allowlist.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --no-warnings 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-process-env-allowed-flags.js b/cli/tests/node_compat/test/parallel/test-process-env-allowed-flags.js index 3ea6d4dda6..1b2c96e68d 100644 --- a/cli/tests/node_compat/test/parallel/test-process-env-allowed-flags.js +++ b/cli/tests/node_compat/test/parallel/test-process-env-allowed-flags.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-process-exit-from-before-exit.js b/cli/tests/node_compat/test/parallel/test-process-exit-from-before-exit.js index bd6e9eedfe..a1472e5386 100644 --- a/cli/tests/node_compat/test/parallel/test-process-exit-from-before-exit.js +++ b/cli/tests/node_compat/test/parallel/test-process-exit-from-before-exit.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-process-exit-handler.js b/cli/tests/node_compat/test/parallel/test-process-exit-handler.js index c191373cc2..7069c73e91 100644 --- a/cli/tests/node_compat/test/parallel/test-process-exit-handler.js +++ b/cli/tests/node_compat/test/parallel/test-process-exit-handler.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-process-exit-recursive.js b/cli/tests/node_compat/test/parallel/test-process-exit-recursive.js index 69080ea9c6..054b232710 100644 --- a/cli/tests/node_compat/test/parallel/test-process-exit-recursive.js +++ b/cli/tests/node_compat/test/parallel/test-process-exit-recursive.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-process-exit.js b/cli/tests/node_compat/test/parallel/test-process-exit.js index 2775776240..50a3bd3b1e 100644 --- a/cli/tests/node_compat/test/parallel/test-process-exit.js +++ b/cli/tests/node_compat/test/parallel/test-process-exit.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-process-kill-pid.js b/cli/tests/node_compat/test/parallel/test-process-kill-pid.js index 93651eacff..f6e612f2bf 100644 --- a/cli/tests/node_compat/test/parallel/test-process-kill-pid.js +++ b/cli/tests/node_compat/test/parallel/test-process-kill-pid.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-process-uptime.js b/cli/tests/node_compat/test/parallel/test-process-uptime.js index 3d432f1302..74d2c13bde 100644 --- a/cli/tests/node_compat/test/parallel/test-process-uptime.js +++ b/cli/tests/node_compat/test/parallel/test-process-uptime.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-promise-unhandled-silent.js b/cli/tests/node_compat/test/parallel/test-promise-unhandled-silent.js index a2b30f74ce..3b2dcde155 100644 --- a/cli/tests/node_compat/test/parallel/test-promise-unhandled-silent.js +++ b/cli/tests/node_compat/test/parallel/test-promise-unhandled-silent.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --unhandled-rejections=none 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-promise-unhandled-throw-handler.js b/cli/tests/node_compat/test/parallel/test-promise-unhandled-throw-handler.js index 57614c3249..a911f096ae 100644 --- a/cli/tests/node_compat/test/parallel/test-promise-unhandled-throw-handler.js +++ b/cli/tests/node_compat/test/parallel/test-promise-unhandled-throw-handler.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --unhandled-rejections=throw 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-querystring-escape.js b/cli/tests/node_compat/test/parallel/test-querystring-escape.js index 47f0ce1f1b..f4f635af16 100644 --- a/cli/tests/node_compat/test/parallel/test-querystring-escape.js +++ b/cli/tests/node_compat/test/parallel/test-querystring-escape.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-querystring-maxKeys-non-finite.js b/cli/tests/node_compat/test/parallel/test-querystring-maxKeys-non-finite.js index c878898534..4a8c7ab0d0 100644 --- a/cli/tests/node_compat/test/parallel/test-querystring-maxKeys-non-finite.js +++ b/cli/tests/node_compat/test/parallel/test-querystring-maxKeys-non-finite.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // This test was originally written to test a regression diff --git a/cli/tests/node_compat/test/parallel/test-querystring-multichar-separator.js b/cli/tests/node_compat/test/parallel/test-querystring-multichar-separator.js index 5d0cf62ca5..3234dcd607 100644 --- a/cli/tests/node_compat/test/parallel/test-querystring-multichar-separator.js +++ b/cli/tests/node_compat/test/parallel/test-querystring-multichar-separator.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-readline-emit-keypress-events.js b/cli/tests/node_compat/test/parallel/test-readline-emit-keypress-events.js index ad001d603e..5426164244 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-emit-keypress-events.js +++ b/cli/tests/node_compat/test/parallel/test-readline-emit-keypress-events.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // emitKeypressEvents is thoroughly tested in test-readline-keys.js. diff --git a/cli/tests/node_compat/test/parallel/test-readline-interface-escapecodetimeout.js b/cli/tests/node_compat/test/parallel/test-readline-interface-escapecodetimeout.js index 3a0da7ccb4..584dc11106 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-interface-escapecodetimeout.js +++ b/cli/tests/node_compat/test/parallel/test-readline-interface-escapecodetimeout.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-readline-keys.js b/cli/tests/node_compat/test/parallel/test-readline-keys.js index e6c2e4e778..aeeb5fffca 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-keys.js +++ b/cli/tests/node_compat/test/parallel/test-readline-keys.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-readline-position.js b/cli/tests/node_compat/test/parallel/test-readline-position.js index 0ffdf4b18e..5ee445c8ee 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-position.js +++ b/cli/tests/node_compat/test/parallel/test-readline-position.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-readline-reopen.js b/cli/tests/node_compat/test/parallel/test-readline-reopen.js index 1a9ddcf9ea..6d32072202 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-reopen.js +++ b/cli/tests/node_compat/test/parallel/test-readline-reopen.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-readline-set-raw-mode.js b/cli/tests/node_compat/test/parallel/test-readline-set-raw-mode.js index 0b09cc4935..a1f4f743dd 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-set-raw-mode.js +++ b/cli/tests/node_compat/test/parallel/test-readline-set-raw-mode.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-readline-undefined-columns.js b/cli/tests/node_compat/test/parallel/test-readline-undefined-columns.js index b185b0d930..e41798ae3d 100644 --- a/cli/tests/node_compat/test/parallel/test-readline-undefined-columns.js +++ b/cli/tests/node_compat/test/parallel/test-readline-undefined-columns.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-readline.js b/cli/tests/node_compat/test/parallel/test-readline.js index 36b729cd59..15f1b4f0c6 100644 --- a/cli/tests/node_compat/test/parallel/test-readline.js +++ b/cli/tests/node_compat/test/parallel/test-readline.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-add-abort-signal.js b/cli/tests/node_compat/test/parallel/test-stream-add-abort-signal.js index b88f3e9812..cf598b5479 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-add-abort-signal.js +++ b/cli/tests/node_compat/test/parallel/test-stream-add-abort-signal.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-aliases-legacy.js b/cli/tests/node_compat/test/parallel/test-stream-aliases-legacy.js index bcae28143a..e0af8bb473 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-aliases-legacy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-aliases-legacy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-auto-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-auto-destroy.js index 4b47ca8859..a0947ba399 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-auto-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-auto-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js b/cli/tests/node_compat/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js index 564c64467f..84095dbf10 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js +++ b/cli/tests/node_compat/test/parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-backpressure.js b/cli/tests/node_compat/test/parallel/test-stream-backpressure.js index f971e2ec5b..f1e14bb5df 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-backpressure.js +++ b/cli/tests/node_compat/test/parallel/test-stream-backpressure.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-big-packet.js b/cli/tests/node_compat/test/parallel/test-stream-big-packet.js index f523acd8b3..4e816cc2dd 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-big-packet.js +++ b/cli/tests/node_compat/test/parallel/test-stream-big-packet.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-big-push.js b/cli/tests/node_compat/test/parallel/test-stream-big-push.js index c14a9c15ec..2e6d01fe2b 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-big-push.js +++ b/cli/tests/node_compat/test/parallel/test-stream-big-push.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-buffer-list.js b/cli/tests/node_compat/test/parallel/test-stream-buffer-list.js index a74dc56ab5..7b16f5d839 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-buffer-list.js +++ b/cli/tests/node_compat/test/parallel/test-stream-buffer-list.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-construct.js b/cli/tests/node_compat/test/parallel/test-stream-construct.js index 06634c00e6..0cd93c9e9e 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-construct.js +++ b/cli/tests/node_compat/test/parallel/test-stream-construct.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-destroy-event-order.js b/cli/tests/node_compat/test/parallel/test-stream-destroy-event-order.js index 3ad7bd02ac..09802b2a31 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-destroy-event-order.js +++ b/cli/tests/node_compat/test/parallel/test-stream-destroy-event-order.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-destroy.js index fad7ddfd6b..73cf75fe3b 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-end.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-end.js index d78ca03e9c..b6d95a4488 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-from.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-from.js index 2ade73bf14..5e88183020 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-from.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-from.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-props.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-props.js index 16487c0c2f..1eedc9404c 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-props.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-props.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-readable-end.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-readable-end.js index 84f4201497..87327814c8 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-readable-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-readable-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // https://github.com/nodejs/node/issues/35926 diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex-writable-finished.js b/cli/tests/node_compat/test/parallel/test-stream-duplex-writable-finished.js index 99f7cc8551..c556d14ef6 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex-writable-finished.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex-writable-finished.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-duplex.js b/cli/tests/node_compat/test/parallel/test-stream-duplex.js index a03d1f8f2c..d7210e49e0 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-duplex.js +++ b/cli/tests/node_compat/test/parallel/test-stream-duplex.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-end-paused.js b/cli/tests/node_compat/test/parallel/test-stream-end-paused.js index 5cd1947b7b..12c05243d1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-end-paused.js +++ b/cli/tests/node_compat/test/parallel/test-stream-end-paused.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-error-once.js b/cli/tests/node_compat/test/parallel/test-stream-error-once.js index e6998c3f2e..592788d4f7 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-error-once.js +++ b/cli/tests/node_compat/test/parallel/test-stream-error-once.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-events-prepend.js b/cli/tests/node_compat/test/parallel/test-stream-events-prepend.js index 8360a63f65..7245977f1c 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-events-prepend.js +++ b/cli/tests/node_compat/test/parallel/test-stream-events-prepend.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-inheritance.js b/cli/tests/node_compat/test/parallel/test-stream-inheritance.js index b8f740d155..296e129966 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-inheritance.js +++ b/cli/tests/node_compat/test/parallel/test-stream-inheritance.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-ispaused.js b/cli/tests/node_compat/test/parallel/test-stream-ispaused.js index 2f0a593913..8f48970477 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-ispaused.js +++ b/cli/tests/node_compat/test/parallel/test-stream-ispaused.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-objectmode-undefined.js b/cli/tests/node_compat/test/parallel/test-stream-objectmode-undefined.js index c1ce83e757..0478b0ee7d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-objectmode-undefined.js +++ b/cli/tests/node_compat/test/parallel/test-stream-objectmode-undefined.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-once-readable-pipe.js b/cli/tests/node_compat/test/parallel/test-stream-once-readable-pipe.js index c5722ebca4..f273b96027 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-once-readable-pipe.js +++ b/cli/tests/node_compat/test/parallel/test-stream-once-readable-pipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-after-end.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-after-end.js index bccc52e3e9..a7af22b944 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-after-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-after-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-manual-resume.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-manual-resume.js index 759172a443..e49c990337 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-manual-resume.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-manual-resume.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-push-while-write.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-push-while-write.js index b5a4eb2476..54fbe9e894 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-push-while-write.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain-push-while-write.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain.js index 351bd6f290..49062fe0ba 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-await-drain.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup-pause.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup-pause.js index 92a28eb96d..279ce10d5d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup-pause.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup-pause.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup.js index a26914e41e..8106ab4f13 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-cleanup.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-error-handling.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-error-handling.js index 6b53714799..356bb1cd9d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-error-handling.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-error-handling.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-event.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-event.js index 70dbdf867a..a2721c053e 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-event.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-event.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-flow-after-unpipe.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-flow-after-unpipe.js index a065f506ec..c0b144c18d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-flow-after-unpipe.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-flow-after-unpipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-flow.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-flow.js index b6c4db0675..8e877312f5 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-flow.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-flow.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-manual-resume.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-manual-resume.js index ca120e60e6..0666e44d69 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-manual-resume.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-manual-resume.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-multiple-pipes.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-multiple-pipes.js index 892eb0a857..cd24dd4ca1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-multiple-pipes.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-multiple-pipes.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-needDrain.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-needDrain.js index 3fdb4a8cdb..f8b724de9d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-needDrain.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-needDrain.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-same-destination-twice.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-same-destination-twice.js index c037e00b90..7e1215733d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-same-destination-twice.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-same-destination-twice.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-unpipe-streams.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-unpipe-streams.js index 3c3f19bd43..a51dcfbad8 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-unpipe-streams.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-unpipe-streams.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipe-without-listenerCount.js b/cli/tests/node_compat/test/parallel/test-stream-pipe-without-listenerCount.js index b27d966d85..7a1719be3d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipe-without-listenerCount.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipe-without-listenerCount.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipeline-async-iterator.js b/cli/tests/node_compat/test/parallel/test-stream-pipeline-async-iterator.js index d2498d48c0..3d3ce96cc2 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipeline-async-iterator.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipeline-async-iterator.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipeline-queued-end-in-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-pipeline-queued-end-in-destroy.js index b6a921de1f..9232397f21 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipeline-queued-end-in-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipeline-queued-end-in-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js b/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js index 06dcccae8e..9ea205e72a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-push-strings.js b/cli/tests/node_compat/test/parallel/test-stream-push-strings.js index 89ace90811..4d88e082bb 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-push-strings.js +++ b/cli/tests/node_compat/test/parallel/test-stream-push-strings.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-aborted.js b/cli/tests/node_compat/test/parallel/test-stream-readable-aborted.js index 8209ee6739..3e6550e7e9 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-aborted.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-aborted.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-add-chunk-during-data.js b/cli/tests/node_compat/test/parallel/test-stream-readable-add-chunk-during-data.js index e16312b0c5..50939ac81f 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-add-chunk-during-data.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-add-chunk-during-data.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-constructor-set-methods.js b/cli/tests/node_compat/test/parallel/test-stream-readable-constructor-set-methods.js index 1f6f14ce3c..b11ae8fcae 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-constructor-set-methods.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-constructor-set-methods.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-data.js b/cli/tests/node_compat/test/parallel/test-stream-readable-data.js index 34928c9671..d33f9f2488 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-data.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-data.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-readable-destroy.js index 642c19d600..10d09dc64b 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-didRead.js b/cli/tests/node_compat/test/parallel/test-stream-readable-didRead.js index 0c0d7b0c3b..2d9cfa40f4 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-didRead.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-didRead.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-emit-readable-short-stream.js b/cli/tests/node_compat/test/parallel/test-stream-readable-emit-readable-short-stream.js index 543199d2cf..fac5620922 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-emit-readable-short-stream.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-emit-readable-short-stream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-emittedReadable.js b/cli/tests/node_compat/test/parallel/test-stream-readable-emittedReadable.js index 7bab366eea..a051307378 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-emittedReadable.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-emittedReadable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-end-destroyed.js b/cli/tests/node_compat/test/parallel/test-stream-readable-end-destroyed.js index 4f2bfd1f2e..7c542f3300 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-end-destroyed.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-end-destroyed.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-ended.js b/cli/tests/node_compat/test/parallel/test-stream-readable-ended.js index 5687cb4cf5..b8f59e2df5 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-ended.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-ended.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-error-end.js b/cli/tests/node_compat/test/parallel/test-stream-readable-error-end.js index fbc6cfae81..821a5f458a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-error-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-error-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-event.js b/cli/tests/node_compat/test/parallel/test-stream-readable-event.js index a5964ab2c2..87a4e0feb1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-event.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-event.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-flow-recursion.js b/cli/tests/node_compat/test/parallel/test-stream-readable-flow-recursion.js index d37a22af71..1ac6571978 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-flow-recursion.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-flow-recursion.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-async.js b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-async.js index 6ee2b625a5..c797129ee8 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-async.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-async.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-no-flow-data.js b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-no-flow-data.js index 38b69d2d90..3d9c0507a9 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-no-flow-data.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0-no-flow-data.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js index 17a9c05e56..cfbfac8aba 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-infinite-read.js b/cli/tests/node_compat/test/parallel/test-stream-readable-infinite-read.js index 5b5b8275eb..e3819cad9c 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-infinite-read.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-infinite-read.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-invalid-chunk.js b/cli/tests/node_compat/test/parallel/test-stream-readable-invalid-chunk.js index ffbe64a8af..a405263898 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-invalid-chunk.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-invalid-chunk.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-needReadable.js b/cli/tests/node_compat/test/parallel/test-stream-readable-needReadable.js index 49051aed32..675e5e8720 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-needReadable.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-needReadable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-next-no-null.js b/cli/tests/node_compat/test/parallel/test-stream-readable-next-no-null.js index 4b48d3daaa..e4dade0e99 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-next-no-null.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-next-no-null.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const { mustNotCall, expectsError } = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-no-unneeded-readable.js b/cli/tests/node_compat/test/parallel/test-stream-readable-no-unneeded-readable.js index 5c10644796..9a96db87d1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-no-unneeded-readable.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-no-unneeded-readable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-object-multi-push-async.js b/cli/tests/node_compat/test/parallel/test-stream-readable-object-multi-push-async.js index 543226e981..4ab7f3adb2 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-object-multi-push-async.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-object-multi-push-async.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-pause-and-resume.js b/cli/tests/node_compat/test/parallel/test-stream-readable-pause-and-resume.js index 6c57b0a70a..923349ef46 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-pause-and-resume.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-pause-and-resume.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-readable-then-resume.js b/cli/tests/node_compat/test/parallel/test-stream-readable-readable-then-resume.js index f59b635b2b..3df0bcaafc 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-readable-then-resume.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-readable-then-resume.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-readable.js b/cli/tests/node_compat/test/parallel/test-stream-readable-readable.js index df3223bcd1..6353ad8d4f 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-readable.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-readable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-reading-readingMore.js b/cli/tests/node_compat/test/parallel/test-stream-readable-reading-readingMore.js index d39752d79c..26663b88b2 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-reading-readingMore.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-reading-readingMore.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-resume-hwm.js b/cli/tests/node_compat/test/parallel/test-stream-readable-resume-hwm.js index 58a82fe427..0e490529c4 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-resume-hwm.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-resume-hwm.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-resumeScheduled.js b/cli/tests/node_compat/test/parallel/test-stream-readable-resumeScheduled.js index 7c7362e975..474670264a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-resumeScheduled.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-resumeScheduled.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-existing-buffers.js b/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-existing-buffers.js index 87d51504a1..c99a39819a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-existing-buffers.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-existing-buffers.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-null.js b/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-null.js index e0c9cf805e..e6823f7cd5 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-null.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-setEncoding-null.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-unshift.js b/cli/tests/node_compat/test/parallel/test-stream-readable-unshift.js index 114fd7a1cc..d73fb25b19 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-unshift.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-unshift.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-with-unimplemented-_read.js b/cli/tests/node_compat/test/parallel/test-stream-readable-with-unimplemented-_read.js index d553435360..a2fe2ac017 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-with-unimplemented-_read.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-with-unimplemented-_read.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-readableListening-state.js b/cli/tests/node_compat/test/parallel/test-stream-readableListening-state.js index 524589acd0..69085ac86f 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readableListening-state.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readableListening-state.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-callback-twice.js b/cli/tests/node_compat/test/parallel/test-stream-transform-callback-twice.js index 395090258e..3ca0a4c681 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-callback-twice.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-callback-twice.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-constructor-set-methods.js b/cli/tests/node_compat/test/parallel/test-stream-transform-constructor-set-methods.js index b861de6f52..4daf199b0f 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-constructor-set-methods.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-constructor-set-methods.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-transform-destroy.js index 878ca71931..e721f848f6 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-final-sync.js b/cli/tests/node_compat/test/parallel/test-stream-transform-final-sync.js index 019f34d15c..5d108097d9 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-final-sync.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-final-sync.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-final.js b/cli/tests/node_compat/test/parallel/test-stream-transform-final.js index 9bc9ffec79..1d14adf6b4 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-final.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-final.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-flush-data.js b/cli/tests/node_compat/test/parallel/test-stream-transform-flush-data.js index 4a831a5d3d..6b8ba1adc5 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-flush-data.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-flush-data.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-objectmode-falsey-value.js b/cli/tests/node_compat/test/parallel/test-stream-transform-objectmode-falsey-value.js index e692242a90..12390fe361 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-objectmode-falsey-value.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-objectmode-falsey-value.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-split-highwatermark.js b/cli/tests/node_compat/test/parallel/test-stream-transform-split-highwatermark.js index c58b863b8c..783ddfc91d 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-split-highwatermark.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-split-highwatermark.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-transform-split-objectmode.js b/cli/tests/node_compat/test/parallel/test-stream-transform-split-objectmode.js index 84d21a8ccd..22e2586dfb 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-transform-split-objectmode.js +++ b/cli/tests/node_compat/test/parallel/test-stream-transform-split-objectmode.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-uint8array.js b/cli/tests/node_compat/test/parallel/test-stream-uint8array.js index 71e143016e..c8de2dfe60 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-uint8array.js +++ b/cli/tests/node_compat/test/parallel/test-stream-uint8array.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-unpipe-event.js b/cli/tests/node_compat/test/parallel/test-stream-unpipe-event.js index 7a307321c3..d0b60f4358 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-unpipe-event.js +++ b/cli/tests/node_compat/test/parallel/test-stream-unpipe-event.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-unshift-empty-chunk.js b/cli/tests/node_compat/test/parallel/test-stream-unshift-empty-chunk.js index b57d72eced..f6c057fd69 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-unshift-empty-chunk.js +++ b/cli/tests/node_compat/test/parallel/test-stream-unshift-empty-chunk.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-unshift-read-race.js b/cli/tests/node_compat/test/parallel/test-stream-unshift-read-race.js index 6550acf338..d888505193 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-unshift-read-race.js +++ b/cli/tests/node_compat/test/parallel/test-stream-unshift-read-race.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-change-default-encoding.js b/cli/tests/node_compat/test/parallel/test-stream-writable-change-default-encoding.js index 4737698817..547309d709 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-change-default-encoding.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-change-default-encoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-clear-buffer.js b/cli/tests/node_compat/test/parallel/test-stream-writable-clear-buffer.js index 58f2cd8919..ee24da756c 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-clear-buffer.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-clear-buffer.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-constructor-set-methods.js b/cli/tests/node_compat/test/parallel/test-stream-writable-constructor-set-methods.js index 290548ebb0..58e687edd2 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-constructor-set-methods.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-constructor-set-methods.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-decoded-encoding.js b/cli/tests/node_compat/test/parallel/test-stream-writable-decoded-encoding.js index 00e9b85eaa..9bf47bb1a8 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-decoded-encoding.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-decoded-encoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-writable-destroy.js index 904031143a..bfe1458547 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-end-cb-error.js b/cli/tests/node_compat/test/parallel/test-stream-writable-end-cb-error.js index b144d0ddfe..730146db31 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-end-cb-error.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-end-cb-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-end-multiple.js b/cli/tests/node_compat/test/parallel/test-stream-writable-end-multiple.js index 22dfc51408..ea17593037 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-end-multiple.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-end-multiple.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-ended-state.js b/cli/tests/node_compat/test/parallel/test-stream-writable-ended-state.js index 4d3719dcd3..f6f6971a23 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-ended-state.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-ended-state.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-finish-destroyed.js b/cli/tests/node_compat/test/parallel/test-stream-writable-finish-destroyed.js index 0f32291713..9d8775dec1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-finish-destroyed.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-finish-destroyed.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-finished-state.js b/cli/tests/node_compat/test/parallel/test-stream-writable-finished-state.js index 09f388bce0..0b7333bf21 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-finished-state.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-finished-state.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-finished.js b/cli/tests/node_compat/test/parallel/test-stream-writable-finished.js index 5df7f47700..30ae737f90 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-finished.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-finished.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-invalid-chunk.js b/cli/tests/node_compat/test/parallel/test-stream-writable-invalid-chunk.js index acdc47bf12..82912adb83 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-invalid-chunk.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-invalid-chunk.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-needdrain-state.js b/cli/tests/node_compat/test/parallel/test-stream-writable-needdrain-state.js index ca43cef234..fe8c289213 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-needdrain-state.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-needdrain-state.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-null.js b/cli/tests/node_compat/test/parallel/test-stream-writable-null.js index c8f9606740..e2ddd7d0aa 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-null.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-null.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-properties.js b/cli/tests/node_compat/test/parallel/test-stream-writable-properties.js index 99c0dc0f4e..ef19b3a01b 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-properties.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-properties.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-writable.js b/cli/tests/node_compat/test/parallel/test-stream-writable-writable.js index 85f5de25d1..63be4b3cab 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-writable.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-writable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-error.js b/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-error.js index 675236b0b4..c4df3233ad 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-error.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-twice.js b/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-twice.js index fd59f43a8e..ab2408fd96 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-twice.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-write-cb-twice.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-write-error.js b/cli/tests/node_compat/test/parallel/test-stream-writable-write-error.js index b43b4bf1f3..2bb91f8218 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-write-error.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-write-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writable-write-writev-finish.js b/cli/tests/node_compat/test/parallel/test-stream-writable-write-writev-finish.js index c12877fd49..ff34a83c1c 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writable-write-writev-finish.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writable-write-writev-finish.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writableState-ending.js b/cli/tests/node_compat/test/parallel/test-stream-writableState-ending.js index 1c45d09ecd..a477e63b6a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writableState-ending.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writableState-ending.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js b/cli/tests/node_compat/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js index b4775a1f19..0320d1a5d1 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-stream-write-destroy.js b/cli/tests/node_compat/test/parallel/test-stream-write-destroy.js index 3df93095bd..a4f1035477 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-write-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream-write-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-write-drain.js b/cli/tests/node_compat/test/parallel/test-stream-write-drain.js index a04bf99345..008b2b34b9 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-write-drain.js +++ b/cli/tests/node_compat/test/parallel/test-stream-write-drain.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-write-final.js b/cli/tests/node_compat/test/parallel/test-stream-write-final.js index 1cdd64f46e..527f515ebb 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-write-final.js +++ b/cli/tests/node_compat/test/parallel/test-stream-write-final.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream-writev.js b/cli/tests/node_compat/test/parallel/test-stream-writev.js index f7fa7b9a01..0505466466 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-writev.js +++ b/cli/tests/node_compat/test/parallel/test-stream-writev.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-base64-single-char-read-end.js b/cli/tests/node_compat/test/parallel/test-stream2-base64-single-char-read-end.js index 37f7129132..34a1f72406 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-base64-single-char-read-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-base64-single-char-read-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-basic.js b/cli/tests/node_compat/test/parallel/test-stream2-basic.js index 538ee89f6f..b820d52870 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-basic.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-basic.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-compatibility.js b/cli/tests/node_compat/test/parallel/test-stream2-compatibility.js index 3128cf2887..c228366c39 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-compatibility.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-compatibility.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-decode-partial.js b/cli/tests/node_compat/test/parallel/test-stream2-decode-partial.js index 78791ce9c1..f3a9ec15de 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-decode-partial.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-decode-partial.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream2-finish-pipe.js b/cli/tests/node_compat/test/parallel/test-stream2-finish-pipe.js index 6ff68882a3..c98812ff88 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-finish-pipe.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-finish-pipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-large-read-stall.js b/cli/tests/node_compat/test/parallel/test-stream2-large-read-stall.js index b1a173a3cd..e13b537110 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-large-read-stall.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-large-read-stall.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-objects.js b/cli/tests/node_compat/test/parallel/test-stream2-objects.js index a2cb775eb1..c5b2c981e4 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-objects.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-objects.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-handling.js b/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-handling.js index ef3bb0575e..ee8b0d656a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-handling.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-handling.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-once-listener.js b/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-once-listener.js index 160381b086..990dfc67da 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-once-listener.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-pipe-error-once-listener.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-push.js b/cli/tests/node_compat/test/parallel/test-stream2-push.js index 1ccfda2ca0..e1dcdec952 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-push.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-push.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-read-sync-stack.js b/cli/tests/node_compat/test/parallel/test-stream2-read-sync-stack.js index 2630e1c29a..0d291ac08e 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-read-sync-stack.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-read-sync-stack.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-empty-buffer-no-eof.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-empty-buffer-no-eof.js index 15fad69808..fca3b11f20 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-empty-buffer-no-eof.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-empty-buffer-no-eof.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-from-list.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-from-list.js index 72c3b15aab..90f93d040e 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-from-list.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-from-list.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-legacy-drain.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-legacy-drain.js index e05af718d7..bf65fda0a6 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-legacy-drain.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-legacy-drain.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-non-empty-end.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-non-empty-end.js index 3b6a1e4d17..c1e3a2f46a 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-non-empty-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-non-empty-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-destroy.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-destroy.js index 1282cbffab..8971536e75 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-destroy.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-destroy.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-empty.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-empty.js index 235c999a02..5716d0bf92 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-empty.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-empty.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-error.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-error.js index 2de9cba5c9..77cb757c47 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-error.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap.js b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap.js index bc131fc8b5..2bf8e99b00 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-readable-wrap.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-set-encoding.js b/cli/tests/node_compat/test/parallel/test-stream2-set-encoding.js index ae8d04da9a..ed7023b291 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-set-encoding.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-set-encoding.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-transform.js b/cli/tests/node_compat/test/parallel/test-stream2-transform.js index 72823369de..c88a10d610 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-transform.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-transform.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-unpipe-drain.js b/cli/tests/node_compat/test/parallel/test-stream2-unpipe-drain.js index 65420120c2..9c1a6844d3 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-unpipe-drain.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-unpipe-drain.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-unpipe-leak.js b/cli/tests/node_compat/test/parallel/test-stream2-unpipe-leak.js index ddafb5a9ce..8958bc06ba 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-unpipe-leak.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-unpipe-leak.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream2-writable.js b/cli/tests/node_compat/test/parallel/test-stream2-writable.js index 7ffa829698..8b7197b9bf 100644 --- a/cli/tests/node_compat/test/parallel/test-stream2-writable.js +++ b/cli/tests/node_compat/test/parallel/test-stream2-writable.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-stream3-cork-end.js b/cli/tests/node_compat/test/parallel/test-stream3-cork-end.js index 3ada5dad8b..52f8811213 100644 --- a/cli/tests/node_compat/test/parallel/test-stream3-cork-end.js +++ b/cli/tests/node_compat/test/parallel/test-stream3-cork-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream3-cork-uncork.js b/cli/tests/node_compat/test/parallel/test-stream3-cork-uncork.js index eb2365b014..1fb9930036 100644 --- a/cli/tests/node_compat/test/parallel/test-stream3-cork-uncork.js +++ b/cli/tests/node_compat/test/parallel/test-stream3-cork-uncork.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-stream3-pause-then-read.js b/cli/tests/node_compat/test/parallel/test-stream3-pause-then-read.js index 583e2ff808..f840672ce9 100644 --- a/cli/tests/node_compat/test/parallel/test-stream3-pause-then-read.js +++ b/cli/tests/node_compat/test/parallel/test-stream3-pause-then-read.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-streams-highwatermark.js b/cli/tests/node_compat/test/parallel/test-streams-highwatermark.js index 623d7450a4..9245f7db07 100644 --- a/cli/tests/node_compat/test/parallel/test-streams-highwatermark.js +++ b/cli/tests/node_compat/test/parallel/test-streams-highwatermark.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-api-refs.js b/cli/tests/node_compat/test/parallel/test-timers-api-refs.js index 091b69f9f1..62ce55fad5 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-api-refs.js +++ b/cli/tests/node_compat/test/parallel/test-timers-api-refs.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-args.js b/cli/tests/node_compat/test/parallel/test-timers-args.js index d9a77bbc27..b771bf5918 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-args.js +++ b/cli/tests/node_compat/test/parallel/test-timers-args.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-clear-null-does-not-throw-error.js b/cli/tests/node_compat/test/parallel/test-timers-clear-null-does-not-throw-error.js index ab0335d23c..7b7b59b276 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-clear-null-does-not-throw-error.js +++ b/cli/tests/node_compat/test/parallel/test-timers-clear-null-does-not-throw-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-clear-object-does-not-throw-error.js b/cli/tests/node_compat/test/parallel/test-timers-clear-object-does-not-throw-error.js index 5df3072406..524389c6b8 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-clear-object-does-not-throw-error.js +++ b/cli/tests/node_compat/test/parallel/test-timers-clear-object-does-not-throw-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-clear-timeout-interval-equivalent.js b/cli/tests/node_compat/test/parallel/test-timers-clear-timeout-interval-equivalent.js index 5620ad1a00..b6af3f9433 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-clear-timeout-interval-equivalent.js +++ b/cli/tests/node_compat/test/parallel/test-timers-clear-timeout-interval-equivalent.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-clearImmediate.js b/cli/tests/node_compat/test/parallel/test-timers-clearImmediate.js index c6e55cf6b8..129e301f22 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-clearImmediate.js +++ b/cli/tests/node_compat/test/parallel/test-timers-clearImmediate.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-interval-throw.js b/cli/tests/node_compat/test/parallel/test-timers-interval-throw.js index f5db9f62d7..d408fc8661 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-interval-throw.js +++ b/cli/tests/node_compat/test/parallel/test-timers-interval-throw.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-timers-non-integer-delay.js b/cli/tests/node_compat/test/parallel/test-timers-non-integer-delay.js index 158870f1a3..1d3ca55c24 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-non-integer-delay.js +++ b/cli/tests/node_compat/test/parallel/test-timers-non-integer-delay.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-timers-refresh.js b/cli/tests/node_compat/test/parallel/test-timers-refresh.js index d2e49268c6..942cf56047 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-refresh.js +++ b/cli/tests/node_compat/test/parallel/test-timers-refresh.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Flags: --expose-internals diff --git a/cli/tests/node_compat/test/parallel/test-timers-same-timeout-wrong-list-deleted.js b/cli/tests/node_compat/test/parallel/test-timers-same-timeout-wrong-list-deleted.js index d9d65f1bd0..fa6348d753 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-same-timeout-wrong-list-deleted.js +++ b/cli/tests/node_compat/test/parallel/test-timers-same-timeout-wrong-list-deleted.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-timers-timeout-with-non-integer.js b/cli/tests/node_compat/test/parallel/test-timers-timeout-with-non-integer.js index e823f9f51c..d93ef57fe1 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-timeout-with-non-integer.js +++ b/cli/tests/node_compat/test/parallel/test-timers-timeout-with-non-integer.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-uncaught-exception.js b/cli/tests/node_compat/test/parallel/test-timers-uncaught-exception.js index 11d2f58e8e..e76c11afc6 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-uncaught-exception.js +++ b/cli/tests/node_compat/test/parallel/test-timers-uncaught-exception.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-timers-unref-throw-then-ref.js b/cli/tests/node_compat/test/parallel/test-timers-unref-throw-then-ref.js index a050640a47..03a0861e2e 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-unref-throw-then-ref.js +++ b/cli/tests/node_compat/test/parallel/test-timers-unref-throw-then-ref.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-timers-user-call.js b/cli/tests/node_compat/test/parallel/test-timers-user-call.js index eefc8e6c80..969051f80b 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-user-call.js +++ b/cli/tests/node_compat/test/parallel/test-timers-user-call.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Make sure `setTimeout()` and friends don't throw if the user-supplied // function has .call() and .apply() monkey-patched to undesirable values. diff --git a/cli/tests/node_compat/test/parallel/test-timers-zero-timeout.js b/cli/tests/node_compat/test/parallel/test-timers-zero-timeout.js index 3ff385d51d..ef32f73811 100644 --- a/cli/tests/node_compat/test/parallel/test-timers-zero-timeout.js +++ b/cli/tests/node_compat/test/parallel/test-timers-zero-timeout.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-url-domain-ascii-unicode.js b/cli/tests/node_compat/test/parallel/test-url-domain-ascii-unicode.js index fb622070ba..9aeb23a544 100644 --- a/cli/tests/node_compat/test/parallel/test-url-domain-ascii-unicode.js +++ b/cli/tests/node_compat/test/parallel/test-url-domain-ascii-unicode.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-url-fileurltopath.js b/cli/tests/node_compat/test/parallel/test-url-fileurltopath.js index ae679bb5ae..72ba73166a 100644 --- a/cli/tests/node_compat/test/parallel/test-url-fileurltopath.js +++ b/cli/tests/node_compat/test/parallel/test-url-fileurltopath.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const { isWindows } = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-format-invalid-input.js b/cli/tests/node_compat/test/parallel/test-url-format-invalid-input.js index c42ee2c09f..d411b8d32b 100644 --- a/cli/tests/node_compat/test/parallel/test-url-format-invalid-input.js +++ b/cli/tests/node_compat/test/parallel/test-url-format-invalid-input.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-format-whatwg.js b/cli/tests/node_compat/test/parallel/test-url-format-whatwg.js index ea099f494c..1e9b36dcb9 100644 --- a/cli/tests/node_compat/test/parallel/test-url-format-whatwg.js +++ b/cli/tests/node_compat/test/parallel/test-url-format-whatwg.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-url-format.js b/cli/tests/node_compat/test/parallel/test-url-format.js index 1437bdb879..1208509c75 100644 --- a/cli/tests/node_compat/test/parallel/test-url-format.js +++ b/cli/tests/node_compat/test/parallel/test-url-format.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-parse-invalid-input.js b/cli/tests/node_compat/test/parallel/test-url-parse-invalid-input.js index b4c75ba499..345e8d3382 100644 --- a/cli/tests/node_compat/test/parallel/test-url-parse-invalid-input.js +++ b/cli/tests/node_compat/test/parallel/test-url-parse-invalid-input.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-parse-query.js b/cli/tests/node_compat/test/parallel/test-url-parse-query.js index 5fdbf2c053..f6ccb1f469 100644 --- a/cli/tests/node_compat/test/parallel/test-url-parse-query.js +++ b/cli/tests/node_compat/test/parallel/test-url-parse-query.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-pathtofileurl.js b/cli/tests/node_compat/test/parallel/test-url-pathtofileurl.js index f13ca7307d..bafd870aa3 100644 --- a/cli/tests/node_compat/test/parallel/test-url-pathtofileurl.js +++ b/cli/tests/node_compat/test/parallel/test-url-pathtofileurl.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const { isWindows } = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-url-relative.js b/cli/tests/node_compat/test/parallel/test-url-relative.js index 0436f0821a..2bcddd96f7 100644 --- a/cli/tests/node_compat/test/parallel/test-url-relative.js +++ b/cli/tests/node_compat/test/parallel/test-url-relative.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-util-deprecate-invalid-code.js b/cli/tests/node_compat/test/parallel/test-util-deprecate-invalid-code.js index 18a5d58cbb..19093a3ae9 100644 --- a/cli/tests/node_compat/test/parallel/test-util-deprecate-invalid-code.js +++ b/cli/tests/node_compat/test/parallel/test-util-deprecate-invalid-code.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-util-deprecate.js b/cli/tests/node_compat/test/parallel/test-util-deprecate.js index 973f70e6b5..2394caa22e 100644 --- a/cli/tests/node_compat/test/parallel/test-util-deprecate.js +++ b/cli/tests/node_compat/test/parallel/test-util-deprecate.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-util-inherits.js b/cli/tests/node_compat/test/parallel/test-util-inherits.js index 8403f475da..ac1ab596bf 100644 --- a/cli/tests/node_compat/test/parallel/test-util-inherits.js +++ b/cli/tests/node_compat/test/parallel/test-util-inherits.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-util-inspect-long-running.js b/cli/tests/node_compat/test/parallel/test-util-inspect-long-running.js index c4e6ec559e..67dc03ba49 100644 --- a/cli/tests/node_compat/test/parallel/test-util-inspect-long-running.js +++ b/cli/tests/node_compat/test/parallel/test-util-inspect-long-running.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-util-types-exists.js b/cli/tests/node_compat/test/parallel/test-util-types-exists.js index 805d3e11e5..0c04a38b0d 100644 --- a/cli/tests/node_compat/test/parallel/test-util-types-exists.js +++ b/cli/tests/node_compat/test/parallel/test-util-types-exists.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-vm-new-script-this-context.js b/cli/tests/node_compat/test/parallel/test-vm-new-script-this-context.js index f6a68aef91..9a9d8fb135 100644 --- a/cli/tests/node_compat/test/parallel/test-vm-new-script-this-context.js +++ b/cli/tests/node_compat/test/parallel/test-vm-new-script-this-context.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-vm-static-this.js b/cli/tests/node_compat/test/parallel/test-vm-static-this.js index c2511bc217..c6804cfc00 100644 --- a/cli/tests/node_compat/test/parallel/test-vm-static-this.js +++ b/cli/tests/node_compat/test/parallel/test-vm-static-this.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-api-basics.js b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-api-basics.js index 5d404285b6..e423c25d07 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-api-basics.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-api-basics.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js index 73469bad53..58488d25d2 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js index 5fc7ece114..ef9cecc0f3 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-passive.js b/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-passive.js index b6330e8e10..e2bc96139a 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-passive.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-passive.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-signal.js b/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-signal.js index a512facb57..80d09c4b74 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-signal.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-events-add-event-listener-options-signal.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-events-customevent.js b/cli/tests/node_compat/test/parallel/test-whatwg-events-customevent.js index 9c6fbca625..749c838dee 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-events-customevent.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-events-customevent.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-deepequal.js b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-deepequal.js index f851699a8d..e335905307 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-deepequal.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-deepequal.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // This tests that the internal flags in URL objects are consistent, as manifest diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-global.js b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-global.js index 0a6a8e4039..b7880d8c2c 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-global.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-global.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-href-side-effect.js b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-href-side-effect.js index 12c3ef002e..de175e3576 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-href-side-effect.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-href-side-effect.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-tostringtag.js b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-tostringtag.js index 7455add352..add70bc342 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-tostringtag.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-url-custom-tostringtag.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-url-override-hostname.js b/cli/tests/node_compat/test/parallel/test-whatwg-url-override-hostname.js index b60ffba564..1fcdefdf7b 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-url-override-hostname.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-url-override-hostname.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-zlib-close-after-error.js b/cli/tests/node_compat/test/parallel/test-zlib-close-after-error.js index c4de28ae1d..55f1d6b029 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-close-after-error.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-close-after-error.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // https://github.com/nodejs/node/issues/6034 diff --git a/cli/tests/node_compat/test/parallel/test-zlib-close-after-write.js b/cli/tests/node_compat/test/parallel/test-zlib-close-after-write.js index 26c07c266e..94fa4eb20f 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-close-after-write.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-close-after-write.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-zlib-deflate-raw-inherits.js b/cli/tests/node_compat/test/parallel/test-zlib-deflate-raw-inherits.js index 5af18a1b4c..58c069c74e 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-deflate-raw-inherits.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-deflate-raw-inherits.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-zlib-destroy-pipe.js b/cli/tests/node_compat/test/parallel/test-zlib-destroy-pipe.js index d4fa85a924..274068f9ff 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-destroy-pipe.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-destroy-pipe.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/parallel/test-zlib-from-string.js b/cli/tests/node_compat/test/parallel/test-zlib-from-string.js index e1003f214f..dc238220bd 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-from-string.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-from-string.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // Copyright Joyent, Inc. and other Node contributors. // diff --git a/cli/tests/node_compat/test/parallel/test-zlib-no-stream.js b/cli/tests/node_compat/test/parallel/test-zlib-no-stream.js index 9e5a6b1a2e..27b3524060 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-no-stream.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-no-stream.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. /* eslint-disable node-core/required-modules */ /* eslint-disable node-core/require-common-first */ diff --git a/cli/tests/node_compat/test/parallel/test-zlib-sync-no-event.js b/cli/tests/node_compat/test/parallel/test-zlib-sync-no-event.js index eaf058a9ca..62019677c6 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-sync-no-event.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-sync-no-event.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-zlib-truncated.js b/cli/tests/node_compat/test/parallel/test-zlib-truncated.js index 6d9f95b0c3..60e7301717 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-truncated.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-truncated.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; // Tests zlib streams with truncated compressed input diff --git a/cli/tests/node_compat/test/parallel/test-zlib-unzip-one-byte-chunks.js b/cli/tests/node_compat/test/parallel/test-zlib-unzip-one-byte-chunks.js index bc66b6696b..62b2050d3b 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-unzip-one-byte-chunks.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-unzip-one-byte-chunks.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/parallel/test-zlib-write-after-end.js b/cli/tests/node_compat/test/parallel/test-zlib-write-after-end.js index 8a9e9fbaa4..7c7e3ea354 100644 --- a/cli/tests/node_compat/test/parallel/test-zlib-write-after-end.js +++ b/cli/tests/node_compat/test/parallel/test-zlib-write-after-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; const common = require('../common'); diff --git a/cli/tests/node_compat/test/pseudo-tty/console-dumb-tty.js b/cli/tests/node_compat/test/pseudo-tty/console-dumb-tty.js index 8ce0268ea0..9b4bd15207 100644 --- a/cli/tests/node_compat/test/pseudo-tty/console-dumb-tty.js +++ b/cli/tests/node_compat/test/pseudo-tty/console-dumb-tty.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/pseudo-tty/console_colors.js b/cli/tests/node_compat/test/pseudo-tty/console_colors.js index bfb718dbbb..766ba064a3 100644 --- a/cli/tests/node_compat/test/pseudo-tty/console_colors.js +++ b/cli/tests/node_compat/test/pseudo-tty/console_colors.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/pseudo-tty/no_dropped_stdio.js b/cli/tests/node_compat/test/pseudo-tty/no_dropped_stdio.js index 7772d8254b..d2bbb92c59 100644 --- a/cli/tests/node_compat/test/pseudo-tty/no_dropped_stdio.js +++ b/cli/tests/node_compat/test/pseudo-tty/no_dropped_stdio.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // https://github.com/nodejs/node/issues/6456#issuecomment-219320599 // https://gist.github.com/isaacs/1495b91ec66b21d30b10572d72ad2cdd diff --git a/cli/tests/node_compat/test/pseudo-tty/no_interleaved_stdio.js b/cli/tests/node_compat/test/pseudo-tty/no_interleaved_stdio.js index fe5f046b6a..895124420b 100644 --- a/cli/tests/node_compat/test/pseudo-tty/no_interleaved_stdio.js +++ b/cli/tests/node_compat/test/pseudo-tty/no_interleaved_stdio.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. // https://github.com/nodejs/node/issues/6456#issuecomment-219320599 // https://gist.github.com/isaacs/1495b91ec66b21d30b10572d72ad2cdd diff --git a/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning-2.js b/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning-2.js index 4f865e9ee4..6a969ac9e2 100644 --- a/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning-2.js +++ b/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning-2.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning.js b/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning.js index effcdb2b10..a9338105cb 100644 --- a/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning.js +++ b/cli/tests/node_compat/test/pseudo-tty/test-tty-color-support-warning.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; diff --git a/cli/tests/node_compat/test/pseudo-tty/test-tty-stdin-end.js b/cli/tests/node_compat/test/pseudo-tty/test-tty-stdin-end.js index 2acf2f223f..ee38cbd2cf 100644 --- a/cli/tests/node_compat/test/pseudo-tty/test-tty-stdin-end.js +++ b/cli/tests/node_compat/test/pseudo-tty/test-tty-stdin-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/cli/tests/node_compat/test/pseudo-tty/test-tty-stdout-end.js b/cli/tests/node_compat/test/pseudo-tty/test-tty-stdout-end.js index a75fc9a448..bd30a9a2e8 100644 --- a/cli/tests/node_compat/test/pseudo-tty/test-tty-stdout-end.js +++ b/cli/tests/node_compat/test/pseudo-tty/test-tty-stdout-end.js @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. 'use strict'; require('../common'); diff --git a/tools/node_compat/TODO.md b/tools/node_compat/TODO.md index ff8409a92b..cb0da2d8af 100644 --- a/tools/node_compat/TODO.md +++ b/tools/node_compat/TODO.md @@ -1,7 +1,7 @@ # Remaining Node Tests -NOTE: This file should not be manually edited. Please edit 'cli/tests/node_compat/config.json' and run 'tools/node_compat/setup.ts' instead. +NOTE: This file should not be manually edited. Please edit `cli/tests/node_compat/config.json` and run `deno task setup` in `tools/node_compat` dir instead. Total: 2934 diff --git a/tools/node_compat/setup.ts b/tools/node_compat/setup.ts index 5bd5a5ba56..132acfe116 100755 --- a/tools/node_compat/setup.ts +++ b/tools/node_compat/setup.ts @@ -76,7 +76,7 @@ async function updateToDo() { await file.write(encoder.encode(` # Remaining Node Tests -NOTE: This file should not be manually edited. Please edit 'cli/tests/node_compat/config.json' and run 'tools/node_compat/setup.ts' instead. +NOTE: This file should not be manually edited. Please edit \`cli/tests/node_compat/config.json\` and run \`deno task setup\` in \`tools/node_compat\` dir instead. Total: ${missingTests.length} @@ -142,7 +142,7 @@ async function copyTests() { // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node ${NODE_VERSION} -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by \`tools/node_compat/setup.ts\`. Do not modify this file manually. `), );