rollup 2.75.3 → 2.75.6

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.75.3
4
- Sun, 29 May 2022 14:46:24 GMT - commit 279581594d642307218126f20092aaf822084d6a
3
+ Rollup.js v2.75.6
4
+ Tue, 07 Jun 2022 14:42:22 GMT - commit 0ab16cc04b7d6dfe5bd14340ba7448085a379e25
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 { defaultOnWarn, ensureArray, warnUnknownOptions, objectifyOption, objectifyOptionWithPresets, generatedCodePresets, treeshakePresets, picomatch as picomatch$2, getAugmentedNamespace, fseventsImporter, createFilter, rollupInternal } from './rollup.js';
12
+ import { ensureArray, warnUnknownOptions, defaultOnWarn, objectifyOptionWithPresets, treeshakePresets, objectifyOption, generatedCodePresets, 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.75.3
4
- Sun, 29 May 2022 14:46:24 GMT - commit 279581594d642307218126f20092aaf822084d6a
3
+ Rollup.js v2.75.6
4
+ Tue, 07 Jun 2022 14:42:22 GMT - commit 0ab16cc04b7d6dfe5bd14340ba7448085a379e25
5
5
 
6
6
  https://github.com/rollup/rollup
7
7