@rushstack/package-extractor 0.10.40 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,38 @@
1
1
  {
2
2
  "name": "@rushstack/package-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.0",
6
+ "tag": "@rushstack/package-extractor_v0.11.0",
7
+ "date": "Fri, 03 Oct 2025 20:09:59 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Normalize import of builtin modules to use the `node:` protocol."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.16.0`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.0`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.0`"
23
+ },
24
+ {
25
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.1.0`"
26
+ },
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.0`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.111`"
32
+ }
33
+ ]
34
+ }
35
+ },
4
36
  {
5
37
  "version": "0.10.40",
6
38
  "tag": "@rushstack/package-extractor_v0.10.40",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/package-extractor
2
2
 
3
- This log was last generated on Tue, 30 Sep 2025 23:57:45 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Oct 2025 20:09:59 GMT and should not be manually modified.
4
+
5
+ ## 0.11.0
6
+ Fri, 03 Oct 2025 20:09:59 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Normalize import of builtin modules to use the `node:` protocol.
4
11
 
5
12
  ## 0.10.40
6
13
  Tue, 30 Sep 2025 23:57:45 GMT
@@ -150,6 +150,17 @@ var mergeWithKey =
150
150
 
151
151
  /***/ }),
152
152
 
153
+ /***/ 1708:
154
+ /*!*******************************!*\
155
+ !*** external "node:process" ***!
156
+ \*******************************/
157
+ /***/ ((module) => {
158
+
159
+ "use strict";
160
+ module.exports = require("node:process");
161
+
162
+ /***/ }),
163
+
153
164
  /***/ 2211:
154
165
  /*!***********************************************!*\
155
166
  !*** ../node-core-library/lib/PackageName.js ***!
@@ -3856,6 +3867,17 @@ var tap =
3856
3867
 
3857
3868
  /***/ }),
3858
3869
 
3870
+ /***/ 51455:
3871
+ /*!***********************************!*\
3872
+ !*** external "node:fs/promises" ***!
3873
+ \***********************************/
3874
+ /***/ ((module) => {
3875
+
3876
+ "use strict";
3877
+ module.exports = require("node:fs/promises");
3878
+
3879
+ /***/ }),
3880
+
3859
3881
  /***/ 51542:
3860
3882
  /*!***************************************!*\
3861
3883
  !*** ../problem-matcher/lib/index.js ***!
@@ -4519,13 +4541,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4519
4541
  };
4520
4542
  Object.defineProperty(exports, "__esModule", ({ value: true }));
4521
4543
  exports.JsonSchema = void 0;
4522
- const os = __importStar(__webpack_require__(/*! os */ 370857));
4523
- const path = __importStar(__webpack_require__(/*! path */ 16928));
4524
- const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
4525
- const JsonFile_1 = __webpack_require__(/*! ./JsonFile */ 705026);
4544
+ const os = __importStar(__webpack_require__(/*! node:os */ 848161));
4545
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
4526
4546
  const ajv_1 = __importDefault(__webpack_require__(/*! ajv */ 542829));
4527
4547
  const ajv_draft_04_1 = __importDefault(__webpack_require__(/*! ajv-draft-04 */ 399545));
4528
4548
  const ajv_formats_1 = __importDefault(__webpack_require__(/*! ajv-formats */ 847080));
4549
+ const JsonFile_1 = __webpack_require__(/*! ./JsonFile */ 705026);
4550
+ const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
4529
4551
  const JSON_SCHEMA_URL_PREFIX_BY_JSON_SCHEMA_VERSION = new Map([
4530
4552
  ['draft-04', 'http://json-schema.org/draft-04/schema'],
4531
4553
  ['draft-07', 'http://json-schema.org/draft-07/schema']
@@ -11824,6 +11846,17 @@ var converge =
11824
11846
 
11825
11847
  /***/ }),
11826
11848
 
11849
+ /***/ 157075:
11850
+ /*!******************************!*\
11851
+ !*** external "node:stream" ***!
11852
+ \******************************/
11853
+ /***/ ((module) => {
11854
+
11855
+ "use strict";
11856
+ module.exports = require("node:stream");
11857
+
11858
+ /***/ }),
11859
+
11827
11860
  /***/ 157464:
