rollup 4.29.0-1 → 4.29.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 +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 +734 -1477
- package/dist/es/shared/parseAst.js +3 -3
- package/dist/es/shared/watch.js +6 -6
- 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 +6 -6
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +771 -1474
- package/dist/shared/watch-cli.js +20 -4
- package/dist/shared/watch.js +3 -3
- package/package.json +35 -35
package/dist/shared/watch-cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.29.0
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.29.0
|
|
4
|
+
Fri, 20 Dec 2024 18:36:54 GMT - commit dadd4882c4984d7875af799ad56e506784d50e1c
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -21,8 +21,8 @@ const loadConfigFile_js = require('./loadConfigFile.js');
|
|
|
21
21
|
const node_child_process = require('node:child_process');
|
|
22
22
|
const rollup_js = require('../rollup.js');
|
|
23
23
|
require('path');
|
|
24
|
-
require('util');
|
|
25
24
|
require('fs');
|
|
25
|
+
require('util');
|
|
26
26
|
require('stream');
|
|
27
27
|
require('os');
|
|
28
28
|
require('./fsevents-importer.js');
|
|
@@ -366,7 +366,23 @@ const {
|
|
|
366
366
|
*
|
|
367
367
|
* Returns a function that may be used to unload signal-exit.
|
|
368
368
|
*/
|
|
369
|
-
onExit
|
|
369
|
+
onExit,
|
|
370
|
+
/**
|
|
371
|
+
* Load the listeners. Likely you never need to call this, unless
|
|
372
|
+
* doing a rather deep integration with signal-exit functionality.
|
|
373
|
+
* Mostly exposed for the benefit of testing.
|
|
374
|
+
*
|
|
375
|
+
* @internal
|
|
376
|
+
*/
|
|
377
|
+
load,
|
|
378
|
+
/**
|
|
379
|
+
* Unload the listeners. Likely you never need to call this, unless
|
|
380
|
+
* doing a rather deep integration with signal-exit functionality.
|
|
381
|
+
* Mostly exposed for the benefit of testing.
|
|
382
|
+
*
|
|
383
|
+
* @internal
|
|
384
|
+
*/
|
|
385
|
+
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());
|
|
370
386
|
|
|
371
387
|
const CLEAR_SCREEN = '\u001Bc';
|
|
372
388
|
function getResetScreen(configs, allowClearScreen) {
|
package/dist/shared/watch.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.29.0
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.29.0
|
|
4
|
+
Fri, 20 Dec 2024 18:36:54 GMT - commit dadd4882c4984d7875af799ad56e506784d50e1c
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -22,8 +22,8 @@ require('tty');
|
|
|
22
22
|
require('path');
|
|
23
23
|
require('node:perf_hooks');
|
|
24
24
|
require('node:fs/promises');
|
|
25
|
-
require('util');
|
|
26
25
|
require('fs');
|
|
26
|
+
require('util');
|
|
27
27
|
require('stream');
|
|
28
28
|
require('os');
|
|
29
29
|
require('./fsevents-importer.js');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.29.0
|
|
3
|
+
"version": "4.29.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -110,25 +110,25 @@
|
|
|
110
110
|
"homepage": "https://rollupjs.org/",
|
|
111
111
|
"optionalDependencies": {
|
|
112
112
|
"fsevents": "~2.3.2",
|
|
113
|
-
"@rollup/rollup-darwin-arm64": "4.29.0
|
|
114
|
-
"@rollup/rollup-android-arm64": "4.29.0
|
|
115
|
-
"@rollup/rollup-win32-arm64-msvc": "4.29.0
|
|
116
|
-
"@rollup/rollup-freebsd-arm64": "4.29.0
|
|
117
|
-
"@rollup/rollup-linux-arm64-gnu": "4.29.0
|
|
118
|
-
"@rollup/rollup-linux-arm64-musl": "4.29.0
|
|
119
|
-
"@rollup/rollup-android-arm-eabi": "4.29.0
|
|
120
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.29.0
|
|
121
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.29.0
|
|
122
|
-
"@rollup/rollup-win32-ia32-msvc": "4.29.0
|
|
123
|
-
"@rollup/rollup-linux-loongarch64-gnu": "4.29.0
|
|
124
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.29.0
|
|
125
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.29.0
|
|
126
|
-
"@rollup/rollup-linux-s390x-gnu": "4.29.0
|
|
127
|
-
"@rollup/rollup-darwin-x64": "4.29.0
|
|
128
|
-
"@rollup/rollup-win32-x64-msvc": "4.29.0
|
|
129
|
-
"@rollup/rollup-freebsd-x64": "4.29.0
|
|
130
|
-
"@rollup/rollup-linux-x64-gnu": "4.29.0
|
|
131
|
-
"@rollup/rollup-linux-x64-musl": "4.29.0
|
|
113
|
+
"@rollup/rollup-darwin-arm64": "4.29.0",
|
|
114
|
+
"@rollup/rollup-android-arm64": "4.29.0",
|
|
115
|
+
"@rollup/rollup-win32-arm64-msvc": "4.29.0",
|
|
116
|
+
"@rollup/rollup-freebsd-arm64": "4.29.0",
|
|
117
|
+
"@rollup/rollup-linux-arm64-gnu": "4.29.0",
|
|
118
|
+
"@rollup/rollup-linux-arm64-musl": "4.29.0",
|
|
119
|
+
"@rollup/rollup-android-arm-eabi": "4.29.0",
|
|
120
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.29.0",
|
|
121
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.29.0",
|
|
122
|
+
"@rollup/rollup-win32-ia32-msvc": "4.29.0",
|
|
123
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.29.0",
|
|
124
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.29.0",
|
|
125
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.29.0",
|
|
126
|
+
"@rollup/rollup-linux-s390x-gnu": "4.29.0",
|
|
127
|
+
"@rollup/rollup-darwin-x64": "4.29.0",
|
|
128
|
+
"@rollup/rollup-win32-x64-msvc": "4.29.0",
|
|
129
|
+
"@rollup/rollup-freebsd-x64": "4.29.0",
|
|
130
|
+
"@rollup/rollup-linux-x64-gnu": "4.29.0",
|
|
131
|
+
"@rollup/rollup-linux-x64-musl": "4.29.0"
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@types/estree": "1.0.6"
|
|
@@ -139,27 +139,27 @@
|
|
|
139
139
|
"devDependencies": {
|
|
140
140
|
"@codemirror/commands": "^6.7.1",
|
|
141
141
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
142
|
-
"@codemirror/language": "^6.10.
|
|
142
|
+
"@codemirror/language": "^6.10.7",
|
|
143
143
|
"@codemirror/search": "^6.5.8",
|
|
144
144
|
"@codemirror/state": "^6.5.0",
|
|
145
|
-
"@codemirror/view": "^6.
|
|
146
|
-
"@eslint/js": "^9.
|
|
145
|
+
"@codemirror/view": "^6.36.0",
|
|
146
|
+
"@eslint/js": "^9.17.0",
|
|
147
147
|
"@inquirer/prompts": "^7.2.0",
|
|
148
148
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
149
149
|
"@mermaid-js/mermaid-cli": "^11.4.2",
|
|
150
150
|
"@napi-rs/cli": "^2.18.4",
|
|
151
151
|
"@rollup/plugin-alias": "^5.1.1",
|
|
152
152
|
"@rollup/plugin-buble": "^1.0.3",
|
|
153
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
153
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
154
154
|
"@rollup/plugin-json": "^6.1.0",
|
|
155
|
-
"@rollup/plugin-node-resolve": "^
|
|
156
|
-
"@rollup/plugin-replace": "^6.0.
|
|
155
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
156
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
157
157
|
"@rollup/plugin-terser": "^0.4.4",
|
|
158
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
159
|
-
"@rollup/pluginutils": "^5.1.
|
|
160
|
-
"@shikijs/vitepress-twoslash": "^1.24.
|
|
158
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
159
|
+
"@rollup/pluginutils": "^5.1.4",
|
|
160
|
+
"@shikijs/vitepress-twoslash": "^1.24.2",
|
|
161
161
|
"@types/mocha": "^10.0.10",
|
|
162
|
-
"@types/node": "^18.19.
|
|
162
|
+
"@types/node": "^18.19.68",
|
|
163
163
|
"@types/semver": "^7.5.8",
|
|
164
164
|
"@types/yargs-parser": "^21.0.3",
|
|
165
165
|
"@vue/language-server": "^2.1.10",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"date-time": "^4.0.0",
|
|
177
177
|
"es5-shim": "^4.6.7",
|
|
178
178
|
"es6-shim": "^0.35.8",
|
|
179
|
-
"eslint": "^9.
|
|
179
|
+
"eslint": "^9.17.0",
|
|
180
180
|
"eslint-config-prettier": "^9.1.0",
|
|
181
181
|
"eslint-plugin-prettier": "^5.2.1",
|
|
182
182
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
@@ -188,11 +188,11 @@
|
|
|
188
188
|
"globals": "^15.13.0",
|
|
189
189
|
"husky": "^9.1.7",
|
|
190
190
|
"is-reference": "^3.0.3",
|
|
191
|
-
"lint-staged": "^15.2.
|
|
191
|
+
"lint-staged": "^15.2.11",
|
|
192
192
|
"locate-character": "^3.0.0",
|
|
193
|
-
"magic-string": "^0.30.
|
|
193
|
+
"magic-string": "^0.30.17",
|
|
194
194
|
"mocha": "^11.0.1",
|
|
195
|
-
"nodemon": "^3.1.
|
|
195
|
+
"nodemon": "^3.1.9",
|
|
196
196
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
197
197
|
"nyc": "^17.1.0",
|
|
198
198
|
"pinia": "^2.3.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"terser": "^5.37.0",
|
|
214
214
|
"tslib": "^2.8.1",
|
|
215
215
|
"typescript": "^5.7.2",
|
|
216
|
-
"typescript-eslint": "^8.18.
|
|
216
|
+
"typescript-eslint": "^8.18.1",
|
|
217
217
|
"vite": "^6.0.3",
|
|
218
218
|
"vitepress": "^1.5.0",
|
|
219
219
|
"vue": "^3.5.13",
|