rollup 4.60.3 → 4.61.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 +3 -3
- 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 +20 -30
- package/dist/es/shared/parseAst.js +122 -122
- 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 +20 -30
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +52 -52
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.
|
|
5
|
-
Mon,
|
|
4
|
+
Rollup.js v4.61.0
|
|
5
|
+
Mon, 01 Jun 2026 05:40:11 GMT - commit 765167f1edc66adebef89fea5e3f260f4587b64e
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ require('node:perf_hooks');
|
|
|
27
27
|
require('node:url');
|
|
28
28
|
require('../getLogFilter.js');
|
|
29
29
|
|
|
30
|
-
const help = "rollup version 4.
|
|
30
|
+
const help = "rollup version 4.61.0\n=====================================\n\nUsage: rollup [options] <entry file>\n\nOptions:\n\n-c, --config <filename> Use this config file (if argument is used but value\n is unspecified, Rollup will try to load configuration files in\n the following order:\n rollup.config.mjs -> rollup.config.cjs -> rollup.config.js)\n-d, --dir <dirname> Directory for chunks (if absent, prints to stdout)\n-e, --external <ids> Comma-separate list of module IDs to exclude\n-f, --format <format> Type of output (amd, cjs, es, iife, umd, system)\n-g, --globals <pairs> Comma-separate list of `moduleID:Global` pairs\n-h, --help Show this help message\n-i, --input <filename> Input (alternative to <entry file>)\n-m, --sourcemap Generate sourcemap (`-m inline` for inline map)\n-n, --name <name> Name for UMD export\n-o, --file <output> Single output file (if absent, prints to stdout)\n-p, --plugin <plugin> Use the plugin specified (may be repeated)\n-v, --version Show version number\n-w, --watch Watch files in bundle and rebuild on changes\n--amd.autoId Generate the AMD ID based off the chunk name\n--amd.basePath <prefix> Path to prepend to auto generated AMD ID\n--amd.define <name> Function to use in place of `define`\n--amd.forceJsExtensionForImports Use `.js` extension in AMD imports\n--amd.id <id> ID for AMD module (default is anonymous)\n--assetFileNames <pattern> Name pattern for emitted assets\n--banner <text> Code to insert at top of bundle (outside wrapper)\n--chunkFileNames <pattern> Name pattern for emitted secondary chunks\n--compact Minify wrapper code\n--context <variable> Specify top-level `this` value\n--no-dynamicImportInCjs Write external dynamic CommonJS imports as require\n--entryFileNames <pattern> Name pattern for emitted entry chunks\n--environment <values> Settings passed to config file (see example)\n--no-esModule Do not add __esModule property\n--exports <mode> Specify export mode (auto, default, named, none)\n--extend Extend global variable defined by --name\n--no-externalImportAttributes Omit import attributes in \"es\" output\n--no-externalLiveBindings Do not generate code to support live bindings\n--failAfterWarnings Exit with an error if the build produced warnings\n--filterLogs <filter> Filter log messages\n--footer <text> Code to insert at end of bundle (outside wrapper)\n--forceExit Force exit the process when done\n--no-freeze Do not freeze namespace objects\n--generatedCode <preset> Which code features to use (es5/es2015)\n--generatedCode.arrowFunctions Use arrow functions in generated code\n--generatedCode.constBindings Use \"const\" in generated code\n--generatedCode.objectShorthand Use shorthand properties in generated code\n--no-generatedCode.reservedNamesAsProps Always quote reserved names as props\n--generatedCode.symbols Use symbols in generated code\n--hashCharacters <name> Use the specified character set for file hashes\n--no-hoistTransitiveImports Do not hoist transitive imports into entry chunks\n--importAttributesKey <name> Use the specified keyword for import attributes\n--no-indent Don't indent result\n--inlineDynamicImports Create single bundle when using dynamic imports\n--no-interop Do not include interop block\n--intro <text> Code to insert at top of bundle (inside wrapper)\n--logLevel <level> Which kind of logs to display\n--no-makeAbsoluteExternalsRelative Prevent normalization of external imports\n--maxParallelFileOps <value> How many files to read in parallel\n--minifyInternalExports Force or disable minification of internal exports\n--noConflict Generate a noConflict method for UMD globals\n--outro <text> Code to insert at end of bundle (inside wrapper)\n--perf Display performance timings\n--no-preserveEntrySignatures Avoid facade chunks for entry points\n--preserveModules Preserve module structure\n--preserveModulesRoot Put preserved modules under this path at root level\n--preserveSymlinks Do not follow symlinks when resolving files\n--no-reexportProtoFromExternal Ignore `__proto__` in star re-exports\n--no-sanitizeFileName Do not replace invalid characters in file names\n--shimMissingExports Create shim variables for missing exports\n--silent Don't print warnings\n--sourcemapBaseUrl <url> Emit absolute sourcemap URLs with given base\n--sourcemapDebugIds Emit unique debug ids in source and sourcemaps\n--sourcemapExcludeSources Do not include source code in source maps\n--sourcemapFile <file> Specify bundle position for source maps\n--sourcemapFileNames <pattern> Name pattern for emitted sourcemaps\n--stdin=ext Specify file extension used for stdin input\n--no-stdin Do not read \"-\" from stdin\n--no-strict Don't emit `\"use strict\";` in the generated modules\n--strictDeprecations Throw errors for deprecated features\n--no-systemNullSetters Do not replace empty SystemJS setters with `null`\n--no-treeshake Disable tree-shaking optimisations\n--no-treeshake.annotations Ignore pure call annotations\n--treeshake.correctVarValueBeforeDeclaration Deoptimize variables until declared\n--treeshake.manualPureFunctions <names> Manually declare functions as pure\n--no-treeshake.moduleSideEffects Assume modules have no side effects\n--no-treeshake.propertyReadSideEffects Ignore property access side effects\n--no-treeshake.tryCatchDeoptimization Do not turn off try-catch-tree-shaking\n--no-treeshake.unknownGlobalSideEffects Assume unknown globals do not throw\n--validate Validate output\n--waitForBundleInput Wait for bundle input files\n--watch.allowInputInsideOutputPath Whether the input path is allowed to be a\n subpath of the output path\n--watch.buildDelay <number> Throttle watch rebuilds\n--no-watch.clearScreen Do not clear the screen when rebuilding\n--watch.exclude <files> Exclude files from being watched\n--watch.include <files> Limit watching to specified files\n--watch.onBundleEnd <cmd> Shell command to run on `\"BUNDLE_END\"` event\n--watch.onBundleStart <cmd> Shell command to run on `\"BUNDLE_START\"` event\n--watch.onEnd <cmd> Shell command to run on `\"END\"` event\n--watch.onError <cmd> Shell command to run on `\"ERROR\"` event\n--watch.onStart <cmd> Shell command to run on `\"START\"` event\n--watch.skipWrite Do not write files to disk when watching\n\nExamples:\n\n# use settings in config file\nrollup -c\n\n# in config file, process.env.INCLUDE_DEPS === 'true'\n# and process.env.BUILD === 'production'\nrollup -c --environment INCLUDE_DEPS,BUILD:production\n\n# create CommonJS bundle.js from src/main.js\nrollup --format=cjs --file=bundle.js -- src/main.js\n\n# create self-executing IIFE using `window.jQuery`\n# and `window._` as external globals\nrollup -f iife --globals jquery:jQuery,lodash:_ \\\n -i src/app.js -o build/app.js -m build/app.js.map\n\nNotes:\n\n* When piping to stdout, only inline sourcemaps are permitted\n\nFor more information visit https://rollupjs.org\n";
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
* @license
|
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.
|
|
4
|
-
Mon,
|
|
3
|
+
Rollup.js v4.61.0
|
|
4
|
+
Mon, 01 Jun 2026 05:40:11 GMT - commit 765167f1edc66adebef89fea5e3f260f4587b64e
|
|
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.
|
|
30
|
+
var version = "4.61.0";
|
|
31
31
|
|
|
32
32
|
// src/vlq.ts
|
|
33
33
|
var comma = ",".charCodeAt(0);
|
|
@@ -8493,6 +8493,7 @@ const builtinModules = [
|
|
|
8493
8493
|
"domain",
|
|
8494
8494
|
"node:events",
|
|
8495
8495
|
"events",
|
|
8496
|
+
"node:ffi",
|
|
8496
8497
|
"node:fs",
|
|
8497
8498
|
"fs",
|
|
8498
8499
|
"node:fs/promises",
|
|
@@ -21755,12 +21756,11 @@ class ModuleLoader {
|
|
|
21755
21756
|
this.options = options;
|
|
21756
21757
|
this.pluginDriver = pluginDriver;
|
|
21757
21758
|
this.implicitEntryModules = new Set();
|
|
21758
|
-
this.
|
|
21759
|
+
this.sortedEntryModules = [];
|
|
21760
|
+
this.entryModules = new Set();
|
|
21759
21761
|
this.latestLoadModulesPromise = Promise.resolve();
|
|
21760
21762
|
this.moduleLoadPromises = new Map();
|
|
21761
21763
|
this.modulesWithLoadedDependencies = new Set();
|
|
21762
|
-
this.nextChunkNamePriority = 0;
|
|
21763
|
-
this.nextEntryModuleIndex = 0;
|
|
21764
21764
|
this.resolveId = async (source, importer, customOptions, isEntry, attributes, importerAttributes, skip = null) => this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(this.options.external(source, importer, false)
|
|
21765
21765
|
? false
|
|
21766
21766
|
: await resolveId(source, importer, this.options.preserveSymlinks, this.pluginDriver, this.resolveId, skip, customOptions, typeof isEntry === 'boolean' ? isEntry : !importer, attributes, importerAttributes, this.options.fs), importer, source), attributes);
|
|
@@ -21774,32 +21774,26 @@ class ModuleLoader {
|
|
|
21774
21774
|
return result;
|
|
21775
21775
|
}
|
|
21776
21776
|
async addEntryModules(unresolvedEntryModules, isUserDefined) {
|
|
21777
|
-
const firstEntryModuleIndex = this.nextEntryModuleIndex;
|
|
21778
|
-
this.nextEntryModuleIndex += unresolvedEntryModules.length;
|
|
21779
|
-
const firstChunkNamePriority = this.nextChunkNamePriority;
|
|
21780
|
-
this.nextChunkNamePriority += unresolvedEntryModules.length;
|
|
21781
21777
|
const newEntryModules = await this.extendLoadModulesPromise(Promise.all(unresolvedEntryModules.map(({ id, importer }) => this.loadEntryModule(id, true, importer, null, undefined, undefined))).then(entryModules => {
|
|
21778
|
+
let shouldReorder = false;
|
|
21782
21779
|
for (const [index, entryModule] of entryModules.entries()) {
|
|
21783
21780
|
entryModule.isUserDefinedEntryPoint =
|
|
21784
21781
|
entryModule.isUserDefinedEntryPoint || isUserDefined;
|
|
21785
|
-
addChunkNamesToModule(entryModule, unresolvedEntryModules[index], isUserDefined
|
|
21786
|
-
|
|
21787
|
-
|
|
21788
|
-
|
|
21789
|
-
|
|
21790
|
-
else {
|
|
21791
|
-
this.indexedEntryModules.push({
|
|
21792
|
-
index: firstEntryModuleIndex + index,
|
|
21793
|
-
module: entryModule
|
|
21794
|
-
});
|
|
21782
|
+
addChunkNamesToModule(entryModule, unresolvedEntryModules[index], isUserDefined);
|
|
21783
|
+
if (!this.entryModules.has(entryModule)) {
|
|
21784
|
+
this.sortedEntryModules.push(entryModule);
|
|
21785
|
+
this.entryModules.add(entryModule);
|
|
21786
|
+
shouldReorder = true;
|
|
21795
21787
|
}
|
|
21796
21788
|
}
|
|
21797
|
-
|
|
21789
|
+
if (shouldReorder) {
|
|
21790
|
+
this.sortedEntryModules.sort((a, b) => (a.id > b.id ? 1 : -1));
|
|
21791
|
+
}
|
|
21798
21792
|
return entryModules;
|
|
21799
21793
|
}));
|
|
21800
21794
|
await this.awaitLoadModulesPromise();
|
|
21801
21795
|
return {
|
|
21802
|
-
entryModules: this.
|
|
21796
|
+
entryModules: this.sortedEntryModules,
|
|
21803
21797
|
implicitEntryModules: [...this.implicitEntryModules],
|
|
21804
21798
|
newEntryModules
|
|
21805
21799
|
};
|
|
@@ -21824,9 +21818,8 @@ class ModuleLoader {
|
|
|
21824
21818
|
return module.info;
|
|
21825
21819
|
}
|
|
21826
21820
|
addEntryWithImplicitDependants(unresolvedModule, implicitlyLoadedAfter) {
|
|
21827
|
-
const chunkNamePriority = this.nextChunkNamePriority++;
|
|
21828
21821
|
return this.extendLoadModulesPromise(this.loadEntryModule(unresolvedModule.id, false, unresolvedModule.importer, null, undefined, undefined).then(async (entryModule) => {
|
|
21829
|
-
addChunkNamesToModule(entryModule, unresolvedModule, false
|
|
21822
|
+
addChunkNamesToModule(entryModule, unresolvedModule, false);
|
|
21830
21823
|
if (!entryModule.info.isEntry) {
|
|
21831
21824
|
const implicitlyLoadedAfterModules = await Promise.all(implicitlyLoadedAfter.map(id => this.loadEntryModule(id, false, unresolvedModule.importer, entryModule.id, undefined, undefined)));
|
|
21832
21825
|
// We need to check again if this is still an entry module as these
|
|
@@ -22195,16 +22188,13 @@ function normalizeRelativeExternalId(source, importer) {
|
|
|
22195
22188
|
: resolve$1(source)
|
|
22196
22189
|
: source;
|
|
22197
22190
|
}
|
|
22198
|
-
function addChunkNamesToModule(module, { fileName, name }, isUserDefined
|
|
22191
|
+
function addChunkNamesToModule(module, { fileName, name }, isUserDefined) {
|
|
22199
22192
|
if (fileName !== null) {
|
|
22200
22193
|
module.chunkFileNames.add(fileName);
|
|
22201
22194
|
}
|
|
22202
22195
|
else if (name !== null) {
|
|
22203
|
-
|
|
22204
|
-
|
|
22205
|
-
while (module.chunkNames[namePosition]?.priority < priority)
|
|
22206
|
-
namePosition++;
|
|
22207
|
-
module.chunkNames.splice(namePosition, 0, { isUserDefined, name, priority });
|
|
22196
|
+
module.chunkNames.push({ isUserDefined, name });
|
|
22197
|
+
module.chunkNames.sort((a, b) => (a.name > b.name ? 1 : -1));
|
|
22208
22198
|
}
|
|
22209
22199
|
}
|
|
22210
22200
|
function isNotAbsoluteExternal(id, source, makeAbsoluteExternalsRelative) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.
|
|
4
|
-
Mon,
|
|
3
|
+
Rollup.js v4.61.0
|
|
4
|
+
Mon, 01 Jun 2026 05:40:11 GMT - commit 765167f1edc66adebef89fea5e3f260f4587b64e
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -10,6 +10,37 @@
|
|
|
10
10
|
import { parse, parseAsync } from '../../native.js';
|
|
11
11
|
import { resolve, dirname, basename, extname } from 'node:path';
|
|
12
12
|
|
|
13
|
+
const ANY_SLASH_REGEX = /[/\\]/;
|
|
14
|
+
function relative(from, to) {
|
|
15
|
+
const fromParts = from.split(ANY_SLASH_REGEX).filter(Boolean);
|
|
16
|
+
const toParts = to.split(ANY_SLASH_REGEX).filter(Boolean);
|
|
17
|
+
if (fromParts[0] === '.')
|
|
18
|
+
fromParts.shift();
|
|
19
|
+
if (toParts[0] === '.')
|
|
20
|
+
toParts.shift();
|
|
21
|
+
while (fromParts[0] && toParts[0] && fromParts[0] === toParts[0]) {
|
|
22
|
+
fromParts.shift();
|
|
23
|
+
toParts.shift();
|
|
24
|
+
}
|
|
25
|
+
while (toParts[0] === '..' && fromParts.length > 0) {
|
|
26
|
+
toParts.shift();
|
|
27
|
+
fromParts.pop();
|
|
28
|
+
}
|
|
29
|
+
while (fromParts.pop()) {
|
|
30
|
+
toParts.unshift('..');
|
|
31
|
+
}
|
|
32
|
+
return toParts.join('/');
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const BLANK = Object.freeze(Object.create(null));
|
|
36
|
+
const EMPTY_OBJECT = Object.freeze({});
|
|
37
|
+
const EMPTY_ARRAY = Object.freeze([]);
|
|
38
|
+
const EMPTY_SET = Object.freeze(new (class extends Set {
|
|
39
|
+
add() {
|
|
40
|
+
throw new Error('Cannot add to empty set');
|
|
41
|
+
}
|
|
42
|
+
})());
|
|
43
|
+
|
|
13
44
|
// This file is generated by scripts/generate-node-types.js.
|
|
14
45
|
// Do not edit this file directly.
|
|
15
46
|
const ArrowFunctionExpression = 'ArrowFunctionExpression';
|
|
@@ -34,104 +65,6 @@ const StaticBlock = 'StaticBlock';
|
|
|
34
65
|
const TemplateLiteral = 'TemplateLiteral';
|
|
35
66
|
const VariableDeclarator = 'VariableDeclarator';
|
|
36
67
|
|
|
37
|
-
const BLANK = Object.freeze(Object.create(null));
|
|
38
|
-
const EMPTY_OBJECT = Object.freeze({});
|
|
39
|
-
const EMPTY_ARRAY = Object.freeze([]);
|
|
40
|
-
const EMPTY_SET = Object.freeze(new (class extends Set {
|
|
41
|
-
add() {
|
|
42
|
-
throw new Error('Cannot add to empty set');
|
|
43
|
-
}
|
|
44
|
-
})());
|
|
45
|
-
|
|
46
|
-
// This file is generated by scripts/generate-string-constants.js.
|
|
47
|
-
// Do not edit this file directly.
|
|
48
|
-
const FIXED_STRINGS = [
|
|
49
|
-
'var',
|
|
50
|
-
'let',
|
|
51
|
-
'const',
|
|
52
|
-
'init',
|
|
53
|
-
'get',
|
|
54
|
-
'set',
|
|
55
|
-
'constructor',
|
|
56
|
-
'method',
|
|
57
|
-
'-',
|
|
58
|
-
'+',
|
|
59
|
-
'!',
|
|
60
|
-
'~',
|
|
61
|
-
'typeof',
|
|
62
|
-
'void',
|
|
63
|
-
'delete',
|
|
64
|
-
'++',
|
|
65
|
-
'--',
|
|
66
|
-
'==',
|
|
67
|
-
'!=',
|
|
68
|
-
'===',
|
|
69
|
-
'!==',
|
|
70
|
-
'<',
|
|
71
|
-
'<=',
|
|
72
|
-
'>',
|
|
73
|
-
'>=',
|
|
74
|
-
'<<',
|
|
75
|
-
'>>',
|
|
76
|
-
'>>>',
|
|
77
|
-
'+',
|
|
78
|
-
'-',
|
|
79
|
-
'*',
|
|
80
|
-
'/',
|
|
81
|
-
'%',
|
|
82
|
-
'|',
|
|
83
|
-
'^',
|
|
84
|
-
'&',
|
|
85
|
-
'||',
|
|
86
|
-
'&&',
|
|
87
|
-
'in',
|
|
88
|
-
'instanceof',
|
|
89
|
-
'**',
|
|
90
|
-
'??',
|
|
91
|
-
'=',
|
|
92
|
-
'+=',
|
|
93
|
-
'-=',
|
|
94
|
-
'*=',
|
|
95
|
-
'/=',
|
|
96
|
-
'%=',
|
|
97
|
-
'<<=',
|
|
98
|
-
'>>=',
|
|
99
|
-
'>>>=',
|
|
100
|
-
'|=',
|
|
101
|
-
'^=',
|
|
102
|
-
'&=',
|
|
103
|
-
'**=',
|
|
104
|
-
'&&=',
|
|
105
|
-
'||=',
|
|
106
|
-
'??=',
|
|
107
|
-
'pure',
|
|
108
|
-
'noSideEffects',
|
|
109
|
-
'sourcemap',
|
|
110
|
-
'using',
|
|
111
|
-
'await using',
|
|
112
|
-
'source',
|
|
113
|
-
'defer'
|
|
114
|
-
];
|
|
115
|
-
|
|
116
|
-
const ANNOTATION_KEY = '_rollupAnnotations';
|
|
117
|
-
const INVALID_ANNOTATION_KEY = '_rollupRemoved';
|
|
118
|
-
const convertAnnotations = (position, buffer) => {
|
|
119
|
-
if (position === 0)
|
|
120
|
-
return EMPTY_ARRAY;
|
|
121
|
-
const length = buffer[position++];
|
|
122
|
-
const list = new Array(length);
|
|
123
|
-
for (let index = 0; index < length; index++) {
|
|
124
|
-
list[index] = convertAnnotation(buffer[position++], buffer);
|
|
125
|
-
}
|
|
126
|
-
return list;
|
|
127
|
-
};
|
|
128
|
-
const convertAnnotation = (position, buffer) => {
|
|
129
|
-
const start = buffer[position++];
|
|
130
|
-
const end = buffer[position++];
|
|
131
|
-
const type = FIXED_STRINGS[buffer[position]];
|
|
132
|
-
return { end, start, type };
|
|
133
|
-
};
|
|
134
|
-
|
|
135
68
|
/** @typedef {import('./types').Location} Location */
|
|
136
69
|
|
|
137
70
|
/**
|
|
@@ -289,28 +222,6 @@ function printQuotedStringList(list, verbs) {
|
|
|
289
222
|
return output;
|
|
290
223
|
}
|
|
291
224
|
|
|
292
|
-
const ANY_SLASH_REGEX = /[/\\]/;
|
|
293
|
-
function relative(from, to) {
|
|
294
|
-
const fromParts = from.split(ANY_SLASH_REGEX).filter(Boolean);
|
|
295
|
-
const toParts = to.split(ANY_SLASH_REGEX).filter(Boolean);
|
|
296
|
-
if (fromParts[0] === '.')
|
|
297
|
-
fromParts.shift();
|
|
298
|
-
if (toParts[0] === '.')
|
|
299
|
-
toParts.shift();
|
|
300
|
-
while (fromParts[0] && toParts[0] && fromParts[0] === toParts[0]) {
|
|
301
|
-
fromParts.shift();
|
|
302
|
-
toParts.shift();
|
|
303
|
-
}
|
|
304
|
-
while (toParts[0] === '..' && fromParts.length > 0) {
|
|
305
|
-
toParts.shift();
|
|
306
|
-
fromParts.pop();
|
|
307
|
-
}
|
|
308
|
-
while (fromParts.pop()) {
|
|
309
|
-
toParts.unshift('..');
|
|
310
|
-
}
|
|
311
|
-
return toParts.join('/');
|
|
312
|
-
}
|
|
313
|
-
|
|
314
225
|
function getAliasName(id) {
|
|
315
226
|
const base = basename(id);
|
|
316
227
|
return base.slice(0, Math.max(0, base.length - extname(id).length));
|
|
@@ -1120,6 +1031,95 @@ function warnDeprecationWithOptions(deprecation, urlSnippet, activeDeprecation,
|
|
|
1120
1031
|
}
|
|
1121
1032
|
}
|
|
1122
1033
|
|
|
1034
|
+
// This file is generated by scripts/generate-string-constants.js.
|
|
1035
|
+
// Do not edit this file directly.
|
|
1036
|
+
const FIXED_STRINGS = [
|
|
1037
|
+
'var',
|
|
1038
|
+
'let',
|
|
1039
|
+
'const',
|
|
1040
|
+
'init',
|
|
1041
|
+
'get',
|
|
1042
|
+
'set',
|
|
1043
|
+
'constructor',
|
|
1044
|
+
'method',
|
|
1045
|
+
'-',
|
|
1046
|
+
'+',
|
|
1047
|
+
'!',
|
|
1048
|
+
'~',
|
|
1049
|
+
'typeof',
|
|
1050
|
+
'void',
|
|
1051
|
+
'delete',
|
|
1052
|
+
'++',
|
|
1053
|
+
'--',
|
|
1054
|
+
'==',
|
|
1055
|
+
'!=',
|
|
1056
|
+
'===',
|
|
1057
|
+
'!==',
|
|
1058
|
+
'<',
|
|
1059
|
+
'<=',
|
|
1060
|
+
'>',
|
|
1061
|
+
'>=',
|
|
1062
|
+
'<<',
|
|
1063
|
+
'>>',
|
|
1064
|
+
'>>>',
|
|
1065
|
+
'+',
|
|
1066
|
+
'-',
|
|
1067
|
+
'*',
|
|
1068
|
+
'/',
|
|
1069
|
+
'%',
|
|
1070
|
+
'|',
|
|
1071
|
+
'^',
|
|
1072
|
+
'&',
|
|
1073
|
+
'||',
|
|
1074
|
+
'&&',
|
|
1075
|
+
'in',
|
|
1076
|
+
'instanceof',
|
|
1077
|
+
'**',
|
|
1078
|
+
'??',
|
|
1079
|
+
'=',
|
|
1080
|
+
'+=',
|
|
1081
|
+
'-=',
|
|
1082
|
+
'*=',
|
|
1083
|
+
'/=',
|
|
1084
|
+
'%=',
|
|
1085
|
+
'<<=',
|
|
1086
|
+
'>>=',
|
|
1087
|
+
'>>>=',
|
|
1088
|
+
'|=',
|
|
1089
|
+
'^=',
|
|
1090
|
+
'&=',
|
|
1091
|
+
'**=',
|
|
1092
|
+
'&&=',
|
|
1093
|
+
'||=',
|
|
1094
|
+
'??=',
|
|
1095
|
+
'pure',
|
|
1096
|
+
'noSideEffects',
|
|
1097
|
+
'sourcemap',
|
|
1098
|
+
'using',
|
|
1099
|
+
'await using',
|
|
1100
|
+
'source',
|
|
1101
|
+
'defer'
|
|
1102
|
+
];
|
|
1103
|
+
|
|
1104
|
+
const ANNOTATION_KEY = '_rollupAnnotations';
|
|
1105
|
+
const INVALID_ANNOTATION_KEY = '_rollupRemoved';
|
|
1106
|
+
const convertAnnotations = (position, buffer) => {
|
|
1107
|
+
if (position === 0)
|
|
1108
|
+
return EMPTY_ARRAY;
|
|
1109
|
+
const length = buffer[position++];
|
|
1110
|
+
const list = new Array(length);
|
|
1111
|
+
for (let index = 0; index < length; index++) {
|
|
1112
|
+
list[index] = convertAnnotation(buffer[position++], buffer);
|
|
1113
|
+
}
|
|
1114
|
+
return list;
|
|
1115
|
+
};
|
|
1116
|
+
const convertAnnotation = (position, buffer) => {
|
|
1117
|
+
const start = buffer[position++];
|
|
1118
|
+
const end = buffer[position++];
|
|
1119
|
+
const type = FIXED_STRINGS[buffer[position]];
|
|
1120
|
+
return { end, start, type };
|
|
1121
|
+
};
|
|
1122
|
+
|
|
1123
1123
|
// This file is generated by scripts/generate-buffer-to-ast.js.
|
|
1124
1124
|
// Do not edit this file directly.
|
|
1125
1125
|
function convertProgram(buffer) {
|
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.
|
|
4
|
-
Mon,
|
|
3
|
+
Rollup.js v4.61.0
|
|
4
|
+
Mon, 01 Jun 2026 05:40:11 GMT - commit 765167f1edc66adebef89fea5e3f260f4587b64e
|
|
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.
|
|
45
|
+
var version = "4.61.0";
|
|
46
46
|
|
|
47
47
|
function ensureArray$1(items) {
|
|
48
48
|
if (Array.isArray(items)) {
|
|
@@ -12583,6 +12583,7 @@ const builtinModules = [
|
|
|
12583
12583
|
"domain",
|
|
12584
12584
|
"node:events",
|
|
12585
12585
|
"events",
|
|
12586
|
+
"node:ffi",
|
|
12586
12587
|
"node:fs",
|
|
12587
12588
|
"fs",
|
|
12588
12589
|
"node:fs/promises",
|
|
@@ -22984,12 +22985,11 @@ class ModuleLoader {
|
|
|
22984
22985
|
this.options = options;
|
|
22985
22986
|
this.pluginDriver = pluginDriver;
|
|
22986
22987
|
this.implicitEntryModules = new Set();
|
|
22987
|
-
this.
|
|
22988
|
+
this.sortedEntryModules = [];
|
|
22989
|
+
this.entryModules = new Set();
|
|
22988
22990
|
this.latestLoadModulesPromise = Promise.resolve();
|
|
22989
22991
|
this.moduleLoadPromises = new Map();
|
|
22990
22992
|
this.modulesWithLoadedDependencies = new Set();
|
|
22991
|
-
this.nextChunkNamePriority = 0;
|
|
22992
|
-
this.nextEntryModuleIndex = 0;
|
|
22993
22993
|
this.resolveId = async (source, importer, customOptions, isEntry, attributes, importerAttributes, skip = null) => this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(this.options.external(source, importer, false)
|
|
22994
22994
|
? false
|
|
22995
22995
|
: await resolveId(source, importer, this.options.preserveSymlinks, this.pluginDriver, this.resolveId, skip, customOptions, typeof isEntry === 'boolean' ? isEntry : !importer, attributes, importerAttributes, this.options.fs), importer, source), attributes);
|
|
@@ -23003,32 +23003,26 @@ class ModuleLoader {
|
|
|
23003
23003
|
return result;
|
|
23004
23004
|
}
|
|
23005
23005
|
async addEntryModules(unresolvedEntryModules, isUserDefined) {
|
|
23006
|
-
const firstEntryModuleIndex = this.nextEntryModuleIndex;
|
|
23007
|
-
this.nextEntryModuleIndex += unresolvedEntryModules.length;
|
|
23008
|
-
const firstChunkNamePriority = this.nextChunkNamePriority;
|
|
23009
|
-
this.nextChunkNamePriority += unresolvedEntryModules.length;
|
|
23010
23006
|
const newEntryModules = await this.extendLoadModulesPromise(Promise.all(unresolvedEntryModules.map(({ id, importer }) => this.loadEntryModule(id, true, importer, null, undefined, undefined))).then(entryModules => {
|
|
23007
|
+
let shouldReorder = false;
|
|
23011
23008
|
for (const [index, entryModule] of entryModules.entries()) {
|
|
23012
23009
|
entryModule.isUserDefinedEntryPoint =
|
|
23013
23010
|
entryModule.isUserDefinedEntryPoint || isUserDefined;
|
|
23014
|
-
addChunkNamesToModule(entryModule, unresolvedEntryModules[index], isUserDefined
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
|
-
else {
|
|
23020
|
-
this.indexedEntryModules.push({
|
|
23021
|
-
index: firstEntryModuleIndex + index,
|
|
23022
|
-
module: entryModule
|
|
23023
|
-
});
|
|
23011
|
+
addChunkNamesToModule(entryModule, unresolvedEntryModules[index], isUserDefined);
|
|
23012
|
+
if (!this.entryModules.has(entryModule)) {
|
|
23013
|
+
this.sortedEntryModules.push(entryModule);
|
|
23014
|
+
this.entryModules.add(entryModule);
|
|
23015
|
+
shouldReorder = true;
|
|
23024
23016
|
}
|
|
23025
23017
|
}
|
|
23026
|
-
|
|
23018
|
+
if (shouldReorder) {
|
|
23019
|
+
this.sortedEntryModules.sort((a, b) => (a.id > b.id ? 1 : -1));
|
|
23020
|
+
}
|
|
23027
23021
|
return entryModules;
|
|
23028
23022
|
}));
|
|
23029
23023
|
await this.awaitLoadModulesPromise();
|
|
23030
23024
|
return {
|
|
23031
|
-
entryModules: this.
|
|
23025
|
+
entryModules: this.sortedEntryModules,
|
|
23032
23026
|
implicitEntryModules: [...this.implicitEntryModules],
|
|
23033
23027
|
newEntryModules
|
|
23034
23028
|
};
|
|
@@ -23053,9 +23047,8 @@ class ModuleLoader {
|
|
|
23053
23047
|
return module.info;
|
|
23054
23048
|
}
|
|
23055
23049
|
addEntryWithImplicitDependants(unresolvedModule, implicitlyLoadedAfter) {
|
|
23056
|
-
const chunkNamePriority = this.nextChunkNamePriority++;
|
|
23057
23050
|
return this.extendLoadModulesPromise(this.loadEntryModule(unresolvedModule.id, false, unresolvedModule.importer, null, undefined, undefined).then(async (entryModule) => {
|
|
23058
|
-
addChunkNamesToModule(entryModule, unresolvedModule, false
|
|
23051
|
+
addChunkNamesToModule(entryModule, unresolvedModule, false);
|
|
23059
23052
|
if (!entryModule.info.isEntry) {
|
|
23060
23053
|
const implicitlyLoadedAfterModules = await Promise.all(implicitlyLoadedAfter.map(id => this.loadEntryModule(id, false, unresolvedModule.importer, entryModule.id, undefined, undefined)));
|
|
23061
23054
|
// We need to check again if this is still an entry module as these
|
|
@@ -23424,16 +23417,13 @@ function normalizeRelativeExternalId(source, importer) {
|
|
|
23424
23417
|
: path.resolve(source)
|
|
23425
23418
|
: source;
|
|
23426
23419
|
}
|
|
23427
|
-
function addChunkNamesToModule(module, { fileName, name }, isUserDefined
|
|
23420
|
+
function addChunkNamesToModule(module, { fileName, name }, isUserDefined) {
|
|
23428
23421
|
if (fileName !== null) {
|
|
23429
23422
|
module.chunkFileNames.add(fileName);
|
|
23430
23423
|
}
|
|
23431
23424
|
else if (name !== null) {
|
|
23432
|
-
|
|
23433
|
-
|
|
23434
|
-
while (module.chunkNames[namePosition]?.priority < priority)
|
|
23435
|
-
namePosition++;
|
|
23436
|
-
module.chunkNames.splice(namePosition, 0, { isUserDefined, name, priority });
|
|
23425
|
+
module.chunkNames.push({ isUserDefined, name });
|
|
23426
|
+
module.chunkNames.sort((a, b) => (a.name > b.name ? 1 : -1));
|
|
23437
23427
|
}
|
|
23438
23428
|
}
|
|
23439
23429
|
function isNotAbsoluteExternal(id, source, makeAbsoluteExternalsRelative) {
|
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.
|
|
3
|
+
"version": "4.61.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -114,34 +114,34 @@
|
|
|
114
114
|
"homepage": "https://rollupjs.org/",
|
|
115
115
|
"optionalDependencies": {
|
|
116
116
|
"fsevents": "~2.3.2",
|
|
117
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
118
|
-
"@rollup/rollup-android-arm64": "4.
|
|
119
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
120
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
121
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
122
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
123
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
124
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
125
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
126
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
127
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
128
|
-
"@rollup/rollup-linux-loong64-musl": "4.
|
|
129
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
130
|
-
"@rollup/rollup-linux-riscv64-musl": "4.
|
|
131
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.
|
|
132
|
-
"@rollup/rollup-linux-ppc64-musl": "4.
|
|
133
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
134
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
135
|
-
"@rollup/rollup-win32-x64-gnu": "4.
|
|
136
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
137
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
138
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
139
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
140
|
-
"@rollup/rollup-openbsd-x64": "4.
|
|
141
|
-
"@rollup/rollup-openharmony-arm64": "4.
|
|
117
|
+
"@rollup/rollup-darwin-arm64": "4.61.0",
|
|
118
|
+
"@rollup/rollup-android-arm64": "4.61.0",
|
|
119
|
+
"@rollup/rollup-win32-arm64-msvc": "4.61.0",
|
|
120
|
+
"@rollup/rollup-freebsd-arm64": "4.61.0",
|
|
121
|
+
"@rollup/rollup-linux-arm64-gnu": "4.61.0",
|
|
122
|
+
"@rollup/rollup-linux-arm64-musl": "4.61.0",
|
|
123
|
+
"@rollup/rollup-android-arm-eabi": "4.61.0",
|
|
124
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.61.0",
|
|
125
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.61.0",
|
|
126
|
+
"@rollup/rollup-win32-ia32-msvc": "4.61.0",
|
|
127
|
+
"@rollup/rollup-linux-loong64-gnu": "4.61.0",
|
|
128
|
+
"@rollup/rollup-linux-loong64-musl": "4.61.0",
|
|
129
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.61.0",
|
|
130
|
+
"@rollup/rollup-linux-riscv64-musl": "4.61.0",
|
|
131
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.61.0",
|
|
132
|
+
"@rollup/rollup-linux-ppc64-musl": "4.61.0",
|
|
133
|
+
"@rollup/rollup-linux-s390x-gnu": "4.61.0",
|
|
134
|
+
"@rollup/rollup-darwin-x64": "4.61.0",
|
|
135
|
+
"@rollup/rollup-win32-x64-gnu": "4.61.0",
|
|
136
|
+
"@rollup/rollup-win32-x64-msvc": "4.61.0",
|
|
137
|
+
"@rollup/rollup-freebsd-x64": "4.61.0",
|
|
138
|
+
"@rollup/rollup-linux-x64-gnu": "4.61.0",
|
|
139
|
+
"@rollup/rollup-linux-x64-musl": "4.61.0",
|
|
140
|
+
"@rollup/rollup-openbsd-x64": "4.61.0",
|
|
141
|
+
"@rollup/rollup-openharmony-arm64": "4.61.0"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@types/estree": "1.0.
|
|
144
|
+
"@types/estree": "1.0.9"
|
|
145
145
|
},
|
|
146
146
|
"devDependenciesComments": {
|
|
147
147
|
"core-js": "We only update manually as every update requires a snapshot update"
|
|
@@ -152,13 +152,13 @@
|
|
|
152
152
|
"@codemirror/language": "^6.12.3",
|
|
153
153
|
"@codemirror/search": "^6.7.0",
|
|
154
154
|
"@codemirror/state": "^6.6.0",
|
|
155
|
-
"@codemirror/view": "^6.
|
|
155
|
+
"@codemirror/view": "^6.43.0",
|
|
156
156
|
"@emnapi/core": "^1.10.0",
|
|
157
157
|
"@emnapi/runtime": "^1.10.0",
|
|
158
158
|
"@eslint/js": "^10.0.1",
|
|
159
159
|
"@inquirer/prompts": "^7.10.1",
|
|
160
160
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
161
|
-
"@mermaid-js/mermaid-cli": "^11.
|
|
161
|
+
"@mermaid-js/mermaid-cli": "^11.15.0",
|
|
162
162
|
"@napi-rs/cli": "3.4.1",
|
|
163
163
|
"@rollup/plugin-alias": "^6.0.0",
|
|
164
164
|
"@rollup/plugin-buble": "^1.0.3",
|
|
@@ -169,42 +169,42 @@
|
|
|
169
169
|
"@rollup/plugin-terser": "^0.4.4",
|
|
170
170
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
171
171
|
"@rollup/pluginutils": "^5.3.0",
|
|
172
|
-
"@shikijs/vitepress-twoslash": "^4.0
|
|
172
|
+
"@shikijs/vitepress-twoslash": "^4.1.0",
|
|
173
173
|
"@types/mocha": "^10.0.10",
|
|
174
|
-
"@types/node": "^20.19.
|
|
174
|
+
"@types/node": "^20.19.41",
|
|
175
175
|
"@types/picomatch": "^4.0.3",
|
|
176
176
|
"@types/semver": "^7.7.1",
|
|
177
177
|
"@types/yargs-parser": "^21.0.3",
|
|
178
|
-
"@vue/language-server": "^3.2
|
|
178
|
+
"@vue/language-server": "^3.3.2",
|
|
179
179
|
"acorn": "^8.16.0",
|
|
180
180
|
"acorn-import-assertions": "^1.9.0",
|
|
181
181
|
"acorn-import-phases": "^1.0.4",
|
|
182
182
|
"acorn-jsx": "^5.3.2",
|
|
183
183
|
"buble": "^0.20.0",
|
|
184
|
-
"builtin-modules": "^5.
|
|
184
|
+
"builtin-modules": "^5.2.0",
|
|
185
185
|
"chokidar": "^3.6.0",
|
|
186
186
|
"concurrently": "^9.2.1",
|
|
187
187
|
"core-js": "3.38.1",
|
|
188
188
|
"date-time": "^4.0.0",
|
|
189
189
|
"es5-shim": "^4.6.7",
|
|
190
190
|
"es6-shim": "^0.35.8",
|
|
191
|
-
"eslint": "^10.
|
|
191
|
+
"eslint": "^10.4.0",
|
|
192
192
|
"eslint-config-prettier": "^10.1.8",
|
|
193
193
|
"eslint-plugin-prettier": "^5.5.5",
|
|
194
194
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
195
|
-
"eslint-plugin-vue": "^10.9.
|
|
195
|
+
"eslint-plugin-vue": "^10.9.1",
|
|
196
196
|
"fixturify": "^3.0.0",
|
|
197
197
|
"flru": "^1.0.2",
|
|
198
|
-
"fs-extra": "^11.3.
|
|
198
|
+
"fs-extra": "^11.3.5",
|
|
199
199
|
"github-api": "^3.4.0",
|
|
200
|
-
"globals": "^17.
|
|
200
|
+
"globals": "^17.6.0",
|
|
201
201
|
"husky": "^9.1.7",
|
|
202
202
|
"is-reference": "^3.0.3",
|
|
203
|
-
"lint-staged": "^
|
|
203
|
+
"lint-staged": "^17.0.5",
|
|
204
204
|
"locate-character": "^3.0.0",
|
|
205
205
|
"magic-string": "^0.30.21",
|
|
206
206
|
"memfs": "^4.57.2",
|
|
207
|
-
"mocha": "11.7.
|
|
207
|
+
"mocha": "11.7.6",
|
|
208
208
|
"nodemon": "^3.1.14",
|
|
209
209
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
210
210
|
"nyc": "^18.0.0",
|
|
@@ -216,38 +216,38 @@
|
|
|
216
216
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
217
217
|
"pretty-bytes": "^7.1.0",
|
|
218
218
|
"pretty-ms": "^9.3.0",
|
|
219
|
-
"react": "^18.3.1",
|
|
220
|
-
"react-dom": "^18.3.1",
|
|
221
219
|
"requirejs": "^2.3.8",
|
|
222
|
-
"rollup": "^4.60.
|
|
220
|
+
"rollup": "^4.60.4",
|
|
223
221
|
"rollup-plugin-license": "^3.7.1",
|
|
224
|
-
"semver": "^7.
|
|
222
|
+
"semver": "^7.8.1",
|
|
225
223
|
"shx": "^0.4.0",
|
|
226
224
|
"signal-exit": "^4.1.0",
|
|
227
225
|
"source-map": "^0.7.6",
|
|
228
226
|
"source-map-support": "^0.5.21",
|
|
229
227
|
"systemjs": "^6.15.1",
|
|
230
|
-
"terser": "^5.
|
|
228
|
+
"terser": "^5.48.0",
|
|
231
229
|
"tslib": "^2.8.1",
|
|
232
230
|
"typescript": "^5.9.3",
|
|
233
|
-
"typescript-eslint": "^8.
|
|
234
|
-
"vite": "^7.3.
|
|
231
|
+
"typescript-eslint": "^8.60.0",
|
|
232
|
+
"vite": "^7.3.3",
|
|
235
233
|
"vitepress": "^1.6.4",
|
|
236
|
-
"vue": "^3.5.
|
|
234
|
+
"vue": "^3.5.34",
|
|
237
235
|
"vue-eslint-parser": "^10.4.0",
|
|
238
|
-
"vue-tsc": "^3.2
|
|
239
|
-
"wasm-pack": "^0.
|
|
236
|
+
"vue-tsc": "^3.3.2",
|
|
237
|
+
"wasm-pack": "^0.15.0",
|
|
240
238
|
"yargs-parser": "^21.1.1"
|
|
241
239
|
},
|
|
242
240
|
"overrides": {
|
|
243
|
-
"axios": "^1.
|
|
241
|
+
"axios": "^1.16.1",
|
|
244
242
|
"esbuild": ">0.24.2",
|
|
245
243
|
"lodash-es": ">4.17.22",
|
|
246
244
|
"path-scurry": {
|
|
247
|
-
"lru-cache": "
|
|
245
|
+
"lru-cache": ">=11.0.0"
|
|
248
246
|
},
|
|
249
247
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
250
|
-
"
|
|
248
|
+
"react": "^18.3.1",
|
|
249
|
+
"react-dom": "^18.3.1",
|
|
250
|
+
"semver": "^7.8.1",
|
|
251
251
|
"tar": ">7.5.6",
|
|
252
252
|
"vite": "$vite"
|
|
253
253
|
},
|