11828
11861
  /*!********************************************************************************************************************!*\
11829
11862
  !*** ../../common/temp/default/node_modules/.pnpm/ajv@8.13.0/node_modules/ajv/dist/vocabularies/applicator/not.js ***!
@@ -14904,17 +14937,6 @@ function outputJsonSync (file, data, options) {
14904
14937
  module.exports = outputJsonSync
14905
14938
 
14906
14939
 
14907
- /***/ }),
14908
-
14909
- /***/ 191943:
14910
- /*!******************************!*\
14911
- !*** external "fs/promises" ***!
14912
- \******************************/
14913
- /***/ ((module) => {
14914
-
14915
- "use strict";
14916
- module.exports = require("fs/promises");
14917
-
14918
14940
  /***/ }),
14919
14941
 
14920
14942
  /***/ 192121:
@@ -15054,7 +15076,7 @@ var __importStar = (this && this.__importStar) || (function () {
15054
15076
  })();
15055
15077
  Object.defineProperty(exports, "__esModule", ({ value: true }));
15056
15078
  exports.PackageJsonLookup = void 0;
15057
- const path = __importStar(__webpack_require__(/*! path */ 16928));
15079
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
15058
15080
  const JsonFile_1 = __webpack_require__(/*! ./JsonFile */ 705026);
15059
15081
  const Constants_1 = __webpack_require__(/*! ./Constants */ 776953);
15060
15082
  const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
@@ -22899,7 +22921,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
22899
22921
  };
22900
22922
  Object.defineProperty(exports, "__esModule", ({ value: true }));
22901
22923
  exports.EnvironmentMap = void 0;
22902
- const process_1 = __importDefault(__webpack_require__(/*! process */ 400932));
22924
+ const node_process_1 = __importDefault(__webpack_require__(/*! node:process */ 1708));
22903
22925
  const InternalError_1 = __webpack_require__(/*! ./InternalError */ 576869);
22904
22926
  /**
22905
22927
  * A map data structure that stores process environment variables. On Windows
@@ -22918,7 +22940,7 @@ class EnvironmentMap {
22918
22940
  throw new InternalError_1.InternalError('Attempt to read EnvironmentMap class as an object');
22919
22941
  }
22920
22942
  });
22921
- this.caseSensitive = process_1.default.platform !== 'win32';
22943
+ this.caseSensitive = node_process_1.default.platform !== 'win32';
22922
22944
  this.mergeFromObject(environmentObject);
22923
22945
  }
22924
22946
  /**
@@ -23166,7 +23188,7 @@ var __importStar = (this && this.__importStar) || (function () {
23166
23188
  })();
23167
23189
  Object.defineProperty(exports, "__esModule", ({ value: true }));
23168
23190
  exports.Path = void 0;
23169
- const path = __importStar(__webpack_require__(/*! path */ 16928));
23191
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
23170
23192
  /**
23171
23193
  * Common operations for manipulating file and directory paths.
23172
23194
  * @remarks
@@ -27018,7 +27040,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27018
27040
  };
27019
27041
  Object.defineProperty(exports, "__esModule", ({ value: true }));
27020
27042
  exports.ConsoleTerminalProvider = void 0;
27021
- const os_1 = __webpack_require__(/*! os */ 370857);
27043
+ const node_os_1 = __webpack_require__(/*! node:os */ 848161);
27022
27044
  const supports_color_1 = __importDefault(__webpack_require__(/*! supports-color */ 878075));
27023
27045
  const ITerminalProvider_1 = __webpack_require__(/*! ./ITerminalProvider */ 371016);
27024
27046
  /**
@@ -27069,7 +27091,7 @@ class ConsoleTerminalProvider {
27069
27091
  * {@inheritDoc ITerminalProvider.eolCharacter}
27070
27092
  */
27071
27093
  get eolCharacter() {
27072
- return os_1.EOL;
27094
+ return node_os_1.EOL;
27073
27095
  }
27074
27096
  }
