rollup 4.0.0-3 → 4.0.0-5

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-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -9,7 +9,7 @@
9
9
  */
10
10
  import { resolve } from 'node:path';
11
11
  import process$1 from 'node:process';
12
- import { getDefaultExportFromCjs, picomatch as picomatch$2, getAugmentedNamespace, fseventsImporter, createFilter, rollupInternal } from './node-entry.js';
12
+ import { picomatch as picomatch$2, getAugmentedNamespace, fseventsImporter, createFilter, rollupInternal } from './node-entry.js';
13
13
  import { platform } from 'node:os';
14
14
  import require$$0$1 from 'fs';
15
15
  import require$$2 from 'util';
@@ -19,7 +19,7 @@ import require$$2$1 from 'os';
19
19
  import require$$0$3 from 'events';
20
20
  import 'node:perf_hooks';
21
21
  import 'node:crypto';
22
- import './native';
22
+ import './native.cjs';
23
23
  import 'node:fs/promises';
24
24
  import 'tty';
25
25
 
@@ -311,8 +311,6 @@ readdirp$1.default = readdirp$1;
311
311
 
312
312
  var readdirp_1 = readdirp$1;
313
313
 
314
- /*@__PURE__*/getDefaultExportFromCjs(readdirp_1);
315
-
316
314
  var anymatch$2 = {exports: {}};
317
315
 
318
316
  /*!
@@ -351,8 +349,6 @@ var normalizePath$2 = function(path, stripTrailing) {
351
349
  return prefix + segs.join('/');
352
350
  };
353
351
 
354
- /*@__PURE__*/getDefaultExportFromCjs(normalizePath$2);
355
-
356
352
  var anymatch_1 = anymatch$2.exports;
357
353
 
358
354
  Object.defineProperty(anymatch_1, "__esModule", { value: true });
@@ -459,7 +455,6 @@ anymatch$1.default = anymatch$1;
459
455
  anymatch$2.exports = anymatch$1;
460
456
 
461
457
  var anymatchExports = anymatch$2.exports;
462
- /*@__PURE__*/getDefaultExportFromCjs(anymatchExports);
463
458
 
464
459
  /*!
465
460
  * is-extglob <https://github.com/jonschlinkert/is-extglob>
@@ -482,8 +477,6 @@ var isExtglob$1 = function isExtglob(str) {
482
477
  return false;
483
478
  };
484
479
 
485
- /*@__PURE__*/getDefaultExportFromCjs(isExtglob$1);
486
-
487
480
  /*!
488
481
  * is-glob <https://github.com/jonschlinkert/is-glob>
489
482
  *
@@ -635,8 +628,6 @@ var isGlob$2 = function isGlob(str, options) {
635
628
  return check(str);
636
629
  };
637
630
 
638
- /*@__PURE__*/getDefaultExportFromCjs(isGlob$2);
639
-
640
631
  var isGlob$1 = isGlob$2;
641
632
  var pathPosixDirname = require$$0$2.posix.dirname;
642
633
  var isWin32 = require$$2$1.platform() === 'win32';
@@ -678,8 +669,6 @@ var globParent$1 = function globParent(str, opts) {
678
669
  return str.replace(escaped, '$1');
679
670
  };
680
671
 
681
- /*@__PURE__*/getDefaultExportFromCjs(globParent$1);
682
-
683
672
  var utils$3 = {};
684
673
 
685
674
  (function (exports) {
@@ -796,8 +785,6 @@ var utils$3 = {};
796
785
  };
797
786
  } (utils$3));
798
787
 
799
- /*@__PURE__*/getDefaultExportFromCjs(utils$3);
800
-
801
788
  const utils$2 = utils$3;
802
789
 
