rollup 2.74.1 → 2.75.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.1
4
- Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
3
+ Rollup.js v2.75.0
4
+ Fri, 27 May 2022 08:24:10 GMT - commit c1d62262beb6e743a1b507aecad99cb03f446741
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -9,7 +9,7 @@
9
9
  */
10
10
  import require$$0$2, { resolve } from 'path';
11
11
  import process$1 from 'process';
12
- import { ensureArray, warnUnknownOptions, defaultOnWarn, objectifyOptionWithPresets, treeshakePresets, objectifyOption, generatedCodePresets, picomatch as picomatch$2, getAugmentedNamespace, fseventsImporter, createFilter, rollupInternal } from './rollup.js';
12
+ import { defaultOnWarn, ensureArray, warnUnknownOptions, objectifyOption, objectifyOptionWithPresets, generatedCodePresets, treeshakePresets, picomatch as picomatch$2, getAugmentedNamespace, fseventsImporter, createFilter, rollupInternal } from './rollup.js';
13
13
  import require$$2$1, { platform } from 'os';
14
14
  import require$$0$1 from 'fs';
15
15
  import require$$2 from 'util';
@@ -1392,7 +1392,7 @@ const invalidStep = (step, options) => {
1392
1392
  return [];
1393
1393
  };
1394
1394
 
1395
- const fillNumbers = (start, end, step = 1, options = {}) => {
1395
+ const fillNumbers = (start, end, step = 1, options) => {
1396
1396
  let a = Number(start);
1397
1397
  let b = Number(end);
1398
1398
 
@@ -1444,7 +1444,7 @@ const fillNumbers = (start, end, step = 1, options = {}) => {
1444
1444
  return range;
1445
1445
  };
1446
1446
 
1447
- const fillLetters = (start, end, step = 1, options = {}) => {
1447
+ const fillLetters = (start, end, step = 1, options) => {
1448
1448
  if ((!isNumber(start) && start.length > 1) || (!isNumber(end) && end.length > 1)) {
1449
1449
  return invalidRange(start, end, options);
1450
1450
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.1
4
- Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
3
+ Rollup.js v2.75.0
4
+ Fri, 27 May 2022 08:24:10 GMT - commit c1d62262beb6e743a1b507aecad99cb03f446741
5
5
 
6
6
  https://github.com/rollup/rollup
7
7