27075
27097
  exports.ConsoleTerminalProvider = ConsoleTerminalProvider;
@@ -27780,17 +27802,6 @@ class ProviderSync extends provider_1.default {
27780
27802
  exports["default"] = ProviderSync;
27781
27803
 
27782
27804
 
27783
- /***/ }),
27784
-
27785
- /***/ 400932:
27786
- /*!**************************!*\
27787
- !*** external "process" ***!
27788
- \**************************/
27789
- /***/ ((module) => {
27790
-
27791
- "use strict";
27792
- module.exports = require("process");
27793
-
27794
27805
  /***/ }),
27795
27806
 
27796
27807
  /***/ 401017:
@@ -30088,7 +30099,7 @@ var __importStar = (this && this.__importStar) || (function () {
30088
30099
  })();
30089
30100
  Object.defineProperty(exports, "__esModule", ({ value: true }));
30090
30101
  exports.Text = exports.NewlineKind = exports.Encoding = void 0;
30091
- const os = __importStar(__webpack_require__(/*! os */ 370857));
30102
+ const os = __importStar(__webpack_require__(/*! node:os */ 848161));
30092
30103
  /**
30093
30104
  * The allowed types of encodings, as supported by Node.js
30094
30105
  * @public
@@ -39171,17 +39182,6 @@ function _pipeP(f, g) {
39171
39182
 
39172
39183
  /***/ }),
39173
39184
 
39174
- /***/ 535317:
39175
- /*!********************************!*\
39176
- !*** external "child_process" ***!
39177
- \********************************/
39178
- /***/ ((module) => {
39179
-
39180
- "use strict";
39181
- module.exports = require("child_process");
39182
-
39183
- /***/ }),
39184
-
39185
39185
  /***/ 535471:
39186
39186
  /*!**********************************************************************************************************************!*\
39187
39187
  !*** ../../common/temp/default/node_modules/.pnpm/ajv@8.13.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js ***!
@@ -43048,9 +43048,9 @@ var __importStar = (this && this.__importStar) || (function () {
43048
43048
  })();
43049
43049
  Object.defineProperty(exports, "__esModule", ({ value: true }));
43050
43050
  exports.FileSystem = exports.AlreadyExistsBehavior = void 0;
43051
- const nodeJsPath = __importStar(__webpack_require__(/*! path */ 16928));
43052
- const fs = __importStar(__webpack_require__(/*! fs */ 179896));
43053
- const fsPromises = __importStar(__webpack_require__(/*! fs/promises */ 191943));
43051
+ const nodeJsPath = __importStar(__webpack_require__(/*! node:path */ 176760));
43052
+ const fs = __importStar(__webpack_require__(/*! node:fs */ 973024));
43053
+ const fsPromises = __importStar(__webpack_require__(/*! node:fs/promises */ 51455));
43054
43054
  const fsx = __importStar(__webpack_require__(/*! fs-extra */ 665022));
43055
43055
  const Text_1 = __webpack_require__(/*! ./Text */ 426989);
43056
43056
  const PosixModeBits_1 = __webpack_require__(/*! ./PosixModeBits */ 332144);
@@ -44485,7 +44485,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
44485
44485
  };
44486
44486
  Object.defineProperty(exports, "__esModule", ({ value: true }));
44487
44487
  exports.StdioWritable = void 0;
44488
- const process_1 = __importDefault(__webpack_require__(/*! process */ 400932));
44488
+ const node_process_1 = __importDefault(__webpack_require__(/*! node:process */ 1708));
44489
44489
  const ITerminalChunk_1 = __webpack_require__(/*! ./ITerminalChunk */ 254192);
44490
44490
  const TerminalWritable_1 = __webpack_require__(/*! ./TerminalWritable */ 33900);
