diff options
author | Hirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com> | 2023-06-02 07:05:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 15:05:32 +0900 |
commit | 0104741d6fe7135565038f1f61e84d852bf2225d (patch) | |
tree | 6e979c31e78b24c0cc9df69f7a27b5c6b65f7051 | |
parent | c908088a039b8e1232941850c75471bab162313a (diff) |
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
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 4b553ea84..c12994e5c 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 635a24374..a7ae0d029 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 d89769298..5c7ba39b3 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 9e5c498c4..6e5286cc8 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 af4dbc5a5..64b888eb6 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 a746e9791..8e7bd2dc0 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 d5b9d7dad..f2ee456ee 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 dbc945c13..2c97c51a6 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 013b61ba0..d647eb320 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 c3960fd92..9f5a21a06 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 7ceaf9209..5a56c312b 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 69bac522c..f9bcfc66e 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 d082f7547..ea7dfe5d7 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 4ed3716b4..2e33800d8 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 d700ad48c..b1595ec43 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 db78a6f92..988cf21ee 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 27356b9ca..b4360c205 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 521439ca8..ef3edd2fc 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 4bee92a1a..a2a8315d8 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 2aad9766d..03def3a88 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 79139f1e5..49499c3f6 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 416e1a351..b4188878d 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 b17f4d2a6..3fd8d323c 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 9b03ddafb..08e4e6543 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 abbc7f0b3..cafaa0887 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 918c7b91d..7aa391f0a 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 fa4487ee0..bb7ba2998 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 d44b3e1b9..5d2e2c4a5 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 a537f318b..0c4f6e21b 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 b51664e78..ba1865441 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 4c82006a7..3d22fae84 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 265652c09..fc822ec86 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 5f088b2ac..2e25d6219 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 fb22a19a9..6440a84cb 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 f6fdfd8f9..439e6860a 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 a93bb161a..8ac97e259 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 c79e80b50..d15138327 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 742d298ba..df4a6cb52 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 5a6abca86..a6320d0b0 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 b98bc25a3..b2b48d51d 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 4bcbfeb9b..c10c1e9d1 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 c433ec04a..6efc42d06 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 6645250f5..391b309a8 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 2cd2b82ee..f4ab9ba88 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 3606594da..780d3a6ac 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 420c27317..0c865eb92 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 b70e29090..bbef6f49a 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 6529c25e5..180af8993 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 8732f69db..518618d8d 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 1cc4e5d2e..eed2898c5 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 5464e9d96..8e1315601 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 e4d344c95..d21786c37 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 8e6db4754..9fa199bd5 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 3a0f9a022..793d2d891 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 24e2bf1df..a6f5cabe0 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 92c9c9c73..3e4d4e676 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 3a70ba51c..4dd75f83e 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 6f67cf451..117ba47c0 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 43867476b..1c954bb9f 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 02a91b2e6..c3250b870 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 5812f2609..1f1baed66 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 c1f9219cd..be8ce1412 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 6f91058b5..265cfe22f 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 081eda3cb..bd31d1038 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 79f18a435..97da31fc9 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 6a7025261..2797b8761 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 3c553457d..3f809ed18 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 6a4c9fe5f..0e5453926 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 ef31f4e22..729929c78 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 e5f7166ea..7ad857a18 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 72357bcdd..c39bcbdbe 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 6d5c4cba1..4d4ac3033 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 0c771bad8..b43d9ba9c 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 1e3378935..e2597c921 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 62252f829..315644fd1 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 9bca413b0..05e04a92e 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 5d18f127a..62b71c729 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 b2b96e3c7..89ff02260 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 893e3b4e1..bb60f3bef 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 9816ced4f..e7591cb9b 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 257317214..f07107cec 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 afe6f815f..832e1a510 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 9be7f963f..760c96399 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 81235e3c9..98621b3ce 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 0eb34e6ac..1018a3b54 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 3aa34d7c1..a7fddac1e 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 9676529ba..6b6886d1f 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 5ab6fe465..7266b00b9 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 a9db29806..b108269d3 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 253de4e76..deb3c17c3 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 8e0621884..fd1fe523e 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 97683191b..ef6ac3a32 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 bc6ff51e5..66a548c37 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 f1edec709..00b786582 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 c4c684c07..378cf051e 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 1f241a0d2..3067c78e9 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 557562f4f..ddf757a12 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 7d524414d..6ef6968be 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 4800d0775..10f9f81df 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 c59fab974..f4b0770fd 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 f318df39c..e4e65b35a 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 f63fb2840..b521b17ba 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 22738c097..78254a377 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 28853cff2..8ad798021 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 b18c3d2ed..d3673827f 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 d708393d9..714a47e59 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 8ab863f89..6bf0e9162 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 7af05126a..9eeb5ecf9 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 c5c948c62..10e7f0b1c 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 17aa9e58a..e86a9512f 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 d6b1b5ac3..3daa73b21 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 9ddc4cde3..ddb52da1a 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 45da20b9a..7b7822fe1 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 ac1fe667b..4953241ba 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 af8f26494..05ed54cb6 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 dcfafba08..1d02a639e 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 75e04999c..576c02aa0 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 027660a88..8ee09c30a 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 ab5b095f4..431876fbd 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 1a589221e..067b557f1 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 030104150..02442c489 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 b9dc9eaf3..8f95d52bd 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 fc5ef71a8..c66da1602 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 795edebfd..83d84ab3a 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 ec0efff65..d5b39c203 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 e02128a05..db5cd53f6 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 a7739ad84..6c76d2463 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 474c286c5..6cb214593 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 491e5d029..2e2d4320d 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 fb67530a6..199cdd80e 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 2a48e736b..3aa712a2f 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 07704d814..d15a0b571 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 7d696e801..392a8ef23 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 ed0fc9470..1b3804112 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 19ba266cf..d5adc427d 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 a015fc182..147edf837 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 94f493636..6dbbcc1f3 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 086798caa..4f70fda27 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 adea1459d..532194e06 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 d6ce372a4..4b56b3b38 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 125c4835f..abde2ad07 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 9e0161ca1..3e8efde82 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 7e7e3e079..aaa8b42e8 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 fd4490d45..ac52d66a8 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 e0e2222a7..1706dd515 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 a23bebc32..c3adee739 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 9e895dcec..467c48b8d 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 a498c5ade..2de42ffb5 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 b2b12ad53..2f9788894 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 f999f4b86..50ec85603 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 f7ee1a087..4dda1150f 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 6c1c512fb..e42347264 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 5eceb7627..99321ce3e 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 9c514a70b..3a7501073 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 cf49366b1..2a7a286d9 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 f25933d0d..1a60f9a71 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 98de468bd..768162fe2 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 82dd70eee..15f08ef8c 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 d99a2e559..13e5b48cb 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 13fe48756..92ca59255 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 d0b053a2f..95703b99f 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 e94ed3c8f..9a6d584d9 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 da007796e..4dc27ab8f 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 55865a989..3e9564ec1 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 db0c8442c..99644e639 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 8cddd3777..0ebfdacaf 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 907a7697a..4acad4b94 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 6627ac279..16577a8f2 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 66a8e3eef..9283cc8b4 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 631dd5ef6..d56aa9a13 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 b84c4d204..027ba6377 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 7a6300a3f..58ab0fa44 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 ebb92f031..00958457f 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 d7c3511a1..61c3120d7 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 be3c1cbc7..1f38a3b7d 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 4940c7c01..f11cf86af 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 be3fbf754..533a60d4d 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 3b53fbbef..5540725f7 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 b30aaf8ac..4d03d44a8 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 24c20b80d..8d9ee9efe 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 40e7c4bb8..53fa48af1 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 c782de76a..d143dd439 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 f3067791e..3404252a8 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 f6b5a1aa3..a38d3ff7b 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 ec127ece6..3c86ad8f5 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 4d2f6fd9b..ab3eff808 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 c95a07cfe..e9b324892 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 cbafbcc56..9531e5611 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 2c11f1ce5..0e4783a6d 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 6fb8bfc90..194a9345a 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 8e3db0bf9..592e576b4 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 1be6b29b7..a20a1a7a7 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 80bc6f7bc..edafbcdc4 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 e9a871188..6db63fef3 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 b04799f56..e08d7c036 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 bdeb9eb0c..2dcea39b2 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 0412d3f56..08d65f75e 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 51c2176df..4df92e9c1 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 6fd3e88ab..3e3e3eec4 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 8362d6465..ce326dd6f 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 3262e281b..f13c9fb18 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 10b7a9e14..f14d81770 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 c85dbcbfd..016277483 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 abdbd7b0b..a9733c342 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 9aa092957..cc74fe657 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 74e7dbd8c..69b72b9c2 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 16e861c88..441cf4511 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 4ddf72d33..275dd06eb 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 2c60d00d5..9e2080ed4 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 f03c1e4ff..af424fd3d 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 6266e4f07..451c9eb92 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 ecb14deca..b8547f516 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 9a515fd91..4d76a7ca7 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 00a32e118..15808a7a1 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 6b532e427..92086d149 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 34293df9e..04b79686e 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 4820c3be4..68fd6edb1 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 050274942..8cff55d70 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 84c14ba71..c50b0061a 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 aa12da70f..1948dc9ad 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 a614fe850..6d0d6a7e0 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 254a756ea..fff40f754 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 e7ab4d445..b2c00b43a 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 6108808d7..a2839a49e 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 a1929efa4..29c76d32e 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 996c76462..5f20b5247 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 dc989fd76..aee5c06a1 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 3bf102c5c..b5c6e788f 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 1302fb03d..d9a13796f 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 1b40080a8..ab9063c93 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 dec890c85..9e8e9ecf8 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 7043bfa05..0b123fcdf 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 d0e00adcc..d1ed0342b 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 a55dca7a8..ff64fc7ff 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 482686538..2b958b720 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 be46b2cb7..694240109 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 ec5e4f194..543be42e6 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 a6fa63d75..657503d3c 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 dacac0443..97f2c4ae6 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 ae37c6b92..7b89cc2cd 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 6062fbacb..8bb1850dc 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 d8025224b..5fa1eafbf 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 7450bf944..7ac789c69 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 291bace0c..28a9a31e9 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 3ea6d4dda..1b2c96e68 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 bd6e9eedf..a1472e538 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 c191373cc..7069c73e9 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 69080ea9c..054b23271 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 277577624..50a3bd3b1 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 93651eacf..f6e612f2b 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 3d432f130..74d2c13bd 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 a2b30f74c..3b2dcde15 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 57614c324..a911f096a 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 47f0ce1f1..f4f635af1 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 c87889853..4a8c7ab0d 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 5d0cf62ca..3234dcd60 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 ad001d603..542616424 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 3a0da7ccb..584dc1110 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 e6c2e4e77..aeeb5fffc 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 0ffdf4b18..5ee445c8e 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 1a9ddcf9e..6d3207220 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 0b09cc493..a1f4f743d 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 b185b0d93..e41798ae3 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 36b729cd5..15f1b4f0c 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 b88f3e981..cf598b547 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 bcae28143..e0af8bb47 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 4b47ca885..a0947ba39 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 564c64467..84095dbf1 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 f971e2ec5..f1e14bb5d 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 f523acd8b..4e816cc2d 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 c14a9c15e..2e6d01fe2 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 a74dc56ab..7b16f5d83 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 06634c00e..0cd93c9e9 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 3ad7bd02a..09802b2a3 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 fad7ddfd6..73cf75fe3 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 d78ca03e9..b6d95a448 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 2ade73bf1..5e8818302 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 16487c0c2..1eedc9404 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 84f420149..87327814c 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 99f7cc855..c556d14ef 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 a03d1f8f2..d7210e49e 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 5cd1947b7..12c05243d 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 e6998c3f2..592788d4f 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 8360a63f6..7245977f1 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 b8f740d15..296e12996 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 2f0a59391..8f4897047 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 c1ce83e75..0478b0ee7 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 c5722ebca..f273b9602 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 bccc52e3e..a7af22b94 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 759172a44..e49c99033 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 b5a4eb247..54fbe9e89 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 351bd6f29..49062fe0b 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 92a28eb96..279ce10d5 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 a26914e41..8106ab4f1 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 6b5371479..356bb1cd9 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 70dbdf867..a2721c053 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 a065f506e..c0b144c18 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 b6c4db067..8e877312f 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 ca120e60e..0666e44d6 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 892eb0a85..cd24dd4ca 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 3fdb4a8cd..f8b724de9 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 c037e00b9..7e1215733 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 3c3f19bd4..a51dcfbad 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 b27d966d8..7a1719be3 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 d2498d48c..3d3ce96cc 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 b6a921de1..9232397f2 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 06dcccae8..9ea205e72 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 89ace9081..4d88e082b 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 8209ee673..3e6550e7e 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 e16312b0c..50939ac81 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 1f6f14ce3..b11ae8fca 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 34928c967..d33f9f248 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 642c19d60..10d09dc64 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 0c0d7b0c3..2d9cfa40f 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 543199d2c..fac562092 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 7bab366ee..a05130737 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 4f2bfd1f2..7c542f330 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 5687cb4cf..b8f59e2df 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 fbc6cfae8..821a5f458 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 a5964ab2c..87a4e0feb 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 d37a22af7..1ac657197 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 6ee2b625a..c797129ee 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 38b69d2d9..3d9c0507a 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 17a9c05e5..cfbfac8ab 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 5b5b8275e..e3819cad9 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 ffbe64a8a..a40526389 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 49051aed3..675e5e872 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 4b48d3daa..e4dade0e9 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 5c1064479..9a96db87d 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 543226e98..4ab7f3adb 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 6c57b0a70..923349ef4 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 f59b635b2..3df0bcaaf 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 df3223bcd..6353ad8d4 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 d39752d79..26663b88b 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 58a82fe42..0e490529c 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 7c7362e97..474670264 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 87d51504a..c99a39819 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 e0c9cf805..e6823f7cd 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 114fd7a1c..d73fb25b1 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 d55343536..a2fe2ac01 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 524589acd..69085ac86 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 395090258..3ca0a4c68 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 b861de6f5..4daf199b0 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 878ca7193..e721f848f 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 019f34d15..5d108097d 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 9bc9ffec7..1d14adf6b 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 4a831a5d3..6b8ba1adc 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 e692242a9..12390fe36 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 c58b863b8..783ddfc91 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 84d21a8cc..22e2586df 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 71e143016..c8de2dfe6 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 7a307321c..d0b60f435 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 b57d72ece..f6c057fd6 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 6550acf33..d88850519 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 473769881..547309d70 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 58f2cd891..ee24da756 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 290548ebb..58e687edd 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 00e9b85ea..9bf47bb1a 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 904031143..bfe145854 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 b144d0ddf..730146db3 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 22dfc5140..ea1759303 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 4d3719dcd..f6f6971a2 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 0f3229171..9d8775dec 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 09f388bce..0b7333bf2 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 5df7f4770..30ae737f9 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 acdc47bf1..82912adb8 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 ca43cef23..fe8c28921 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 c8f960674..e2ddd7d0a 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 99c0dc0f4..ef19b3a01 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 85f5de25d..63be4b3ca 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 675236b0b..c4df3233a 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 fd59f43a8..ab2408fd9 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 b43b4bf1f..2bb91f821 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 c12877fd4..ff34a83c1 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 1c45d09ec..a477e63b6 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 b4775a1f1..0320d1a5d 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 3df93095b..a4f103547 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 a04bf9934..008b2b34b 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 1cdd64f46..527f515eb 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 f7fa7b9a0..050546646 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 37f712913..34a1f7240 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 538ee89f6..b820d5287 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 3128cf288..c228366c3 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 78791ce9c..f3a9ec15d 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 6ff68882a..c98812ff8 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 b1a173a3c..e13b53711 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 a2cb775eb..c5b2c981e 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 ef3bb0575..ee8b0d656 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 160381b08..990dfc67d 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 1ccfda2ca..e1dcdec95 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 2630e1c29..0d291ac08 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 15fad6980..fca3b11f2 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 72c3b15aa..90f93d040 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 e05af718d..bf65fda0a 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 3b6a1e4d1..c1e3a2f46 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 1282cbffa..8971536e7 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 235c999a0..5716d0bf9 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 2de9cba5c..77cb757c4 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 bc131fc8b..2bf8e99b0 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 ae8d04da9..ed7023b29 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 72823369d..c88a10d61 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 65420120c..9c1a6844d 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 ddafb5a9c..8958bc06b 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 7ffa82969..8b7197b9b 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 3ada5dad8..52f881121 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 eb2365b01..1fb993003 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 583e2ff80..f840672ce 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 623d7450a..9245f7db0 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 091b69f9f..62ce55fad 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 d9a77bbc2..b771bf591 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 ab0335d23..7b7b59b27 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 5df307240..524389c6b 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 5620ad1a0..b6af3f943 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 c6e55cf6b..129e301f2 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 f5db9f62d..d408fc866 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 158870f1a..1d3ca55c2 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 d2e49268c..942cf5604 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 d9d65f1bd..fa6348d75 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 e823f9f51..d93ef57fe 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 11d2f58e8..e76c11afc 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 a050640a4..03a0861e2 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 eefc8e6c8..969051f80 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 3ff385d51..ef32f7381 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 fb622070b..9aeb23a54 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 ae679bb5a..72ba73166 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 c42ee2c09..d411b8d32 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 ea099f494..1e9b36dcb 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 1437bdb87..1208509c7 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 b4c75ba49..345e8d338 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 5fdbf2c05..f6ccb1f46 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 f13ca7307..bafd870aa 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 0436f0821..2bcddd96f 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 18a5d58cb..19093a3ae 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 973f70e6b..2394caa22 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 8403f475d..ac1ab596b 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 c4e6ec559..67dc03ba4 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 805d3e11e..0c04a38b0 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 f6a68aef9..9a9d8fb13 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 c2511bc21..c6804cfc0 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 5d404285b..e423c25d0 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 73469bad5..58488d25d 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 5fc7ece11..ef9cecc0f 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 b6330e8e1..e2bc96139 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 a512facb5..80d09c4b7 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 9c6fbca62..749c838de 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 f851699a8..e33590530 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 0a6a8e403..b7880d8c2 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 12c3ef002..de175e357 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 7455add35..add70bc34 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 b60ffba56..1fcdefdf7 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 c4de28ae1..55f1d6b02 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 26c07c266..94fa4eb20 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 5af18a1b4..58c069c74 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 d4fa85a92..274068f9f 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 e1003f214..dc238220b 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 9e5a6b1a2..27b352406 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 eaf058a9c..62019677c 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 6d9f95b0c..60e730171 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 bc66b6696..62b2050d3 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 8a9e9fbaa..7c7e3ea35 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 8ce0268ea..9b4bd1520 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 bfb718dbb..766ba064a 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 7772d8254..d2bbb92c5 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 fe5f046b6..895124420 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 4f865e9ee..6a969ac9e 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 effcdb2b1..a9338105c 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 2acf2f223..ee38cbd2c 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 a75fc9a44..bd30a9a2e 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 ff8409a92..cb0da2d8a 100644 --- a/tools/node_compat/TODO.md +++ b/tools/node_compat/TODO.md @@ -1,7 +1,7 @@ <!-- deno-fmt-ignore-file --> # 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 5bd5a5ba5..132acfe11 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(`<!-- deno-fmt-ignore-file --> # 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. `), ); |