803
790
  var stringify$4 = (ast, options = {}) => {
@@ -828,8 +815,6 @@ var stringify$4 = (ast, options = {}) => {
828
815
  return stringify(ast);
829
816
  };
830
817
 
831
- /*@__PURE__*/getDefaultExportFromCjs(stringify$4);
832
-
833
818
  /*!
834
819
  * is-number <https://github.com/jonschlinkert/is-number>
835
820
  *
@@ -847,8 +832,6 @@ var isNumber$2 = function(num) {
847
832
  return false;
848
833
  };
849
834
 
850
- /*@__PURE__*/getDefaultExportFromCjs(isNumber$2);
851
-
852
835
  /*!
853
836
  * to-regex-range <https://github.com/micromatch/to-regex-range>
854
837
  *
@@ -1136,8 +1119,6 @@ toRegexRange$1.clearCache = () => (toRegexRange$1.cache = {});
1136
1119
 
1137
1120
  var toRegexRange_1 = toRegexRange$1;
1138
1121
 
1139
- /*@__PURE__*/getDefaultExportFromCjs(toRegexRange_1);
1140
-
1141
1122
  /*!
1142
1123
  * fill-range <https://github.com/jonschlinkert/fill-range>
1143
1124
  *
@@ -1386,8 +1367,6 @@ const fill$2 = (start, end, step, options = {}) => {
1386
1367
 
1387
1368
  var fillRange = fill$2;
1388
1369
 
1389
- /*@__PURE__*/getDefaultExportFromCjs(fillRange);
1390
-
1391
1370
  const fill$1 = fillRange;
1392
1371
  const utils$1 = utils$3;
1393
1372
 
@@ -1444,8 +1423,6 @@ const compile$1 = (ast, options = {}) => {
1444
1423
 
1445
1424
  var compile_1 = compile$1;
1446
1425
 
1447
- /*@__PURE__*/getDefaultExportFromCjs(compile_1);
1448
-
1449
1426
  const fill = fillRange;
1450
1427
  const stringify$2 = stringify$4;
1451
1428
  const utils = utils$3;
@@ -1558,8 +1535,6 @@ const expand$1 = (ast, options = {}) => {
1558
1535
 
1559
1536
  var expand_1 = expand$1;
1560
1537
 
1561
- /*@__PURE__*/getDefaultExportFromCjs(expand_1);
1562
-
1563
1538
  var constants$1 = {
1564
1539
  MAX_LENGTH: 1024 * 64,
1565
1540
 
@@ -1616,8 +1591,6 @@ var constants$1 = {
1616
1591
  CHAR_ZERO_WIDTH_NOBREAK_SPACE: '\uFEFF' /* \uFEFF */
1617
1592
  };
1618
1593
 
1619
- /*@__PURE__*/getDefaultExportFromCjs(constants$1);
1620
-
1621
1594
  const stringify$1 = stringify$4;
1622
1595
 
1623
1596
  /**
@@ -1947,8 +1920,6 @@ const parse$1 = (input, options = {}) => {
1947
1920
 
1948
1921
  var parse_1 = parse$1;
1949
1922
 
1950
- /*@__PURE__*/getDefaultExportFromCjs(parse_1);
1951
-
1952
1923
  const stringify = stringify$4;
1953
1924
  const compile = compile_1;
1954
1925
  const expand = expand_1;
@@ -2118,8 +2089,6 @@ braces$1.create = (input, options = {}) => {
2118
2089
 
2119
2090
  var braces_1 = braces$1;
2120
2091
 
2121
- /*@__PURE__*/getDefaultExportFromCjs(braces_1);
2122
-
2123
2092
  const require$$0 = [
2124
2093
  "3dm",
2125
2094
  "3ds",
@@ -2383,8 +2352,6 @@ const require$$0 = [
2383
2352
 
2384
2353
  var binaryExtensions$1 = require$$0;
2385
2354
 
2386
- /*@__PURE__*/getDefaultExportFromCjs(binaryExtensions$1);
2387
-
2388
2355
  const path = require$$0$2;
2389
2356
  const binaryExtensions = binaryExtensions$1;
2390
2357
 
@@ -2392,8 +2359,6 @@ const extensions = new Set(binaryExtensions);
2392
2359
 
2393
2360
  var isBinaryPath$1 = filePath => extensions.has(path.extname(filePath).slice(1).toLowerCase());
2394
2361
 
2395
- /*@__PURE__*/getDefaultExportFromCjs(isBinaryPath$1);
2396
-
2397
2362
  var constants = {};
2398
2363
 
2399
2364
  (function (exports) {
@@ -2463,8 +2428,6 @@ var constants = {};
2463
2428
  exports.isIBMi = os.type() === 'OS400';
2464
2429
  } (constants));
2465
2430
 
2466
- /*@__PURE__*/getDefaultExportFromCjs(constants);
2467
-
2468
2431
  const fs$2 = require$$0$1;
2469
2432
  const sysPath$2 = require$$0$2;
2470
2433
  const { promisify: promisify$2 } = require$$2;
@@ -3108,8 +3071,6 @@ async _addToNodeFs(path, initialAdd, priorWh, depth, target) {
3108
3071
 
3109
3072
  var nodefsHandler = NodeFsHandler$1;
3110
3073
 
3111
- /*@__PURE__*/getDefaultExportFromCjs(nodefsHandler);
3112
-
3113
3074
  var fseventsHandler = {exports: {}};
3114
3075
 
3115
3076
  const require$$3 = /*@__PURE__*/getAugmentedNamespace(fseventsImporter);
@@ -3638,7 +3599,6 @@ fseventsHandler.exports = FsEventsHandler$1;
3638
3599
  fseventsHandler.exports.canUse = canUse;
3639
3600
 
3640
3601
  var fseventsHandlerExports = fseventsHandler.exports;
3641
- /*@__PURE__*/getDefaultExportFromCjs(fseventsHandlerExports);
3642
3602
 
3643
3603
  const { EventEmitter } = require$$0$3;
3644
3604
  const fs = require$$0$1;
@@ -4666,7 +4626,6 @@ class FileWatcher {
4666
4626
  return watcher;
4667
4627
  }
4668
4628
  }
4669
- //# sourceMappingURL=fileWatcher.js.map
4670
4629
 
4671
4630
  const eventsRewrites = {
4672
4631
  create: {
@@ -4895,6 +4854,5 @@ class Task {
4895
4854
  this.fileWatcher.watch(id, isTransformDependency);
4896
4855
  }
4897
4856
  }
4898
- //# sourceMappingURL=watch.js.map
4899
4857
 
4900
4858
  export { Task, Watcher };
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -64,7 +64,6 @@ const testFilter = (log, key, parts) => {
64
64
  }
65
65
  return value.endsWith(parts[lastPartIndex]);
66
66
  };
67
- //# sourceMappingURL=getLogFilter.js.map
68
67
 
69
68
  exports.getLogFilter = getLogFilter;
70
69
  //# sourceMappingURL=getLogFilter.js.map
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -21,7 +21,7 @@ require('tty');
21
21
  require('path');
22
22
  require('node:perf_hooks');
23
23
  require('node:crypto');
24
- require('./native');
24
+ require('./native.cjs');
25
25
  require('./getLogFilter.js');
26
26
 
27
27
 
package/dist/rollup.d.ts CHANGED
@@ -52,7 +52,7 @@ export type SourceMapSegment =
52
52
 
53
53
  export interface ExistingDecodedSourceMap {
54
54
  file?: string;
55
- mappings: SourceMapSegment[][];
55
+ readonly mappings: SourceMapSegment[][];
56
56
  names: string[];
57
57
  sourceRoot?: string;
58
58
  sources: string[];
@@ -74,11 +74,10 @@ export interface ExistingRawSourceMap {
74
74
 
75
75
  export type DecodedSourceMapOrMissing =
76
76
  | {
77
- mappings?: never;
78
77
  missing: true;
79
78
  plugin: string;
80
79
  }
81
- | ExistingDecodedSourceMap;
80
+ | (ExistingDecodedSourceMap & { missing?: false });
82
81
 
83
82
  export interface SourceMap {
84
83
  file: string;
@@ -221,6 +220,7 @@ export interface PluginContext extends MinimalPluginContext {
221
220
  ) => Promise<ModuleInfo>;
222
221
  /** @deprecated Use `this.getModuleIds` instead */
223
222
  moduleIds: IterableIterator<string>;
223
+ // TODO SWC remove acorn options from this.parse
224
224
  parse: (input: string, options?: any) => AcornNode;
225
225
  resolve: (
226
226
  source: string,
@@ -828,7 +828,7 @@ export interface OutputAsset extends PreRenderedAsset {
828
828
  }
829
829
 
830
830
  export interface RenderedModule {
831
- code: string | null;
831
+ readonly code: string | null;
832
832
  originalLength: number;
833
833
  removedExports: string[];
834
834
  renderedExports: string[];
@@ -863,6 +863,7 @@ export interface RenderedChunk extends PreRenderedChunk {
863
863
  export interface OutputChunk extends RenderedChunk {
864
864
  code: string;
865
865
  map: SourceMap | null;
866
+ preliminaryFileName: string;
866
867
  }
867
868
 
868
869
  export interface SerializablePluginCache {
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -19,7 +19,7 @@ require('node:path');
19
19
  require('path');
20
20
  require('node:perf_hooks');
21
21
  require('node:crypto');
22
- require('./native');
22
+ require('./native.cjs');
23
23
  require('node:fs/promises');
24
24
  require('./shared/fsevents-importer.js');
25
25
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -25,7 +25,6 @@ function getFsEvents() {
25
25
  throw fsEventsImportError;
26
26
  return fsEvents;
27
27
  }
28
- //# sourceMappingURL=fsevents-importer.js.map
29
28
 
30
29
  const fseventsImporter = /*#__PURE__*/Object.defineProperty({
31
30
  __proto__: null,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
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-3
4
- Fri, 04 Aug 2023 08:16:31 GMT - commit d9deb724f026a6f3e429509fce2d920e75d6a1ae
3
+ Rollup.js v4.0.0-5
4
+ Sun, 20 Aug 2023 06:56:10 GMT - commit 6284e58c1be160b656b9f2b44e8e2b1e5a93f9df
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;