44491
44491
  /**
@@ -44501,10 +44501,10 @@ const TerminalWritable_1 = __webpack_require__(/*! ./TerminalWritable */ 33900);
44501
44501
  class StdioWritable extends TerminalWritable_1.TerminalWritable {
44502
44502
  onWriteChunk(chunk) {
44503
44503
  if (chunk.kind === ITerminalChunk_1.TerminalChunkKind.Stdout) {
44504
- process_1.default.stdout.write(chunk.text);
44504
+ node_process_1.default.stdout.write(chunk.text);
44505
44505
  }
44506
44506
  else if (chunk.kind === ITerminalChunk_1.TerminalChunkKind.Stderr) {
44507
- process_1.default.stderr.write(chunk.text);
44507
+ node_process_1.default.stderr.write(chunk.text);
44508
44508
  }
44509
44509
  }
44510
44510
  }
@@ -47674,14 +47674,14 @@ exports.CommandLineChoiceParameter = CommandLineChoiceParameter;
47674
47674
  // See LICENSE in the project root for license information.
47675
47675
  Object.defineProperty(exports, "__esModule", ({ value: true }));
47676
47676
  exports.TerminalStreamWritable = void 0;
47677
- const stream_1 = __webpack_require__(/*! stream */ 302203);
47677
+ const node_stream_1 = __webpack_require__(/*! node:stream */ 157075);
47678
47678
  const ITerminalProvider_1 = __webpack_require__(/*! ./ITerminalProvider */ 371016);
47679
47679
  /**
47680
47680
  * A adapter to allow writing to a provided terminal using Writable streams.
47681
47681
  *
47682
47682
  * @beta
47683
47683
  */
47684
- class TerminalStreamWritable extends stream_1.Writable {
47684
+ class TerminalStreamWritable extends node_stream_1.Writable {
47685
47685
  constructor(options) {
47686
47686
  const { terminal, severity, writableOptions } = options;
47687
47687
  super(writableOptions);
@@ -48031,8 +48031,8 @@ var __importStar = (this && this.__importStar) || (function () {
48031
48031
  })();
48032
48032
  Object.defineProperty(exports, "__esModule", ({ value: true }));
48033
48033
  exports.RealNodeModulePathResolver = void 0;
48034
- const nodeFs = __importStar(__webpack_require__(/*! fs */ 179896));
48035
- const nodePath = __importStar(__webpack_require__(/*! path */ 16928));
48034
+ const nodeFs = __importStar(__webpack_require__(/*! node:fs */ 973024));
48035
+ const nodePath = __importStar(__webpack_require__(/*! node:path */ 176760));
48036
48036
  /**
48037
48037
  * This class encapsulates a caching resolver for symlinks in node_modules directories.
48038
48038
  * It assumes that the only symlinks that exist in input paths are those that correspond to
@@ -48799,9 +48799,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
48799
48799
  exports.Executable = void 0;
48800
48800
  exports.parseProcessListOutputAsync = parseProcessListOutputAsync;
48801
48801
  exports.parseProcessListOutput = parseProcessListOutput;
48802
- const os = __importStar(__webpack_require__(/*! os */ 370857));
48803
- const child_process = __importStar(__webpack_require__(/*! child_process */ 535317));
48804
- const path = __importStar(__webpack_require__(/*! path */ 16928));
48802
+ const os = __importStar(__webpack_require__(/*! node:os */ 848161));
48803
+ const child_process = __importStar(__webpack_require__(/*! node:child_process */ 731421));
48804
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
48805
48805
  const EnvironmentMap_1 = __webpack_require__(/*! ./EnvironmentMap */ 298479);
48806
48806
  const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
48807
48807
  const PosixModeBits_1 = __webpack_require__(/*! ./PosixModeBits */ 332144);
@@ -49595,7 +49595,7 @@ var __importStar = (this && this.__importStar) || (function () {
49595
49595
  })();
49596
49596
  Object.defineProperty(exports, "__esModule", ({ value: true }));
49597
49597
  exports.JsonFile = exports.JsonSyntax = void 0;
49598
- const os = __importStar(__webpack_require__(/*! os */ 370857));
49598
+ const os = __importStar(__webpack_require__(/*! node:os */ 848161));
49599
49599
  const jju = __importStar(__webpack_require__(/*! jju */ 578648));
49600
49600
  const Text_1 = __webpack_require__(/*! ./Text */ 426989);
49601
49601
  const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
@@ -51568,6 +51568,17 @@ exports.CommandLineStringParameter = CommandLineStringParameter;
51568
51568
 
51569
51569
  /***/ }),
