rollup 4.55.1 → 4.55.3
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 -21
- 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 +20 -21
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +36 -36
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.55.
|
|
5
|
-
|
|
4
|
+
Rollup.js v4.55.3
|
|
5
|
+
Wed, 21 Jan 2026 05:27:01 GMT - commit 6764d548225c5fe11be33a1e286a01eb6e71f843
|
|
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.55.
|
|
30
|
+
const help = "rollup version 4.55.3\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.55.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.55.3
|
|
4
|
+
Wed, 21 Jan 2026 05:27:01 GMT - commit 6764d548225c5fe11be33a1e286a01eb6e71f843
|
|
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.55.
|
|
30
|
+
var version = "4.55.3";
|
|
31
31
|
|
|
32
32
|
// src/vlq.ts
|
|
33
33
|
var comma = ",".charCodeAt(0);
|
|
@@ -6533,7 +6533,7 @@ class ExpressionStatement extends NodeBase {
|
|
|
6533
6533
|
render(code, options) {
|
|
6534
6534
|
super.render(code, options);
|
|
6535
6535
|
if (code.original[this.end - 1] !== ';') {
|
|
6536
|
-
code.
|
|
6536
|
+
code.appendLeft(this.end, ';');
|
|
6537
6537
|
}
|
|
6538
6538
|
}
|
|
6539
6539
|
shouldBeIncluded(context) {
|
|
@@ -13880,9 +13880,9 @@ class JSXElement extends JSXElementBase {
|
|
|
13880
13880
|
}
|
|
13881
13881
|
renderAutomaticMode(code, options) {
|
|
13882
13882
|
const { snippets: { getPropertyAccess }, useOriginalName } = options;
|
|
13883
|
-
const { closingElement, end, factoryVariable, openingElement: { end:
|
|
13883
|
+
const { closingElement, end, factoryVariable, openingElement: { end: openingEnd, selfClosing } } = this;
|
|
13884
13884
|
let { firstAttribute, hasAttributes, hasSpread, inObject, keyAttribute, previousEnd } = this.renderAttributes(code, options, factoryVariable.getName(getPropertyAccess, useOriginalName), true);
|
|
13885
|
-
const { firstChild, hasMultipleChildren, childrenEnd } = this.renderChildren(code, options,
|
|
13885
|
+
const { firstChild, hasMultipleChildren, childrenEnd } = this.renderChildren(code, options, openingEnd);
|
|
13886
13886
|
if (firstChild) {
|
|
13887
13887
|
code.prependRight(firstChild.start, `children: ${hasMultipleChildren ? '[' : ''}`);
|
|
13888
13888
|
if (!inObject) {
|
|
@@ -13894,16 +13894,21 @@ class JSXElement extends JSXElementBase {
|
|
|
13894
13894
|
code.appendLeft(previousEnd, ']');
|
|
13895
13895
|
}
|
|
13896
13896
|
}
|
|
13897
|
-
|
|
13897
|
+
// This ensures that attributesEnd never corresponds to this.end. This is
|
|
13898
|
+
// important because we must never use code.move with this.end as target.
|
|
13899
|
+
// Otherwise, this would interfere with parent elements that try to append
|
|
13900
|
+
// code to this.end, which would appear BEFORE the moved code.
|
|
13901
|
+
const attributesEnd = firstChild ? childrenEnd : previousEnd;
|
|
13902
|
+
this.wrapAttributes(code, inObject, hasAttributes || !!firstChild, hasSpread, firstAttribute || firstChild, '{}', attributesEnd);
|
|
13898
13903
|
if (keyAttribute) {
|
|
13899
13904
|
const { value } = keyAttribute;
|
|
13900
13905
|
// This will appear to the left of the moved code...
|
|
13901
|
-
code.appendLeft(
|
|
13906
|
+
code.appendLeft(attributesEnd, ', ');
|
|
13902
13907
|
if (value) {
|
|
13903
|
-
code.move(value.start, value.end,
|
|
13908
|
+
code.move(value.start, value.end, attributesEnd);
|
|
13904
13909
|
}
|
|
13905
13910
|
else {
|
|
13906
|
-
code.appendLeft(
|
|
13911
|
+
code.appendLeft(attributesEnd, 'true');
|
|
13907
13912
|
}
|
|
13908
13913
|
}
|
|
13909
13914
|
if (selfClosing) {
|
|
@@ -13953,9 +13958,7 @@ class JSXElement extends JSXElementBase {
|
|
|
13953
13958
|
hasSpread = true;
|
|
13954
13959
|
}
|
|
13955
13960
|
previousEnd = attribute.end;
|
|
13956
|
-
|
|
13957
|
-
firstAttribute = attribute;
|
|
13958
|
-
}
|
|
13961
|
+
firstAttribute ??= attribute;
|
|
13959
13962
|
}
|
|
13960
13963
|
code.remove(attributes.at(-1)?.end || previousEnd, openingEnd);
|
|
13961
13964
|
return { firstAttribute, hasAttributes, hasSpread, inObject, keyAttribute, previousEnd };
|
|
@@ -19501,7 +19504,8 @@ function getChunkAssignments(entries, manualChunkAliasByEntry, minChunkSize, log
|
|
|
19501
19504
|
function getChunkDefinitionsFromManualChunks(manualChunkAliasByEntry, isManualChunksFunctionForm, onlyExplicitManualChunks) {
|
|
19502
19505
|
const modulesInManualChunks = new Set(manualChunkAliasByEntry.keys());
|
|
19503
19506
|
const manualChunkModulesByAlias = Object.create(null);
|
|
19504
|
-
|
|
19507
|
+
const sortedEntriesWithAlias = [...manualChunkAliasByEntry].sort(([entryA], [entryB]) => entryA.execIndex - entryB.execIndex);
|
|
19508
|
+
for (const [entry, alias] of sortedEntriesWithAlias) {
|
|
19505
19509
|
if (isManualChunksFunctionForm && onlyExplicitManualChunks) {
|
|
19506
19510
|
(manualChunkModulesByAlias[alias] ||= []).push(entry);
|
|
19507
19511
|
}
|
|
@@ -20681,7 +20685,7 @@ class Bundle {
|
|
|
20681
20685
|
return manualChunkAliasByEntry;
|
|
20682
20686
|
}
|
|
20683
20687
|
assignManualChunks(getManualChunk) {
|
|
20684
|
-
const
|
|
20688
|
+
const manualChunkAliasByEntry = new Map();
|
|
20685
20689
|
const manualChunksApi = {
|
|
20686
20690
|
getModuleIds: () => this.graph.modulesById.keys(),
|
|
20687
20691
|
getModuleInfo: this.graph.getModuleInfo
|
|
@@ -20690,15 +20694,10 @@ class Bundle {
|
|
|
20690
20694
|
if (module instanceof Module) {
|
|
20691
20695
|
const manualChunkAlias = getManualChunk(module.id, manualChunksApi);
|
|
20692
20696
|
if (typeof manualChunkAlias === 'string') {
|
|
20693
|
-
|
|
20697
|
+
addModuleToManualChunk(manualChunkAlias, module, manualChunkAliasByEntry);
|
|
20694
20698
|
}
|
|
20695
20699
|
}
|
|
20696
20700
|
}
|
|
20697
|
-
manualChunkAliasesWithEntry.sort(([aliasA], [aliasB]) => aliasA > aliasB ? 1 : aliasA < aliasB ? -1 : 0);
|
|
20698
|
-
const manualChunkAliasByEntry = new Map();
|
|
20699
|
-
for (const [alias, module] of manualChunkAliasesWithEntry) {
|
|
20700
|
-
addModuleToManualChunk(alias, module, manualChunkAliasByEntry);
|
|
20701
|
-
}
|
|
20702
20701
|
return manualChunkAliasByEntry;
|
|
20703
20702
|
}
|
|
20704
20703
|
finaliseAssets(bundle) {
|
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.55.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.55.3
|
|
4
|
+
Wed, 21 Jan 2026 05:27:01 GMT - commit 6764d548225c5fe11be33a1e286a01eb6e71f843
|
|
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.55.
|
|
45
|
+
var version = "4.55.3";
|
|
46
46
|
|
|
47
47
|
function ensureArray$1(items) {
|
|
48
48
|
if (Array.isArray(items)) {
|
|
@@ -10310,7 +10310,7 @@ class ExpressionStatement extends NodeBase {
|
|
|
10310
10310
|
render(code, options) {
|
|
10311
10311
|
super.render(code, options);
|
|
10312
10312
|
if (code.original[this.end - 1] !== ';') {
|
|
10313
|
-
code.
|
|
10313
|
+
code.appendLeft(this.end, ';');
|
|
10314
10314
|
}
|
|
10315
10315
|
}
|
|
10316
10316
|
shouldBeIncluded(context) {
|
|
@@ -15490,9 +15490,9 @@ class JSXElement extends JSXElementBase {
|
|
|
15490
15490
|
}
|
|
15491
15491
|
renderAutomaticMode(code, options) {
|
|
15492
15492
|
const { snippets: { getPropertyAccess }, useOriginalName } = options;
|
|
15493
|
-
const { closingElement, end, factoryVariable, openingElement: { end:
|
|
15493
|
+
const { closingElement, end, factoryVariable, openingElement: { end: openingEnd, selfClosing } } = this;
|
|
15494
15494
|
let { firstAttribute, hasAttributes, hasSpread, inObject, keyAttribute, previousEnd } = this.renderAttributes(code, options, factoryVariable.getName(getPropertyAccess, useOriginalName), true);
|
|
15495
|
-
const { firstChild, hasMultipleChildren, childrenEnd } = this.renderChildren(code, options,
|
|
15495
|
+
const { firstChild, hasMultipleChildren, childrenEnd } = this.renderChildren(code, options, openingEnd);
|
|
15496
15496
|
if (firstChild) {
|
|
15497
15497
|
code.prependRight(firstChild.start, `children: ${hasMultipleChildren ? '[' : ''}`);
|
|
15498
15498
|
if (!inObject) {
|
|
@@ -15504,16 +15504,21 @@ class JSXElement extends JSXElementBase {
|
|
|
15504
15504
|
code.appendLeft(previousEnd, ']');
|
|
15505
15505
|
}
|
|
15506
15506
|
}
|
|
15507
|
-
|
|
15507
|
+
// This ensures that attributesEnd never corresponds to this.end. This is
|
|
15508
|
+
// important because we must never use code.move with this.end as target.
|
|
15509
|
+
// Otherwise, this would interfere with parent elements that try to append
|
|
15510
|
+
// code to this.end, which would appear BEFORE the moved code.
|
|
15511
|
+
const attributesEnd = firstChild ? childrenEnd : previousEnd;
|
|
15512
|
+
this.wrapAttributes(code, inObject, hasAttributes || !!firstChild, hasSpread, firstAttribute || firstChild, '{}', attributesEnd);
|
|
15508
15513
|
if (keyAttribute) {
|
|
15509
15514
|
const { value } = keyAttribute;
|
|
15510
15515
|
// This will appear to the left of the moved code...
|
|
15511
|
-
code.appendLeft(
|
|
15516
|
+
code.appendLeft(attributesEnd, ', ');
|
|
15512
15517
|
if (value) {
|
|
15513
|
-
code.move(value.start, value.end,
|
|
15518
|
+
code.move(value.start, value.end, attributesEnd);
|
|
15514
15519
|
}
|
|
15515
15520
|
else {
|
|
15516
|
-
code.appendLeft(
|
|
15521
|
+
code.appendLeft(attributesEnd, 'true');
|
|
15517
15522
|
}
|
|
15518
15523
|
}
|
|
15519
15524
|
if (selfClosing) {
|
|
@@ -15563,9 +15568,7 @@ class JSXElement extends JSXElementBase {
|
|
|
15563
15568
|
hasSpread = true;
|
|
15564
15569
|
}
|
|
15565
15570
|
previousEnd = attribute.end;
|
|
15566
|
-
|
|
15567
|
-
firstAttribute = attribute;
|
|
15568
|
-
}
|
|
15571
|
+
firstAttribute ??= attribute;
|
|
15569
15572
|
}
|
|
15570
15573
|
code.remove(attributes.at(-1)?.end || previousEnd, openingEnd);
|
|
15571
15574
|
return { firstAttribute, hasAttributes, hasSpread, inObject, keyAttribute, previousEnd };
|
|
@@ -20995,7 +20998,8 @@ function getChunkAssignments(entries, manualChunkAliasByEntry, minChunkSize, log
|
|
|
20995
20998
|
function getChunkDefinitionsFromManualChunks(manualChunkAliasByEntry, isManualChunksFunctionForm, onlyExplicitManualChunks) {
|
|
20996
20999
|
const modulesInManualChunks = new Set(manualChunkAliasByEntry.keys());
|
|
20997
21000
|
const manualChunkModulesByAlias = Object.create(null);
|
|
20998
|
-
|
|
21001
|
+
const sortedEntriesWithAlias = [...manualChunkAliasByEntry].sort(([entryA], [entryB]) => entryA.execIndex - entryB.execIndex);
|
|
21002
|
+
for (const [entry, alias] of sortedEntriesWithAlias) {
|
|
20999
21003
|
if (isManualChunksFunctionForm && onlyExplicitManualChunks) {
|
|
21000
21004
|
(manualChunkModulesByAlias[alias] ||= []).push(entry);
|
|
21001
21005
|
}
|
|
@@ -22155,7 +22159,7 @@ class Bundle {
|
|
|
22155
22159
|
return manualChunkAliasByEntry;
|
|
22156
22160
|
}
|
|
22157
22161
|
assignManualChunks(getManualChunk) {
|
|
22158
|
-
const
|
|
22162
|
+
const manualChunkAliasByEntry = new Map();
|
|
22159
22163
|
const manualChunksApi = {
|
|
22160
22164
|
getModuleIds: () => this.graph.modulesById.keys(),
|
|
22161
22165
|
getModuleInfo: this.graph.getModuleInfo
|
|
@@ -22164,15 +22168,10 @@ class Bundle {
|
|
|
22164
22168
|
if (module instanceof Module) {
|
|
22165
22169
|
const manualChunkAlias = getManualChunk(module.id, manualChunksApi);
|
|
22166
22170
|
if (typeof manualChunkAlias === 'string') {
|
|
22167
|
-
|
|
22171
|
+
addModuleToManualChunk(manualChunkAlias, module, manualChunkAliasByEntry);
|
|
22168
22172
|
}
|
|
22169
22173
|
}
|
|
22170
22174
|
}
|
|
22171
|
-
manualChunkAliasesWithEntry.sort(([aliasA], [aliasB]) => aliasA > aliasB ? 1 : aliasA < aliasB ? -1 : 0);
|
|
22172
|
-
const manualChunkAliasByEntry = new Map();
|
|
22173
|
-
for (const [alias, module] of manualChunkAliasesWithEntry) {
|
|
22174
|
-
addModuleToManualChunk(alias, module, manualChunkAliasByEntry);
|
|
22175
|
-
}
|
|
22176
22175
|
return manualChunkAliasByEntry;
|
|
22177
22176
|
}
|
|
22178
22177
|
finaliseAssets(bundle) {
|
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.55.
|
|
3
|
+
"version": "4.55.3",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -114,31 +114,31 @@
|
|
|
114
114
|
"homepage": "https://rollupjs.org/",
|
|
115
115
|
"optionalDependencies": {
|
|
116
116
|
"fsevents": "~2.3.2",
|
|
117
|
-
"@rollup/rollup-darwin-arm64": "4.55.
|
|
118
|
-
"@rollup/rollup-android-arm64": "4.55.
|
|
119
|
-
"@rollup/rollup-win32-arm64-msvc": "4.55.
|
|
120
|
-
"@rollup/rollup-freebsd-arm64": "4.55.
|
|
121
|
-
"@rollup/rollup-linux-arm64-gnu": "4.55.
|
|
122
|
-
"@rollup/rollup-linux-arm64-musl": "4.55.
|
|
123
|
-
"@rollup/rollup-android-arm-eabi": "4.55.
|
|
124
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.55.
|
|
125
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.55.
|
|
126
|
-
"@rollup/rollup-win32-ia32-msvc": "4.55.
|
|
127
|
-
"@rollup/rollup-linux-loong64-gnu": "4.55.
|
|
128
|
-
"@rollup/rollup-linux-loong64-musl": "4.55.
|
|
129
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.55.
|
|
130
|
-
"@rollup/rollup-linux-riscv64-musl": "4.55.
|
|
131
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.55.
|
|
132
|
-
"@rollup/rollup-linux-ppc64-musl": "4.55.
|
|
133
|
-
"@rollup/rollup-linux-s390x-gnu": "4.55.
|
|
134
|
-
"@rollup/rollup-darwin-x64": "4.55.
|
|
135
|
-
"@rollup/rollup-win32-x64-gnu": "4.55.
|
|
136
|
-
"@rollup/rollup-win32-x64-msvc": "4.55.
|
|
137
|
-
"@rollup/rollup-freebsd-x64": "4.55.
|
|
138
|
-
"@rollup/rollup-linux-x64-gnu": "4.55.
|
|
139
|
-
"@rollup/rollup-linux-x64-musl": "4.55.
|
|
140
|
-
"@rollup/rollup-openbsd-x64": "4.55.
|
|
141
|
-
"@rollup/rollup-openharmony-arm64": "4.55.
|
|
117
|
+
"@rollup/rollup-darwin-arm64": "4.55.3",
|
|
118
|
+
"@rollup/rollup-android-arm64": "4.55.3",
|
|
119
|
+
"@rollup/rollup-win32-arm64-msvc": "4.55.3",
|
|
120
|
+
"@rollup/rollup-freebsd-arm64": "4.55.3",
|
|
121
|
+
"@rollup/rollup-linux-arm64-gnu": "4.55.3",
|
|
122
|
+
"@rollup/rollup-linux-arm64-musl": "4.55.3",
|
|
123
|
+
"@rollup/rollup-android-arm-eabi": "4.55.3",
|
|
124
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.55.3",
|
|
125
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.55.3",
|
|
126
|
+
"@rollup/rollup-win32-ia32-msvc": "4.55.3",
|
|
127
|
+
"@rollup/rollup-linux-loong64-gnu": "4.55.3",
|
|
128
|
+
"@rollup/rollup-linux-loong64-musl": "4.55.3",
|
|
129
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.55.3",
|
|
130
|
+
"@rollup/rollup-linux-riscv64-musl": "4.55.3",
|
|
131
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.55.3",
|
|
132
|
+
"@rollup/rollup-linux-ppc64-musl": "4.55.3",
|
|
133
|
+
"@rollup/rollup-linux-s390x-gnu": "4.55.3",
|
|
134
|
+
"@rollup/rollup-darwin-x64": "4.55.3",
|
|
135
|
+
"@rollup/rollup-win32-x64-gnu": "4.55.3",
|
|
136
|
+
"@rollup/rollup-win32-x64-msvc": "4.55.3",
|
|
137
|
+
"@rollup/rollup-freebsd-x64": "4.55.3",
|
|
138
|
+
"@rollup/rollup-linux-x64-gnu": "4.55.3",
|
|
139
|
+
"@rollup/rollup-linux-x64-musl": "4.55.3",
|
|
140
|
+
"@rollup/rollup-openbsd-x64": "4.55.3",
|
|
141
|
+
"@rollup/rollup-openharmony-arm64": "4.55.3"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@types/estree": "1.0.8"
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"@codemirror/commands": "^6.10.1",
|
|
151
151
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
152
152
|
"@codemirror/language": "^6.12.1",
|
|
153
|
-
"@codemirror/search": "^6.
|
|
153
|
+
"@codemirror/search": "^6.6.0",
|
|
154
154
|
"@codemirror/state": "^6.5.3",
|
|
155
|
-
"@codemirror/view": "^6.39.
|
|
155
|
+
"@codemirror/view": "^6.39.10",
|
|
156
156
|
"@eslint/js": "^9.39.2",
|
|
157
157
|
"@inquirer/prompts": "^7.10.1",
|
|
158
158
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
@@ -167,13 +167,13 @@
|
|
|
167
167
|
"@rollup/plugin-terser": "^0.4.4",
|
|
168
168
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
169
169
|
"@rollup/pluginutils": "^5.3.0",
|
|
170
|
-
"@shikijs/vitepress-twoslash": "^3.
|
|
170
|
+
"@shikijs/vitepress-twoslash": "^3.21.0",
|
|
171
171
|
"@types/mocha": "^10.0.10",
|
|
172
|
-
"@types/node": "^20.19.
|
|
172
|
+
"@types/node": "^20.19.28",
|
|
173
173
|
"@types/picomatch": "^4.0.2",
|
|
174
174
|
"@types/semver": "^7.7.1",
|
|
175
175
|
"@types/yargs-parser": "^21.0.3",
|
|
176
|
-
"@vue/language-server": "^3.2.
|
|
176
|
+
"@vue/language-server": "^3.2.2",
|
|
177
177
|
"acorn": "^8.15.0",
|
|
178
178
|
"acorn-import-assertions": "^1.9.0",
|
|
179
179
|
"acorn-jsx": "^5.3.2",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"flru": "^1.0.2",
|
|
196
196
|
"fs-extra": "^11.3.3",
|
|
197
197
|
"github-api": "^3.4.0",
|
|
198
|
-
"globals": "^
|
|
198
|
+
"globals": "^17.0.0",
|
|
199
199
|
"husky": "^9.1.7",
|
|
200
200
|
"is-reference": "^3.0.3",
|
|
201
201
|
"lint-staged": "^16.2.7",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"pretty-bytes": "^7.1.0",
|
|
216
216
|
"pretty-ms": "^9.3.0",
|
|
217
217
|
"requirejs": "^2.3.8",
|
|
218
|
-
"rollup": "^4.
|
|
218
|
+
"rollup": "^4.55.1",
|
|
219
219
|
"rollup-plugin-license": "^3.6.0",
|
|
220
220
|
"semver": "^7.7.3",
|
|
221
221
|
"shx": "^0.4.0",
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
"terser": "^5.44.1",
|
|
227
227
|
"tslib": "^2.8.1",
|
|
228
228
|
"typescript": "^5.9.3",
|
|
229
|
-
"typescript-eslint": "^8.
|
|
230
|
-
"vite": "^7.3.
|
|
229
|
+
"typescript-eslint": "^8.53.0",
|
|
230
|
+
"vite": "^7.3.1",
|
|
231
231
|
"vitepress": "^1.6.4",
|
|
232
232
|
"vue": "^3.5.26",
|
|
233
233
|
"vue-eslint-parser": "^10.2.0",
|
|
234
|
-
"vue-tsc": "^3.2.
|
|
234
|
+
"vue-tsc": "^3.2.2",
|
|
235
235
|
"wasm-pack": "^0.13.1",
|
|
236
236
|
"yargs-parser": "^21.1.1"
|
|
237
237
|
},
|