rollup 4.46.3 → 4.46.4

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
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.46.3
5
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
4
+ Rollup.js v4.46.4
5
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -27,7 +27,7 @@ function _mergeNamespaces(n, m) {
27
27
  return Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' });
28
28
  }
29
29
 
30
- var version = "4.46.3";
30
+ var version = "4.46.4";
31
31
 
32
32
  // src/vlq.ts
33
33
  var comma = ",".charCodeAt(0);
@@ -11832,6 +11832,8 @@ class BinaryExpression extends NodeBase {
11832
11832
  const [variable] = this.right.variable.context.traceExport(String(leftValue));
11833
11833
  if (variable instanceof ExternalVariable)
11834
11834
  return UnknownValue;
11835
+ if (variable instanceof SyntheticNamedExportVariable)
11836
+ return UnknownValue;
11835
11837
  return !!variable;
11836
11838
  }
11837
11839
  const rightValue = this.right.getLiteralValueAtPath(EMPTY_PATH, recursionTracker, origin);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/parseAst.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
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 v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -42,7 +42,7 @@ function _mergeNamespaces(n, m) {
42
42
 
43
43
  const promises__namespace = /*#__PURE__*/_interopNamespaceDefault(promises);
44
44
 
45
- var version = "4.46.3";
45
+ var version = "4.46.4";
46
46
 
47
47
  function ensureArray$1(items) {
48
48
  if (Array.isArray(items)) {
@@ -13441,6 +13441,8 @@ class BinaryExpression extends NodeBase {
13441
13441
  const [variable] = this.right.variable.context.traceExport(String(leftValue));
13442
13442
  if (variable instanceof ExternalVariable)
13443
13443
  return UnknownValue;
13444
+ if (variable instanceof SyntheticNamedExportVariable)
13445
+ return UnknownValue;
13444
13446
  return !!variable;
13445
13447
  }
13446
13448
  const rightValue = this.right.getLiteralValueAtPath(EMPTY_PATH, recursionTracker, origin);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.46.3
4
- Mon, 18 Aug 2025 05:58:14 GMT - commit f74df5e171bf9ba0e281e09be9de041afa2f4f12
3
+ Rollup.js v4.46.4
4
+ Wed, 20 Aug 2025 05:32:50 GMT - commit bc353578bbde60d644d0d4ed5fb3b121aec19fd7
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": "4.46.3",
3
+ "version": "4.46.4",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -104,26 +104,26 @@
104
104
  "homepage": "https://rollupjs.org/",
105
105
  "optionalDependencies": {
106
106
  "fsevents": "~2.3.2",
107
- "@rollup/rollup-darwin-arm64": "4.46.3",
108
- "@rollup/rollup-android-arm64": "4.46.3",
109
- "@rollup/rollup-win32-arm64-msvc": "4.46.3",
110
- "@rollup/rollup-freebsd-arm64": "4.46.3",
111
- "@rollup/rollup-linux-arm64-gnu": "4.46.3",
112
- "@rollup/rollup-linux-arm64-musl": "4.46.3",
113
- "@rollup/rollup-android-arm-eabi": "4.46.3",
114
- "@rollup/rollup-linux-arm-gnueabihf": "4.46.3",
115
- "@rollup/rollup-linux-arm-musleabihf": "4.46.3",
116
- "@rollup/rollup-win32-ia32-msvc": "4.46.3",
117
- "@rollup/rollup-linux-loongarch64-gnu": "4.46.3",
118
- "@rollup/rollup-linux-riscv64-gnu": "4.46.3",
119
- "@rollup/rollup-linux-riscv64-musl": "4.46.3",
120
- "@rollup/rollup-linux-ppc64-gnu": "4.46.3",
121
- "@rollup/rollup-linux-s390x-gnu": "4.46.3",
122
- "@rollup/rollup-darwin-x64": "4.46.3",
123
- "@rollup/rollup-win32-x64-msvc": "4.46.3",
124
- "@rollup/rollup-freebsd-x64": "4.46.3",
125
- "@rollup/rollup-linux-x64-gnu": "4.46.3",
126
- "@rollup/rollup-linux-x64-musl": "4.46.3"
107
+ "@rollup/rollup-darwin-arm64": "4.46.4",
108
+ "@rollup/rollup-android-arm64": "4.46.4",
109
+ "@rollup/rollup-win32-arm64-msvc": "4.46.4",
110
+ "@rollup/rollup-freebsd-arm64": "4.46.4",
111
+ "@rollup/rollup-linux-arm64-gnu": "4.46.4",
112
+ "@rollup/rollup-linux-arm64-musl": "4.46.4",
113
+ "@rollup/rollup-android-arm-eabi": "4.46.4",
114
+ "@rollup/rollup-linux-arm-gnueabihf": "4.46.4",
115
+ "@rollup/rollup-linux-arm-musleabihf": "4.46.4",
116
+ "@rollup/rollup-win32-ia32-msvc": "4.46.4",
117
+ "@rollup/rollup-linux-loongarch64-gnu": "4.46.4",
118
+ "@rollup/rollup-linux-riscv64-gnu": "4.46.4",
119
+ "@rollup/rollup-linux-riscv64-musl": "4.46.4",
120
+ "@rollup/rollup-linux-ppc64-gnu": "4.46.4",
121
+ "@rollup/rollup-linux-s390x-gnu": "4.46.4",
122
+ "@rollup/rollup-darwin-x64": "4.46.4",
123
+ "@rollup/rollup-win32-x64-msvc": "4.46.4",
124
+ "@rollup/rollup-freebsd-x64": "4.46.4",
125
+ "@rollup/rollup-linux-x64-gnu": "4.46.4",
126
+ "@rollup/rollup-linux-x64-musl": "4.46.4"
127
127
  },
128
128
  "dependencies": {
129
129
  "@types/estree": "1.0.8"