51570
51570
 
51571
+ /***/ 731421:
51572
+ /*!*************************************!*\
51573
+ !*** external "node:child_process" ***!
51574
+ \*************************************/
51575
+ /***/ ((module) => {
51576
+
51577
+ "use strict";
51578
+ module.exports = require("node:child_process");
51579
+
51580
+ /***/ }),
51581
+
51571
51582
  /***/ 731577:
51572
51583
  /*!*************************************************************************************************************!*\
51573
51584
  !*** ../../common/temp/default/node_modules/.pnpm/ramda@0.27.2/node_modules/ramda/es/internal/_isString.js ***!
@@ -53808,10 +53819,10 @@ var __importStar = (this && this.__importStar) || (function () {
53808
53819
  })();
53809
53820
  Object.defineProperty(exports, "__esModule", ({ value: true }));
53810
53821
  exports.Import = void 0;
53811
- const path = __importStar(__webpack_require__(/*! path */ 16928));
53822
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
53823
+ const nodeModule = __webpack_require__(/*! module */ 273339);
53812
53824
  const importLazy = __webpack_require__(/*! import-lazy */ 753411);
53813
53825
  const Resolve = __importStar(__webpack_require__(/*! resolve */ 868142));
53814
- const nodeModule = __webpack_require__(/*! module */ 273339);
53815
53826
  const PackageJsonLookup_1 = __webpack_require__(/*! ./PackageJsonLookup */ 193248);
53816
53827
  const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
53817
53828
  const PackageName_1 = __webpack_require__(/*! ./PackageName */ 2211);
@@ -56542,8 +56553,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
56542
56553
  exports.LockFile = void 0;
56543
56554
  exports.getProcessStartTimeFromProcStat = getProcessStartTimeFromProcStat;
56544
56555
  exports.getProcessStartTime = getProcessStartTime;
56545
- const path = __importStar(__webpack_require__(/*! path */ 16928));
56546
- const child_process = __importStar(__webpack_require__(/*! child_process */ 535317));
56556
+ const path = __importStar(__webpack_require__(/*! node:path */ 176760));
56557
+ const child_process = __importStar(__webpack_require__(/*! node:child_process */ 731421));
56547
56558
  const FileSystem_1 = __webpack_require__(/*! ./FileSystem */ 607393);
56548
56559
  const FileWriter_1 = __webpack_require__(/*! ./FileWriter */ 946071);
56549
56560
  const Async_1 = __webpack_require__(/*! ./Async */ 910992);
@@ -61206,7 +61217,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
61206
61217
  };
61207
61218
  Object.defineProperty(exports, "__esModule", ({ value: true }));
61208
61219
  exports.SubprocessTerminator = void 0;
61209
- const process_1 = __importDefault(__webpack_require__(/*! process */ 400932));
61220
+ const node_process_1 = __importDefault(__webpack_require__(/*! node:process */ 1708));
61210
61221
  const Executable_1 = __webpack_require__(/*! ./Executable */ 701954);
