rollup 4.0.0-2 → 4.0.0-20

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-2
4
- Tue, 01 Aug 2023 11:16:13 GMT - commit d62558dbc45912c9c4478dc761bb290738c3b968
3
+ Rollup.js v4.0.0-20
4
+ Sun, 24 Sep 2023 06:09:55 GMT - commit 9d6dc574c6dca3d85e9eda512b09797a6d15462f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -306,8 +306,6 @@ readdirp$1.default = readdirp$1;
306
306
 
307
307
  var readdirp_1 = readdirp$1;
308
308
 
309
- /*@__PURE__*/rollup.getDefaultExportFromCjs(readdirp_1);
310
-
311
309
  var anymatch$2 = {exports: {}};
312
310
 
313
311
  /*!
@@ -346,8 +344,6 @@ var normalizePath$2 = function(path, stripTrailing) {
346
344
  return prefix + segs.join('/');
347
345
  };
348
346
 
349
- /*@__PURE__*/rollup.getDefaultExportFromCjs(normalizePath$2);
350
-
351
347
  var anymatch_1 = anymatch$2.exports;
352
348
 
353
349
  Object.defineProperty(anymatch_1, "__esModule", { value: true });
@@ -454,7 +450,6 @@ anymatch$1.default = anymatch$1;
454
450
  anymatch$2.exports = anymatch$1;
455
451
 
456
452
  var anymatchExports = anymatch$2.exports;
457
- /*@__PURE__*/rollup.getDefaultExportFromCjs(anymatchExports);
458
453
 
459
454
  /*!
460
455
  * is-extglob <https://github.com/jonschlinkert/is-extglob>
@@ -477,8 +472,6 @@ var isExtglob$1 = function isExtglob(str) {
477
472
  return false;
478
473
  };
479
474
 
480
- /*@__PURE__*/rollup.getDefaultExportFromCjs(isExtglob$1);
481
-
482
475
  /*!
483
476
  * is-glob <https://github.com/jonschlinkert/is-glob>
484
477
  *
@@ -630,8 +623,6 @@ var isGlob$2 = function isGlob(str, options) {
630
623
  return check(str);
631
624
  };
632
625
 
633
- /*@__PURE__*/rollup.getDefaultExportFromCjs(isGlob$2);
634
-
635
626
  var isGlob$1 = isGlob$2;
636
627
  var pathPosixDirname = require$$0$2.posix.dirname;
637
628
  var isWin32 = require$$2$1.platform() === 'win32';
@@ -673,8 +664,6 @@ var globParent$1 = function globParent(str, opts) {
673
664
  return str.replace(escaped, '$1');
674
665
  };
675
666
 
676
- /*@__PURE__*/rollup.getDefaultExportFromCjs(globParent$1);
677
-
678
667
  var utils$3 = {};
679
668
 
680
669
  (function (exports) {
@@ -791,8 +780,6 @@ var utils$3 = {};
791
780
  };
792
781
  } (utils$3));
793
782
 
794
- /*@__PURE__*/rollup.getDefaultExportFromCjs(utils$3);
795
-
796
783
  const utils$2 = utils$3;
797
784
 
