rollup 4.22.1 → 4.22.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 +16 -19
- 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 +15 -18
- 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.22.
|
|
5
|
-
Fri, 20 Sep 2024
|
|
4
|
+
Rollup.js v4.22.2
|
|
5
|
+
Fri, 20 Sep 2024 09:33:14 GMT - commit b86ffd776cfa906573d36c3f019316d02445d9ef
|
|
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,13 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.22.
|
|
4
|
-
Fri, 20 Sep 2024
|
|
3
|
+
Rollup.js v4.22.2
|
|
4
|
+
Fri, 20 Sep 2024 09:33:14 GMT - commit b86ffd776cfa906573d36c3f019316d02445d9ef
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
8
8
|
Released under the MIT License.
|
|
9
9
|
*/
|
|
10
|
-
import { normalize, getImportPath, ExportDefaultDeclaration as ExportDefaultDeclaration$1, CallExpression as CallExpression$1, EMPTY_ARRAY, LOGLEVEL_WARN, logUnusedExternalImports, ANNOTATION_KEY, INVALID_ANNOTATION_KEY, Program as Program$1, BLANK, logIllegalImportReassignment, logRedeclarationError, CatchClause as CatchClause$1, logDuplicateArgumentNameError, logModuleLevelDirective, ReturnStatement as ReturnStatement$1, VariableDeclarator as VariableDeclarator$1, Property as Property$1, logConstVariableReassignError, ExpressionStatement as ExpressionStatement$1, ArrowFunctionExpression as ArrowFunctionExpression$1, logMissingExport, EMPTY_SET, logCannotCallNamespace, logEval, StaticBlock as StaticBlock$1, BlockStatement as BlockStatement$1, getRollupError, logParseError, logModuleParseError, error, LOGLEVEL_INFO, logFirstSideEffect, locate, logInvalidAnnotation, Identifier as Identifier$1, logThisIsUndefined, getAstBuffer, convertAnnotations, FIXED_STRINGS, convertNode as convertNode$1, EMPTY_OBJECT, logImportAttributeIsInvalid, logImportOptionsAreInvalid, logSyntheticNamedExportsNeedNamespaceExport, logMissingEntryExport, logDuplicateExportError, logInvalidSourcemapForError, augmentCodeLocation, logInconsistentImportAttributes, logNamespaceConflict, logAmbiguousExternalNamespaces, logShimmedExport, parseAst, logCircularReexport,
|
|
10
|
+
import { normalize, getImportPath, ExportDefaultDeclaration as ExportDefaultDeclaration$1, CallExpression as CallExpression$1, EMPTY_ARRAY, LOGLEVEL_WARN, logUnusedExternalImports, ANNOTATION_KEY, INVALID_ANNOTATION_KEY, Program as Program$1, BLANK, logIllegalImportReassignment, logRedeclarationError, CatchClause as CatchClause$1, logDuplicateArgumentNameError, logModuleLevelDirective, ReturnStatement as ReturnStatement$1, VariableDeclarator as VariableDeclarator$1, Property as Property$1, logConstVariableReassignError, ExpressionStatement as ExpressionStatement$1, ArrowFunctionExpression as ArrowFunctionExpression$1, logMissingExport, EMPTY_SET, logCannotCallNamespace, logEval, StaticBlock as StaticBlock$1, BlockStatement as BlockStatement$1, getRollupError, logParseError, logModuleParseError, error, LOGLEVEL_INFO, logFirstSideEffect, locate, logInvalidAnnotation, Identifier as Identifier$1, logThisIsUndefined, getAstBuffer, convertAnnotations, FIXED_STRINGS, convertNode as convertNode$1, EMPTY_OBJECT, logImportAttributeIsInvalid, logImportOptionsAreInvalid, logSyntheticNamedExportsNeedNamespaceExport, logMissingEntryExport, logInvalidFormatForTopLevelAwait, logDuplicateExportError, logInvalidSourcemapForError, augmentCodeLocation, logInconsistentImportAttributes, logNamespaceConflict, logAmbiguousExternalNamespaces, logShimmedExport, parseAst, logCircularReexport, TemplateLiteral as TemplateLiteral$1, Literal as Literal$1, logMissingNodeBuiltins, logReservedNamespace, logIllegalIdentifierAsName, logMissingNameOptionForIifeExport, logMissingNameOptionForUmdExport, logAddonNotGenerated, logIncompatibleExportOptionValue, logMixedExport, logFailedValidation, isPathFragment, logCyclicCrossChunkReexport, getAliasName, logUnexpectedNamedImport, isAbsolute as isAbsolute$1, relative as relative$1, logUnexpectedNamespaceReexport, logEmptyChunk, logMissingGlobalName, logOptimizeChunkStatus, logSourcemapBroken, logConflictingSourcemapSources, logChunkInvalid, logInvalidOption, URL_OUTPUT_FORMAT, URL_OUTPUT_DIR, URL_OUTPUT_SOURCEMAPFILE, URL_OUTPUT_AMD_ID, logCannotAssignModuleToChunk, logAnonymousPluginCache, logDuplicatePluginName, LOGLEVEL_ERROR, logLevelPriority, LOGLEVEL_DEBUG, logUnknownOption, printQuotedStringList, logInvalidSetAssetSourceCall, logPluginError, logNoTransformMapOrAstWithoutCode, relativeId, logBadLoader, logExternalModulesCannotBeTransformedToModules, logInternalIdCannotBeExternal, isRelative, logUnresolvedImport, logUnresolvedImportTreatedAsExternal, logExternalSyntheticExports, logUnresolvedEntry, logUnresolvedImplicitDependant, logExternalModulesCannotBeIncludedInManualChunks, logEntryCannotBeExternal, logImplicitDependantCannotBeExternal, logNoAssetSourceSet, logFileReferenceIdNotFoundForFilename, logAssetReferenceIdNotFoundForSetSource, logAssetSourceAlreadySet, logInvalidRollupPhaseForChunkEmission, logFileNameConflict, logAssetNotFinalisedForFileName, logChunkNotGeneratedForFileName, logInvalidLogPosition, logInputHookInOutputPlugin, logInvalidFunctionPluginHook, logInvalidAddonPluginHook, logImplicitDependantIsNotIncluded, logCircularDependency, augmentLogMessage, URL_TREESHAKE_MODULESIDEEFFECTS, URL_TREESHAKE, URL_OUTPUT_INLINEDYNAMICIMPORTS, URL_PRESERVEENTRYSIGNATURES, URL_OUTPUT_AMD_BASEPATH, logInvalidExportOptionValue, warnDeprecation, URL_OUTPUT_INTEROP, URL_OUTPUT_MANUALCHUNKS, isValidUrl, addTrailingSlashIfMissed, URL_OUTPUT_SOURCEMAPBASEURL, URL_OUTPUT_GENERATEDCODE, URL_OUTPUT_EXTERNALIMPORTATTRIBUTES, logAlreadyClosed, logMissingFileOrDirOption, logCannotEmitFromOptionsHook, URL_WATCH } from './parseAst.js';
|
|
11
11
|
import { relative, dirname, basename, extname, resolve as resolve$1 } from 'node:path';
|
|
12
12
|
import require$$0, { win32, posix, isAbsolute, resolve } from 'path';
|
|
13
13
|
import { parseAsync, xxhashBase64Url, xxhashBase36, xxhashBase16 } from '../../native.js';
|
|
@@ -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.22.
|
|
19
|
+
var version = "4.22.2";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
|
@@ -7050,10 +7050,9 @@ class Identifier extends NodeBase {
|
|
|
7050
7050
|
if (!(this.variable instanceof LocalVariable &&
|
|
7051
7051
|
this.variable.kind &&
|
|
7052
7052
|
tdzVariableKinds.has(this.variable.kind) &&
|
|
7053
|
-
//
|
|
7054
|
-
//
|
|
7055
|
-
|
|
7056
|
-
this.variable.module.hasTreeShakingPassStarted)) {
|
|
7053
|
+
// we ignore possible TDZs due to circular module dependencies as
|
|
7054
|
+
// otherwise we get many false positives
|
|
7055
|
+
this.variable.module === this.scope.context.module)) {
|
|
7057
7056
|
return (this.isTDZAccess = false);
|
|
7058
7057
|
}
|
|
7059
7058
|
let decl_id;
|
|
@@ -7066,7 +7065,9 @@ class Identifier extends NodeBase {
|
|
|
7066
7065
|
// in the same function or at top level of module
|
|
7067
7066
|
return (this.isTDZAccess = true);
|
|
7068
7067
|
}
|
|
7069
|
-
|
|
7068
|
+
// We ignore the case where the module is not yet executed because
|
|
7069
|
+
// moduleSideEffects are false.
|
|
7070
|
+
if (!this.variable.initReached && this.scope.context.module.isExecuted) {
|
|
7070
7071
|
// Either a const/let TDZ violation or
|
|
7071
7072
|
// var use before declaration was encountered.
|
|
7072
7073
|
return (this.isTDZAccess = true);
|
|
@@ -7102,10 +7103,6 @@ class Identifier extends NodeBase {
|
|
|
7102
7103
|
applyDeoptimizations() {
|
|
7103
7104
|
this.deoptimized = true;
|
|
7104
7105
|
if (this.variable instanceof LocalVariable) {
|
|
7105
|
-
// When accessing a variable from a module without side effects, this
|
|
7106
|
-
// means we use an export of that module and therefore need to potentially
|
|
7107
|
-
// include it in the bundle.
|
|
7108
|
-
this.variable.module.isExecuted = true;
|
|
7109
7106
|
this.variable.consolidateInitializers();
|
|
7110
7107
|
this.scope.context.requestTreeshakingPass();
|
|
7111
7108
|
}
|
|
@@ -13839,7 +13836,6 @@ class Module {
|
|
|
13839
13836
|
this.dynamicImporters = [];
|
|
13840
13837
|
this.dynamicImports = [];
|
|
13841
13838
|
this.execIndex = Infinity;
|
|
13842
|
-
this.hasTreeShakingPassStarted = false;
|
|
13843
13839
|
this.implicitlyLoadedAfter = new Set();
|
|
13844
13840
|
this.implicitlyLoadedBefore = new Set();
|
|
13845
13841
|
this.importDescriptions = new Map();
|
|
@@ -18051,8 +18047,8 @@ async function renderChunks(chunks, bundle, pluginDriver, outputOptions, log) {
|
|
|
18051
18047
|
timeStart('transform chunks', 2);
|
|
18052
18048
|
const getHash = hasherByType[outputOptions.hashCharacters];
|
|
18053
18049
|
const chunkGraph = getChunkGraph(chunks);
|
|
18054
|
-
const { initialHashesByPlaceholder, nonHashedChunksWithPlaceholders,
|
|
18055
|
-
const hashesByPlaceholder = generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, bundle, getHash);
|
|
18050
|
+
const { hashDependenciesByPlaceholder, initialHashesByPlaceholder, nonHashedChunksWithPlaceholders, placeholders, renderedChunksByPlaceholder } = await transformChunksAndGenerateContentHashes(renderedChunks, chunkGraph, outputOptions, pluginDriver, getHash, log);
|
|
18051
|
+
const hashesByPlaceholder = generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, placeholders, bundle, getHash);
|
|
18056
18052
|
addChunksToBundle(renderedChunksByPlaceholder, hashesByPlaceholder, bundle, nonHashedChunksWithPlaceholders, pluginDriver, outputOptions);
|
|
18057
18053
|
timeEnd('transform chunks', 2);
|
|
18058
18054
|
}
|
|
@@ -18182,12 +18178,14 @@ async function transformChunksAndGenerateContentHashes(renderedChunks, chunkGrap
|
|
|
18182
18178
|
hashDependenciesByPlaceholder,
|
|
18183
18179
|
initialHashesByPlaceholder,
|
|
18184
18180
|
nonHashedChunksWithPlaceholders,
|
|
18181
|
+
placeholders,
|
|
18185
18182
|
renderedChunksByPlaceholder
|
|
18186
18183
|
};
|
|
18187
18184
|
}
|
|
18188
|
-
function generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, bundle, getHash) {
|
|
18185
|
+
function generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, placeholders, bundle, getHash) {
|
|
18189
18186
|
const hashesByPlaceholder = new Map(initialHashesByPlaceholder);
|
|
18190
|
-
for (const
|
|
18187
|
+
for (const placeholder of placeholders) {
|
|
18188
|
+
const { fileName } = renderedChunksByPlaceholder.get(placeholder);
|
|
18191
18189
|
let contentToHash = '';
|
|
18192
18190
|
const hashDependencyPlaceholders = new Set([placeholder]);
|
|
18193
18191
|
for (const dependencyPlaceholder of hashDependencyPlaceholders) {
|
|
@@ -20169,7 +20167,6 @@ class Graph {
|
|
|
20169
20167
|
this.needsTreeshakingPass = false;
|
|
20170
20168
|
for (const module of this.modules) {
|
|
20171
20169
|
if (module.isExecuted) {
|
|
20172
|
-
module.hasTreeShakingPassStarted = true;
|
|
20173
20170
|
if (module.info.moduleSideEffects === 'no-treeshake') {
|
|
20174
20171
|
module.includeAllInBundle();
|
|
20175
20172
|
}
|
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.22.
|
|
4
|
-
Fri, 20 Sep 2024
|
|
3
|
+
Rollup.js v4.22.2
|
|
4
|
+
Fri, 20 Sep 2024 09:33:14 GMT - commit b86ffd776cfa906573d36c3f019316d02445d9ef
|
|
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.22.
|
|
34
|
+
var version = "4.22.2";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
|
@@ -8516,10 +8516,9 @@ class Identifier extends NodeBase {
|
|
|
8516
8516
|
if (!(this.variable instanceof LocalVariable &&
|
|
8517
8517
|
this.variable.kind &&
|
|
8518
8518
|
tdzVariableKinds.has(this.variable.kind) &&
|
|
8519
|
-
//
|
|
8520
|
-
//
|
|
8521
|
-
|
|
8522
|
-
this.variable.module.hasTreeShakingPassStarted)) {
|
|
8519
|
+
// we ignore possible TDZs due to circular module dependencies as
|
|
8520
|
+
// otherwise we get many false positives
|
|
8521
|
+
this.variable.module === this.scope.context.module)) {
|
|
8523
8522
|
return (this.isTDZAccess = false);
|
|
8524
8523
|
}
|
|
8525
8524
|
let decl_id;
|
|
@@ -8532,7 +8531,9 @@ class Identifier extends NodeBase {
|
|
|
8532
8531
|
// in the same function or at top level of module
|
|
8533
8532
|
return (this.isTDZAccess = true);
|
|
8534
8533
|
}
|
|
8535
|
-
|
|
8534
|
+
// We ignore the case where the module is not yet executed because
|
|
8535
|
+
// moduleSideEffects are false.
|
|
8536
|
+
if (!this.variable.initReached && this.scope.context.module.isExecuted) {
|
|
8536
8537
|
// Either a const/let TDZ violation or
|
|
8537
8538
|
// var use before declaration was encountered.
|
|
8538
8539
|
return (this.isTDZAccess = true);
|
|
@@ -8568,10 +8569,6 @@ class Identifier extends NodeBase {
|
|
|
8568
8569
|
applyDeoptimizations() {
|
|
8569
8570
|
this.deoptimized = true;
|
|
8570
8571
|
if (this.variable instanceof LocalVariable) {
|
|
8571
|
-
// When accessing a variable from a module without side effects, this
|
|
8572
|
-
// means we use an export of that module and therefore need to potentially
|
|
8573
|
-
// include it in the bundle.
|
|
8574
|
-
this.variable.module.isExecuted = true;
|
|
8575
8572
|
this.variable.consolidateInitializers();
|
|
8576
8573
|
this.scope.context.requestTreeshakingPass();
|
|
8577
8574
|
}
|
|
@@ -15286,7 +15283,6 @@ class Module {
|
|
|
15286
15283
|
this.dynamicImporters = [];
|
|
15287
15284
|
this.dynamicImports = [];
|
|
15288
15285
|
this.execIndex = Infinity;
|
|
15289
|
-
this.hasTreeShakingPassStarted = false;
|
|
15290
15286
|
this.implicitlyLoadedAfter = new Set();
|
|
15291
15287
|
this.implicitlyLoadedBefore = new Set();
|
|
15292
15288
|
this.importDescriptions = new Map();
|
|
@@ -19369,8 +19365,8 @@ async function renderChunks(chunks, bundle, pluginDriver, outputOptions, log) {
|
|
|
19369
19365
|
timeStart('transform chunks', 2);
|
|
19370
19366
|
const getHash = hasherByType[outputOptions.hashCharacters];
|
|
19371
19367
|
const chunkGraph = getChunkGraph(chunks);
|
|
19372
|
-
const { initialHashesByPlaceholder, nonHashedChunksWithPlaceholders,
|
|
19373
|
-
const hashesByPlaceholder = generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, bundle, getHash);
|
|
19368
|
+
const { hashDependenciesByPlaceholder, initialHashesByPlaceholder, nonHashedChunksWithPlaceholders, placeholders, renderedChunksByPlaceholder } = await transformChunksAndGenerateContentHashes(renderedChunks, chunkGraph, outputOptions, pluginDriver, getHash, log);
|
|
19369
|
+
const hashesByPlaceholder = generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, placeholders, bundle, getHash);
|
|
19374
19370
|
addChunksToBundle(renderedChunksByPlaceholder, hashesByPlaceholder, bundle, nonHashedChunksWithPlaceholders, pluginDriver, outputOptions);
|
|
19375
19371
|
timeEnd('transform chunks', 2);
|
|
19376
19372
|
}
|
|
@@ -19500,12 +19496,14 @@ async function transformChunksAndGenerateContentHashes(renderedChunks, chunkGrap
|
|
|
19500
19496
|
hashDependenciesByPlaceholder,
|
|
19501
19497
|
initialHashesByPlaceholder,
|
|
19502
19498
|
nonHashedChunksWithPlaceholders,
|
|
19499
|
+
placeholders,
|
|
19503
19500
|
renderedChunksByPlaceholder
|
|
19504
19501
|
};
|
|
19505
19502
|
}
|
|
19506
|
-
function generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, bundle, getHash) {
|
|
19503
|
+
function generateFinalHashes(renderedChunksByPlaceholder, hashDependenciesByPlaceholder, initialHashesByPlaceholder, placeholders, bundle, getHash) {
|
|
19507
19504
|
const hashesByPlaceholder = new Map(initialHashesByPlaceholder);
|
|
19508
|
-
for (const
|
|
19505
|
+
for (const placeholder of placeholders) {
|
|
19506
|
+
const { fileName } = renderedChunksByPlaceholder.get(placeholder);
|
|
19509
19507
|
let contentToHash = '';
|
|
19510
19508
|
const hashDependencyPlaceholders = new Set([placeholder]);
|
|
19511
19509
|
for (const dependencyPlaceholder of hashDependencyPlaceholders) {
|
|
@@ -20609,7 +20607,6 @@ class Graph {
|
|
|
20609
20607
|
this.needsTreeshakingPass = false;
|
|
20610
20608
|
for (const module of this.modules) {
|
|
20611
20609
|
if (module.isExecuted) {
|
|
20612
|
-
module.hasTreeShakingPassStarted = true;
|
|
20613
20610
|
if (module.info.moduleSideEffects === 'no-treeshake') {
|
|
20614
20611
|
module.includeAllInBundle();
|
|
20615
20612
|
}
|
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.22.
|
|
3
|
+
"version": "4.22.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -107,22 +107,22 @@
|
|
|
107
107
|
"homepage": "https://rollupjs.org/",
|
|
108
108
|
"optionalDependencies": {
|
|
109
109
|
"fsevents": "~2.3.2",
|
|
110
|
-
"@rollup/rollup-darwin-arm64": "4.22.
|
|
111
|
-
"@rollup/rollup-android-arm64": "4.22.
|
|
112
|
-
"@rollup/rollup-win32-arm64-msvc": "4.22.
|
|
113
|
-
"@rollup/rollup-linux-arm64-gnu": "4.22.
|
|
114
|
-
"@rollup/rollup-linux-arm64-musl": "4.22.
|
|
115
|
-
"@rollup/rollup-android-arm-eabi": "4.22.
|
|
116
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.22.
|
|
117
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.22.
|
|
118
|
-
"@rollup/rollup-win32-ia32-msvc": "4.22.
|
|
119
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.22.
|
|
120
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.22.
|
|
121
|
-
"@rollup/rollup-linux-s390x-gnu": "4.22.
|
|
122
|
-
"@rollup/rollup-darwin-x64": "4.22.
|
|
123
|
-
"@rollup/rollup-win32-x64-msvc": "4.22.
|
|
124
|
-
"@rollup/rollup-linux-x64-gnu": "4.22.
|
|
125
|
-
"@rollup/rollup-linux-x64-musl": "4.22.
|
|
110
|
+
"@rollup/rollup-darwin-arm64": "4.22.2",
|
|
111
|
+
"@rollup/rollup-android-arm64": "4.22.2",
|
|
112
|
+
"@rollup/rollup-win32-arm64-msvc": "4.22.2",
|
|
113
|
+
"@rollup/rollup-linux-arm64-gnu": "4.22.2",
|
|
114
|
+
"@rollup/rollup-linux-arm64-musl": "4.22.2",
|
|
115
|
+
"@rollup/rollup-android-arm-eabi": "4.22.2",
|
|
116
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.22.2",
|
|
117
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.22.2",
|
|
118
|
+
"@rollup/rollup-win32-ia32-msvc": "4.22.2",
|
|
119
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.22.2",
|
|
120
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.22.2",
|
|
121
|
+
"@rollup/rollup-linux-s390x-gnu": "4.22.2",
|
|
122
|
+
"@rollup/rollup-darwin-x64": "4.22.2",
|
|
123
|
+
"@rollup/rollup-win32-x64-msvc": "4.22.2",
|
|
124
|
+
"@rollup/rollup-linux-x64-gnu": "4.22.2",
|
|
125
|
+
"@rollup/rollup-linux-x64-musl": "4.22.2"
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@types/estree": "1.0.5"
|