61211
61222
  /**
61212
61223
  * When a child process is created, registering it with the SubprocessTerminator will ensure
@@ -61295,7 +61306,7 @@ class SubprocessTerminator {
61295
61306
  }
61296
61307
  else {
61297
61308
  // Passing a negative PID terminates the entire group instead of just the one process
61298
- process_1.default.kill(-pid, 'SIGKILL');
61309
+ node_process_1.default.kill(-pid, 'SIGKILL');
61299
61310
  }
61300
61311
  }
61301
61312
  // Install the hooks
@@ -61303,17 +61314,17 @@ class SubprocessTerminator {
61303
61314
  if (!SubprocessTerminator._initialized) {
61304
61315
  SubprocessTerminator._initialized = true;
61305
61316
  SubprocessTerminator._logDebug('initialize');
61306
- process_1.default.prependListener('SIGTERM', SubprocessTerminator._onTerminateSignal);
61307
- process_1.default.prependListener('SIGINT', SubprocessTerminator._onTerminateSignal);
61308
- process_1.default.prependListener('exit', SubprocessTerminator._onExit);
61317
+ node_process_1.default.prependListener('SIGTERM', SubprocessTerminator._onTerminateSignal);
61318
+ node_process_1.default.prependListener('SIGINT', SubprocessTerminator._onTerminateSignal);
61319
+ node_process_1.default.prependListener('exit', SubprocessTerminator._onExit);
61309
61320
  }
61310
61321
  }
61311
61322
  // Uninstall the hooks and perform cleanup
61312
61323
  static _cleanupChildProcesses() {
61313
61324
  if (SubprocessTerminator._initialized) {
61314
61325
  SubprocessTerminator._initialized = false;
61315
- process_1.default.removeListener('SIGTERM', SubprocessTerminator._onTerminateSignal);
61316
- process_1.default.removeListener('SIGINT', SubprocessTerminator._onTerminateSignal);
61326
+ node_process_1.default.removeListener('SIGTERM', SubprocessTerminator._onTerminateSignal);
61327
+ node_process_1.default.removeListener('SIGINT', SubprocessTerminator._onTerminateSignal);
61317
61328
  const trackedSubprocesses = Array.from(SubprocessTerminator._subprocessesByPid.values());
61318
61329
  let firstError = undefined;
61319
61330
  for (const trackedSubprocess of trackedSubprocesses) {
@@ -61335,8 +61346,8 @@ class SubprocessTerminator {
61335
61346
  console.error('\nAn unexpected error was encountered while attempting to clean up child processes:');
61336
61347
  // eslint-disable-next-line no-console
61337
61348
  console.error(firstError.toString());
61338
- if (!process_1.default.exitCode) {
61339
- process_1.default.exitCode = 1;
61349
+ if (!node_process_1.default.exitCode) {
61350
+ node_process_1.default.exitCode = 1;
61340
61351
  }
61341
61352
  }
61342
61353
  }
@@ -61361,7 +61372,7 @@ class SubprocessTerminator {
61361
61372
  // the original handler. But we can invoke it by removing our listener and then resending
61362
61373
  // the signal to our own process.
61363
61374
  SubprocessTerminator._logDebug(`relaying ${signal}`);
61364
- process_1.default.kill(process_1.default.pid, signal);
61375
+ node_process_1.default.kill(node_process_1.default.pid, signal);
61365
61376
  }
61366
61377
  // For debugging
61367
61378
  static _logDebug(message) {
@@ -61380,12 +61391,12 @@ SubprocessTerminator._initialized = false;
61380
61391
  * terminate on their own.
61381
61392
  */
61382
61393
  SubprocessTerminator._subprocessesByPid = new Map();
61383
- SubprocessTerminator._isWindows = process_1.default.platform === 'win32';
61394
+ SubprocessTerminator._isWindows = node_process_1.default.platform === 'win32';
61384
61395
  /**
61385
61396
  * The recommended options when creating a child process.
61386
61397
  */
61387
61398
  SubprocessTerminator.RECOMMENDED_OPTIONS = {
61388
- detached: process_1.default.platform !== 'win32'
61399
+ detached: node_process_1.default.platform !== 'win32'
61389
61400
  };
61390
61401
  //# sourceMappingURL=SubprocessTerminator.js.map
61391
61402
 
@@ -70598,6 +70609,17 @@ function hideAuthInformation(authHeaderValue) {
70598
70609
 
70599
70610
  /***/ }),
70600
70611
 
70612
+ /***/ 973024:
70613
+ /*!**************************!*\
70614
+ !*** external "node:fs" ***!
70615
+ \**************************/
70616
+ /***/ ((module) => {
70617
+
70618
+ "use strict";
70619
+ module.exports = require("node:fs");
70620
+
70621
+ /***/ }),
70622
+
70601
70623
  /***/ 973511:
70602
70624
  /*!************************************************************************************************************!*\
70603
70625
  !*** ../../common/temp/default/node_modules/.pnpm/graceful-fs@4.2.4/node_modules/graceful-fs/polyfills.js ***!