798
785
  var stringify$4 = (ast, options = {}) => {
@@ -823,8 +810,6 @@ var stringify$4 = (ast, options = {}) => {
823
810
  return stringify(ast);
824
811
  };
825
812
 
826
- /*@__PURE__*/rollup.getDefaultExportFromCjs(stringify$4);
827
-
828
813
  /*!
829
814
  * is-number <https://github.com/jonschlinkert/is-number>
830
815
  *
@@ -842,8 +827,6 @@ var isNumber$2 = function(num) {
842
827
  return false;
843
828
  };
844
829
 
845
- /*@__PURE__*/rollup.getDefaultExportFromCjs(isNumber$2);
846
-
847
830
  /*!
848
831
  * to-regex-range <https://github.com/micromatch/to-regex-range>
849
832
  *
@@ -1131,8 +1114,6 @@ toRegexRange$1.clearCache = () => (toRegexRange$1.cache = {});
1131
1114
 
1132
1115
  var toRegexRange_1 = toRegexRange$1;
1133
1116
 
1134
- /*@__PURE__*/rollup.getDefaultExportFromCjs(toRegexRange_1);
1135
-
1136
1117
  /*!
1137
1118
  * fill-range <https://github.com/jonschlinkert/fill-range>
1138
1119
  *
@@ -1381,8 +1362,6 @@ const fill$2 = (start, end, step, options = {}) => {
1381
1362
 
1382
1363
  var fillRange = fill$2;
1383
1364
 
1384
- /*@__PURE__*/rollup.getDefaultExportFromCjs(fillRange);
1385
-
1386
1365
  const fill$1 = fillRange;
1387
1366
  const utils$1 = utils$3;
1388
1367
 
@@ -1439,8 +1418,6 @@ const compile$1 = (ast, options = {}) => {
1439
1418
 
1440
1419
  var compile_1 = compile$1;
1441
1420
 
1442
- /*@__PURE__*/rollup.getDefaultExportFromCjs(compile_1);
1443
-
1444
1421
  const fill = fillRange;
1445
1422
  const stringify$2 = stringify$4;
1446
1423
  const utils = utils$3;
@@ -1553,8 +1530,6 @@ const expand$1 = (ast, options = {}) => {
1553
1530
 
1554
1531
  var expand_1 = expand$1;
1555
1532
 
1556
- /*@__PURE__*/rollup.getDefaultExportFromCjs(expand_1);
1557
-
1558
1533
  var constants$1 = {
1559
1534
  MAX_LENGTH: 1024 * 64,
1560
1535
 
@@ -1611,8 +1586,6 @@ var constants$1 = {
1611
1586
  CHAR_ZERO_WIDTH_NOBREAK_SPACE: '\uFEFF' /* \uFEFF */
1612
1587
  };
1613
1588
 
1614
- /*@__PURE__*/rollup.getDefaultExportFromCjs(constants$1);
1615
-
1616
1589
  const stringify$1 = stringify$4;
1617
1590
 
1618
1591
  /**
@@ -1942,8 +1915,6 @@ const parse$1 = (input, options = {}) => {
1942
1915
 
1943
1916
  var parse_1 = parse$1;
1944
1917
 
1945
- /*@__PURE__*/rollup.getDefaultExportFromCjs(parse_1);
1946
-
1947
1918
  const stringify = stringify$4;
1948
1919
  const compile = compile_1;
1949
1920
  const expand = expand_1;
@@ -2113,8 +2084,6 @@ braces$1.create = (input, options = {}) => {
2113
2084
 
2114
2085
  var braces_1 = braces$1;
2115
2086
 
2116
- /*@__PURE__*/rollup.getDefaultExportFromCjs(braces_1);
2117
-
2118
2087
  const require$$0 = [
2119
2088
  "3dm",
2120
2089
  "3ds",
@@ -2378,8 +2347,6 @@ const require$$0 = [
2378
2347
 
2379
2348
  var binaryExtensions$1 = require$$0;
2380
2349
 
2381
- /*@__PURE__*/rollup.getDefaultExportFromCjs(binaryExtensions$1);
2382
-
2383
2350
  const path = require$$0$2;
2384
2351
  const binaryExtensions = binaryExtensions$1;
2385
2352
 
@@ -2387,8 +2354,6 @@ const extensions = new Set(binaryExtensions);
2387
2354
 
2388
2355
  var isBinaryPath$1 = filePath => extensions.has(path.extname(filePath).slice(1).toLowerCase());
2389
2356
 
2390
- /*@__PURE__*/rollup.getDefaultExportFromCjs(isBinaryPath$1);
2391
-
2392
2357
  var constants = {};
2393
2358
 
2394
2359
  (function (exports) {
@@ -2458,8 +2423,6 @@ var constants = {};
2458
2423
  exports.isIBMi = os.type() === 'OS400';
2459
2424
  } (constants));
2460
2425
 
2461
- /*@__PURE__*/rollup.getDefaultExportFromCjs(constants);
2462
-
2463
2426
  const fs$2 = require$$0$1;
2464
2427
  const sysPath$2 = require$$0$2;
2465
2428
  const { promisify: promisify$2 } = require$$2;
@@ -3103,8 +3066,6 @@ async _addToNodeFs(path, initialAdd, priorWh, depth, target) {
3103
3066
 
3104
3067
  var nodefsHandler = NodeFsHandler$1;
3105
3068
 
3106
- /*@__PURE__*/rollup.getDefaultExportFromCjs(nodefsHandler);
3107
-
3108
3069
  var fseventsHandler = {exports: {}};
3109
3070
 
3110
3071
  const require$$3 = /*@__PURE__*/rollup.getAugmentedNamespace(fseventsImporter.fseventsImporter);
@@ -3633,7 +3594,6 @@ fseventsHandler.exports = FsEventsHandler$1;
3633
3594
  fseventsHandler.exports.canUse = canUse;
3634
3595
 
3635
3596
  var fseventsHandlerExports = fseventsHandler.exports;
3636
- /*@__PURE__*/rollup.getDefaultExportFromCjs(fseventsHandlerExports);
3637
3597
 
3638
3598
  const { EventEmitter } = require$$0$3;
3639
3599
  const fs = require$$0$1;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-2
4
- Tue, 01 Aug 2023 11:16:13 GMT - commit d62558dbc45912c9c4478dc761bb290738c3b968
3
+ Rollup.js v4.0.0-20
4
+ Sun, 24 Sep 2023 06:09:55 GMT - commit 9d6dc574c6dca3d85e9eda512b09797a6d15462f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -260,7 +260,6 @@ function generateLogFilter(command) {
260
260
  }
261
261
  return getLogFilter_js.getLogFilter(filters);
262
262
  }
263
- //# sourceMappingURL=batchWarnings.js.map
264
263
 
265
264
  const stdinName = '-';
266
265
  let stdinResult = null;
@@ -295,7 +294,6 @@ function readStdin() {
295
294
  });
296
295
  });
297
296
  }
298
- //# sourceMappingURL=stdin.js.map
299
297
 
300
298
  function waitForInputPlugin() {
301
299
  return {
@@ -321,7 +319,6 @@ function waitForInputPlugin() {
321
319
  name: 'wait-for-input'
322
320
  };
323
321
  }
324
- //# sourceMappingURL=waitForInput.js.map
325
322
 
326
323
  async function addCommandPluginsToInputOptions(inputOptions, command) {
327
324
  if (command.stdin !== false) {
@@ -426,7 +423,6 @@ async function requireOrImport(pluginPath) {
426
423
  return import(pluginPath);
427
424
  }
428
425
  }
429
- //# sourceMappingURL=commandPlugins.js.map
430
426
 
431
427
  const loadConfigFile = async (fileName, commandOptions = {}, watchMode = false) => {
432
428
  const configs = await getConfigList(getDefaultFromCjs(await getConfigFileExport(fileName, commandOptions, watchMode)), commandOptions);
@@ -542,7 +538,6 @@ async function getConfigList(configFileExport, commandOptions) {
542
538
  }
543
539
  return Array.isArray(config) ? config : [config];
544
540
  }
545
- //# sourceMappingURL=loadConfigFile.js.map
546
541
 
547
542
  exports.addCommandPluginsToInputOptions = addCommandPluginsToInputOptions;
548
543
  exports.batchWarnings = batchWarnings;