rollup 3.6.0 → 3.7.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/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v3.6.0
6
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
5
+ Rollup.js v3.7.0
6
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
7
7
 
8
8
  https://github.com/rollup/rollup
9
9
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import { promises } from 'node:fs';
16
16
  import { EventEmitter } from 'node:events';
17
17
  import * as tty from 'tty';
18
18
 
19
- var version$1 = "3.6.0";
19
+ var version$1 = "3.7.0";
20
20
 
21
21
  var charToInteger = {};
22
22
  var chars$1 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
@@ -5031,6 +5031,10 @@ const literalNumberMembers = assembleMemberDescriptions({
5031
5031
  toPrecision: returnsString,
5032
5032
  valueOf: returnsNumber
5033
5033
  }, objectMembers);
5034
+ const literalRegExpMembers = assembleMemberDescriptions({
5035
+ exec: returnsUnknown,
5036
+ test: returnsBoolean
5037
+ }, objectMembers);
5034
5038
  const literalStringMembers = assembleMemberDescriptions({
5035
5039
  anchor: returnsString,
5036
5040
  at: returnsUnknown,
@@ -5082,6 +5086,9 @@ const literalStringMembers = assembleMemberDescriptions({
5082
5086
  valueOf: returnsString
5083
5087
  }, objectMembers);
5084
5088
  function getLiteralMembersForValue(value) {
5089
+ if (value instanceof RegExp) {
5090
+ return literalRegExpMembers;
5091
+ }
5085
5092
  switch (typeof value) {
5086
5093
  case 'boolean': {
5087
5094
  return literalBooleanMembers;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
31
31
 
32
32
  const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
33
33
 
34
- var version$1 = "3.6.0";
34
+ var version$1 = "3.7.0";
35
35
 
36
36
  function ensureArray$1(items) {
37
37
  if (Array.isArray(items)) {
@@ -5546,6 +5546,10 @@ const literalNumberMembers = assembleMemberDescriptions({
5546
5546
  toPrecision: returnsString,
5547
5547
  valueOf: returnsNumber
5548
5548
  }, objectMembers);
5549
+ const literalRegExpMembers = assembleMemberDescriptions({
5550
+ exec: returnsUnknown,
5551
+ test: returnsBoolean
5552
+ }, objectMembers);
5549
5553
  const literalStringMembers = assembleMemberDescriptions({
5550
5554
  anchor: returnsString,
5551
5555
  at: returnsUnknown,
@@ -5597,6 +5601,9 @@ const literalStringMembers = assembleMemberDescriptions({
5597
5601
  valueOf: returnsString
5598
5602
  }, objectMembers);
5599
5603
  function getLiteralMembersForValue(value) {
5604
+ if (value instanceof RegExp) {
5605
+ return literalRegExpMembers;
5606
+ }
5600
5607
  switch (typeof value) {
5601
5608
  case 'boolean': {
5602
5609
  return literalBooleanMembers;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.6.0
4
- Mon, 05 Dec 2022 11:26:13 GMT - commit de6675b4404a53f664769ba56bfdfdc56bf68531
3
+ Rollup.js v3.7.0
4
+ Thu, 08 Dec 2022 05:38:14 GMT - commit e83d53900e7ef2b71c12762a7fe7c91ef715a289
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",