rollup 4.16.1 → 4.16.2
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 +2 -2
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/parseAst.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +6 -6
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +6 -6
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +17 -17
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.16.
|
|
5
|
-
|
|
4
|
+
Rollup.js v4.16.2
|
|
5
|
+
Mon, 22 Apr 2024 15:18:39 GMT - commit 18839eb234f79adc44a591e355fd7b3243a4cd21
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/parseAst.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.16.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.16.2
|
|
4
|
+
Mon, 22 Apr 2024 15:18:39 GMT - commit 18839eb234f79adc44a591e355fd7b3243a4cd21
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ import { performance } from 'node:perf_hooks';
|
|
|
16
16
|
import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
|
|
17
17
|
import * as tty from 'tty';
|
|
18
18
|
|
|
19
|
-
var version = "4.16.
|
|
19
|
+
var version = "4.16.2";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
|
@@ -5922,13 +5922,13 @@ class ParameterVariable extends LocalVariable {
|
|
|
5922
5922
|
}
|
|
5923
5923
|
}
|
|
5924
5924
|
deoptimizePath(path) {
|
|
5925
|
-
if (this.deoptimizedFields.has(UnknownKey)) {
|
|
5926
|
-
return;
|
|
5927
|
-
}
|
|
5928
5925
|
if (path.length === 0) {
|
|
5929
5926
|
this.markReassigned();
|
|
5930
5927
|
return;
|
|
5931
5928
|
}
|
|
5929
|
+
if (this.deoptimizedFields.has(UnknownKey)) {
|
|
5930
|
+
return;
|
|
5931
|
+
}
|
|
5932
5932
|
const key = path[0];
|
|
5933
5933
|
if (this.deoptimizedFields.has(key)) {
|
|
5934
5934
|
return;
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/parseAst.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/parseAst.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.16.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.16.2
|
|
4
|
+
Mon, 22 Apr 2024 15:18:39 GMT - commit 18839eb234f79adc44a591e355fd7b3243a4cd21
|
|
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 = "4.16.
|
|
34
|
+
var version = "4.16.2";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
|
@@ -7378,13 +7378,13 @@ class ParameterVariable extends LocalVariable {
|
|
|
7378
7378
|
}
|
|
7379
7379
|
}
|
|
7380
7380
|
deoptimizePath(path) {
|
|
7381
|
-
if (this.deoptimizedFields.has(UnknownKey)) {
|
|
7382
|
-
return;
|
|
7383
|
-
}
|
|
7384
7381
|
if (path.length === 0) {
|
|
7385
7382
|
this.markReassigned();
|
|
7386
7383
|
return;
|
|
7387
7384
|
}
|
|
7385
|
+
if (this.deoptimizedFields.has(UnknownKey)) {
|
|
7386
|
+
return;
|
|
7387
|
+
}
|
|
7388
7388
|
const key = path[0];
|
|
7389
7389
|
if (this.deoptimizedFields.has(key)) {
|
|
7390
7390
|
return;
|
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -104,22 +104,22 @@
|
|
|
104
104
|
"homepage": "https://rollupjs.org/",
|
|
105
105
|
"optionalDependencies": {
|
|
106
106
|
"fsevents": "~2.3.2",
|
|
107
|
-
"@rollup/rollup-darwin-arm64": "4.16.
|
|
108
|
-
"@rollup/rollup-android-arm64": "4.16.
|
|
109
|
-
"@rollup/rollup-win32-arm64-msvc": "4.16.
|
|
110
|
-
"@rollup/rollup-linux-arm64-gnu": "4.16.
|
|
111
|
-
"@rollup/rollup-linux-arm64-musl": "4.16.
|
|
112
|
-
"@rollup/rollup-android-arm-eabi": "4.16.
|
|
113
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.16.
|
|
114
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.16.
|
|
115
|
-
"@rollup/rollup-win32-ia32-msvc": "4.16.
|
|
116
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.16.
|
|
117
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.16.
|
|
118
|
-
"@rollup/rollup-linux-s390x-gnu": "4.16.
|
|
119
|
-
"@rollup/rollup-darwin-x64": "4.16.
|
|
120
|
-
"@rollup/rollup-win32-x64-msvc": "4.16.
|
|
121
|
-
"@rollup/rollup-linux-x64-gnu": "4.16.
|
|
122
|
-
"@rollup/rollup-linux-x64-musl": "4.16.
|
|
107
|
+
"@rollup/rollup-darwin-arm64": "4.16.2",
|
|
108
|
+
"@rollup/rollup-android-arm64": "4.16.2",
|
|
109
|
+
"@rollup/rollup-win32-arm64-msvc": "4.16.2",
|
|
110
|
+
"@rollup/rollup-linux-arm64-gnu": "4.16.2",
|
|
111
|
+
"@rollup/rollup-linux-arm64-musl": "4.16.2",
|
|
112
|
+
"@rollup/rollup-android-arm-eabi": "4.16.2",
|
|
113
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.16.2",
|
|
114
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.16.2",
|
|
115
|
+
"@rollup/rollup-win32-ia32-msvc": "4.16.2",
|
|
116
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.16.2",
|
|
117
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.16.2",
|
|
118
|
+
"@rollup/rollup-linux-s390x-gnu": "4.16.2",
|
|
119
|
+
"@rollup/rollup-darwin-x64": "4.16.2",
|
|
120
|
+
"@rollup/rollup-win32-x64-msvc": "4.16.2",
|
|
121
|
+
"@rollup/rollup-linux-x64-gnu": "4.16.2",
|
|
122
|
+
"@rollup/rollup-linux-x64-musl": "4.16.2"
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@types/estree": "1.0.5"
|