feat(planning): grille hebdomadaire complète avec API et filtres
- Connexion API via proxy Angular (résolution CORS, base path /api) - Import CSS ng-zorro global pour les modales et composants - Filtres Camion/Show câblés sur l'affichage de la grille - Camions affichés via TrucksService (linkés au show du même créneau) - Panneau de détails : spectacles + camions du jour sélectionné - Modale de création de spectacle stylisée avec fond et centrage - Positionnement précis des events à la minute dans leur créneau - Auto-scroll vers l'heure courante au chargement - Ligne "maintenant" sur la colonne du jour actuel - Régénération des services OpenAPI (nouveaux noms de types) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
|
||||
## magic-string
|
||||
License: MIT
|
||||
By: Rich Harris
|
||||
Repository: git+https://github.com/Rich-Harris/magic-string.git
|
||||
Repository: https://github.com/rich-harris/magic-string.git
|
||||
|
||||
> Copyright 2018 Rich Harris
|
||||
>
|
||||
|
||||
+4
-4
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+821
-969
File diff suppressed because it is too large
Load Diff
+6
-22
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -21,6 +21,7 @@ const ExportDefaultDeclaration = 'ExportDefaultDeclaration';
|
||||
const ExpressionStatement = 'ExpressionStatement';
|
||||
const FunctionExpression = 'FunctionExpression';
|
||||
const Identifier = 'Identifier';
|
||||
const ImportExpression = 'ImportExpression';
|
||||
const Literal = 'Literal';
|
||||
const MemberExpression = 'MemberExpression';
|
||||
const ObjectExpression = 'ObjectExpression';
|
||||
@@ -391,8 +392,6 @@ const URL_TREESHAKE_NOSIDEEFFECTS = 'configuration-options/#no-side-effects';
|
||||
const URL_TREESHAKE_MODULESIDEEFFECTS = 'configuration-options/#treeshake-modulesideeffects';
|
||||
const URL_WATCH = 'configuration-options/#watch';
|
||||
const URL_GENERATEBUNDLE = 'plugin-development/#generatebundle';
|
||||
const URL_LOAD = 'plugin-development/#load';
|
||||
const URL_TRANSFORM = 'plugin-development/#transform';
|
||||
|
||||
function error(base) {
|
||||
throw base instanceof Error ? base : getRollupError(base);
|
||||
@@ -447,7 +446,7 @@ function augmentLogMessage(log) {
|
||||
}
|
||||
// Error codes should be sorted alphabetically while errors should be sorted by
|
||||
// error code below
|
||||
const ADDON_ERROR = 'ADDON_ERROR', ALREADY_CLOSED = 'ALREADY_CLOSED', AMBIGUOUS_EXTERNAL_NAMESPACES = 'AMBIGUOUS_EXTERNAL_NAMESPACES', ANONYMOUS_PLUGIN_CACHE = 'ANONYMOUS_PLUGIN_CACHE', ASSET_NOT_FINALISED = 'ASSET_NOT_FINALISED', ASSET_NOT_FOUND = 'ASSET_NOT_FOUND', ASSET_SOURCE_ALREADY_SET = 'ASSET_SOURCE_ALREADY_SET', ASSET_SOURCE_MISSING = 'ASSET_SOURCE_MISSING', BAD_LOADER = 'BAD_LOADER', CANNOT_CALL_NAMESPACE = 'CANNOT_CALL_NAMESPACE', CANNOT_EMIT_FROM_OPTIONS_HOOK = 'CANNOT_EMIT_FROM_OPTIONS_HOOK', CHUNK_NOT_GENERATED = 'CHUNK_NOT_GENERATED', CHUNK_INVALID = 'CHUNK_INVALID', CIRCULAR_CHUNK = 'CIRCULAR_CHUNK', CIRCULAR_DEPENDENCY = 'CIRCULAR_DEPENDENCY', CIRCULAR_REEXPORT = 'CIRCULAR_REEXPORT', CONST_REASSIGN = 'CONST_REASSIGN', CYCLIC_CROSS_CHUNK_REEXPORT = 'CYCLIC_CROSS_CHUNK_REEXPORT', DEPRECATED_FEATURE = 'DEPRECATED_FEATURE', DUPLICATE_ARGUMENT_NAME = 'DUPLICATE_ARGUMENT_NAME', DUPLICATE_EXPORT = 'DUPLICATE_EXPORT', DUPLICATE_PLUGIN_NAME = 'DUPLICATE_PLUGIN_NAME', EMPTY_BUNDLE = 'EMPTY_BUNDLE', EVAL = 'EVAL', EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS = 'EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS', EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES = 'EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES', EXTERNAL_SYNTHETIC_EXPORTS = 'EXTERNAL_SYNTHETIC_EXPORTS', FILE_NAME_CONFLICT = 'FILE_NAME_CONFLICT', FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY = 'FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY', FILE_NOT_FOUND = 'FILE_NOT_FOUND', FIRST_SIDE_EFFECT = 'FIRST_SIDE_EFFECT', ILLEGAL_IDENTIFIER_AS_NAME = 'ILLEGAL_IDENTIFIER_AS_NAME', ILLEGAL_REASSIGNMENT = 'ILLEGAL_REASSIGNMENT', INCONSISTENT_IMPORT_ATTRIBUTES = 'INCONSISTENT_IMPORT_ATTRIBUTES', INVALID_ANNOTATION = 'INVALID_ANNOTATION', INPUT_HOOK_IN_OUTPUT_PLUGIN = 'INPUT_HOOK_IN_OUTPUT_PLUGIN', INVALID_CHUNK = 'INVALID_CHUNK', INVALID_EXPORT_OPTION = 'INVALID_EXPORT_OPTION', INVALID_EXTERNAL_ID = 'INVALID_EXTERNAL_ID', INVALID_IMPORT_ATTRIBUTE = 'INVALID_IMPORT_ATTRIBUTE', INVALID_LOG_POSITION = 'INVALID_LOG_POSITION', INVALID_OPTION = 'INVALID_OPTION', INVALID_PLUGIN_HOOK = 'INVALID_PLUGIN_HOOK', INVALID_ROLLUP_PHASE = 'INVALID_ROLLUP_PHASE', INVALID_SETASSETSOURCE = 'INVALID_SETASSETSOURCE', INVALID_TLA_FORMAT = 'INVALID_TLA_FORMAT', MISSING_EXPORT = 'MISSING_EXPORT', MISSING_GLOBAL_NAME = 'MISSING_GLOBAL_NAME', MISSING_IMPLICIT_DEPENDANT = 'MISSING_IMPLICIT_DEPENDANT', MISSING_JSX_EXPORT = 'MISSING_JSX_EXPORT', MISSING_NAME_OPTION_FOR_IIFE_EXPORT = 'MISSING_NAME_OPTION_FOR_IIFE_EXPORT', MISSING_NODE_BUILTINS = 'MISSING_NODE_BUILTINS', MISSING_OPTION = 'MISSING_OPTION', MIXED_EXPORTS = 'MIXED_EXPORTS', MODULE_LEVEL_DIRECTIVE = 'MODULE_LEVEL_DIRECTIVE', NAMESPACE_CONFLICT = 'NAMESPACE_CONFLICT', NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE = 'NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE', OPTIMIZE_CHUNK_STATUS = 'OPTIMIZE_CHUNK_STATUS', PARSE_ERROR = 'PARSE_ERROR', PLUGIN_ERROR = 'PLUGIN_ERROR', REDECLARATION_ERROR = 'REDECLARATION_ERROR', RESERVED_NAMESPACE = 'RESERVED_NAMESPACE', SHIMMED_EXPORT = 'SHIMMED_EXPORT', SOURCEMAP_BROKEN = 'SOURCEMAP_BROKEN', SOURCEMAP_ERROR = 'SOURCEMAP_ERROR', SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT = 'SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT', THIS_IS_UNDEFINED = 'THIS_IS_UNDEFINED', UNEXPECTED_NAMED_IMPORT = 'UNEXPECTED_NAMED_IMPORT', UNKNOWN_OPTION = 'UNKNOWN_OPTION', UNRESOLVED_ENTRY = 'UNRESOLVED_ENTRY', UNRESOLVED_IMPORT = 'UNRESOLVED_IMPORT', UNUSED_EXTERNAL_IMPORT = 'UNUSED_EXTERNAL_IMPORT', VALIDATION_ERROR = 'VALIDATION_ERROR';
|
||||
const ADDON_ERROR = 'ADDON_ERROR', ALREADY_CLOSED = 'ALREADY_CLOSED', AMBIGUOUS_EXTERNAL_NAMESPACES = 'AMBIGUOUS_EXTERNAL_NAMESPACES', ANONYMOUS_PLUGIN_CACHE = 'ANONYMOUS_PLUGIN_CACHE', ASSET_NOT_FINALISED = 'ASSET_NOT_FINALISED', ASSET_NOT_FOUND = 'ASSET_NOT_FOUND', ASSET_SOURCE_ALREADY_SET = 'ASSET_SOURCE_ALREADY_SET', ASSET_SOURCE_MISSING = 'ASSET_SOURCE_MISSING', BAD_LOADER = 'BAD_LOADER', CANNOT_CALL_NAMESPACE = 'CANNOT_CALL_NAMESPACE', CANNOT_EMIT_FROM_OPTIONS_HOOK = 'CANNOT_EMIT_FROM_OPTIONS_HOOK', CHUNK_NOT_GENERATED = 'CHUNK_NOT_GENERATED', CHUNK_INVALID = 'CHUNK_INVALID', CIRCULAR_DEPENDENCY = 'CIRCULAR_DEPENDENCY', CIRCULAR_REEXPORT = 'CIRCULAR_REEXPORT', CONST_REASSIGN = 'CONST_REASSIGN', CYCLIC_CROSS_CHUNK_REEXPORT = 'CYCLIC_CROSS_CHUNK_REEXPORT', DEPRECATED_FEATURE = 'DEPRECATED_FEATURE', DUPLICATE_ARGUMENT_NAME = 'DUPLICATE_ARGUMENT_NAME', DUPLICATE_EXPORT = 'DUPLICATE_EXPORT', DUPLICATE_PLUGIN_NAME = 'DUPLICATE_PLUGIN_NAME', EMPTY_BUNDLE = 'EMPTY_BUNDLE', EVAL = 'EVAL', EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS = 'EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS', EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES = 'EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES', EXTERNAL_SYNTHETIC_EXPORTS = 'EXTERNAL_SYNTHETIC_EXPORTS', FILE_NAME_CONFLICT = 'FILE_NAME_CONFLICT', FILE_NOT_FOUND = 'FILE_NOT_FOUND', FIRST_SIDE_EFFECT = 'FIRST_SIDE_EFFECT', ILLEGAL_IDENTIFIER_AS_NAME = 'ILLEGAL_IDENTIFIER_AS_NAME', ILLEGAL_REASSIGNMENT = 'ILLEGAL_REASSIGNMENT', INCONSISTENT_IMPORT_ATTRIBUTES = 'INCONSISTENT_IMPORT_ATTRIBUTES', INVALID_ANNOTATION = 'INVALID_ANNOTATION', INPUT_HOOK_IN_OUTPUT_PLUGIN = 'INPUT_HOOK_IN_OUTPUT_PLUGIN', INVALID_CHUNK = 'INVALID_CHUNK', INVALID_EXPORT_OPTION = 'INVALID_EXPORT_OPTION', INVALID_EXTERNAL_ID = 'INVALID_EXTERNAL_ID', INVALID_IMPORT_ATTRIBUTE = 'INVALID_IMPORT_ATTRIBUTE', INVALID_LOG_POSITION = 'INVALID_LOG_POSITION', INVALID_OPTION = 'INVALID_OPTION', INVALID_PLUGIN_HOOK = 'INVALID_PLUGIN_HOOK', INVALID_ROLLUP_PHASE = 'INVALID_ROLLUP_PHASE', INVALID_SETASSETSOURCE = 'INVALID_SETASSETSOURCE', INVALID_TLA_FORMAT = 'INVALID_TLA_FORMAT', MISSING_EXPORT = 'MISSING_EXPORT', MISSING_GLOBAL_NAME = 'MISSING_GLOBAL_NAME', MISSING_IMPLICIT_DEPENDANT = 'MISSING_IMPLICIT_DEPENDANT', MISSING_JSX_EXPORT = 'MISSING_JSX_EXPORT', MISSING_NAME_OPTION_FOR_IIFE_EXPORT = 'MISSING_NAME_OPTION_FOR_IIFE_EXPORT', MISSING_NODE_BUILTINS = 'MISSING_NODE_BUILTINS', MISSING_OPTION = 'MISSING_OPTION', MIXED_EXPORTS = 'MIXED_EXPORTS', MODULE_LEVEL_DIRECTIVE = 'MODULE_LEVEL_DIRECTIVE', NAMESPACE_CONFLICT = 'NAMESPACE_CONFLICT', NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE = 'NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE', OPTIMIZE_CHUNK_STATUS = 'OPTIMIZE_CHUNK_STATUS', PARSE_ERROR = 'PARSE_ERROR', PLUGIN_ERROR = 'PLUGIN_ERROR', REDECLARATION_ERROR = 'REDECLARATION_ERROR', RESERVED_NAMESPACE = 'RESERVED_NAMESPACE', SHIMMED_EXPORT = 'SHIMMED_EXPORT', SOURCEMAP_BROKEN = 'SOURCEMAP_BROKEN', SOURCEMAP_ERROR = 'SOURCEMAP_ERROR', SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT = 'SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT', THIS_IS_UNDEFINED = 'THIS_IS_UNDEFINED', UNEXPECTED_NAMED_IMPORT = 'UNEXPECTED_NAMED_IMPORT', UNKNOWN_OPTION = 'UNKNOWN_OPTION', UNRESOLVED_ENTRY = 'UNRESOLVED_ENTRY', UNRESOLVED_IMPORT = 'UNRESOLVED_IMPORT', UNUSED_EXTERNAL_IMPORT = 'UNUSED_EXTERNAL_IMPORT', VALIDATION_ERROR = 'VALIDATION_ERROR';
|
||||
function logAddonNotGenerated(message, hook, plugin) {
|
||||
return {
|
||||
code: ADDON_ERROR,
|
||||
@@ -539,15 +538,6 @@ function logCircularDependency(cyclePath) {
|
||||
message: `Circular dependency: ${cyclePath.map(relativeId).join(' -> ')}`
|
||||
};
|
||||
}
|
||||
function logCircularChunk(cyclePath, isManualChunkConflict) {
|
||||
return {
|
||||
code: CIRCULAR_CHUNK,
|
||||
ids: cyclePath,
|
||||
message: `Circular chunk: ${cyclePath.join(' -> ')}. ${isManualChunkConflict
|
||||
? `Please adjust the manual chunk logic for these chunks.`
|
||||
: `Consider disabling the "output.onlyExplicitManualChunks" option, as enabling it causes the static dependencies of the manual chunk "${cyclePath.at(-2)}" to be bundled into the chunk "${cyclePath.at(-1)}".`}`
|
||||
};
|
||||
}
|
||||
function logCircularReexport(exportName, exporter) {
|
||||
return {
|
||||
code: CIRCULAR_REEXPORT,
|
||||
@@ -621,12 +611,6 @@ function logFileNameConflict(fileName) {
|
||||
message: `The emitted file "${fileName}" overwrites a previously emitted file of the same name.`
|
||||
};
|
||||
}
|
||||
function logFileNameOutsideOutputDirectory(fileName) {
|
||||
return {
|
||||
code: FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY,
|
||||
message: `The output file name "${fileName}" is not contained in the output directory. Make sure all file names are relative paths without ".." segments.`
|
||||
};
|
||||
}
|
||||
function logFileReferenceIdNotFoundForFilename(assetReferenceId) {
|
||||
return {
|
||||
code: FILE_NOT_FOUND,
|
||||
@@ -1946,7 +1930,7 @@ const nodeConverters = [
|
||||
function templateElement(position, buffer) {
|
||||
const flags = buffer[position + 2];
|
||||
const cookedPosition = buffer[position + 3];
|
||||
const cooked = cookedPosition === 0 ? null : buffer.convertString(cookedPosition);
|
||||
const cooked = cookedPosition === 0 ? undefined : buffer.convertString(cookedPosition);
|
||||
const raw = buffer.convertString(buffer[position + 4]);
|
||||
return {
|
||||
type: 'TemplateElement',
|
||||
@@ -2099,4 +2083,4 @@ function getAstBuffer(astBuffer) {
|
||||
const parseAst = (input, { allowReturnOutsideFunction = false, jsx = false } = {}) => convertProgram(getAstBuffer(parse(input, allowReturnOutsideFunction, jsx)));
|
||||
const parseAstAsync = async (input, { allowReturnOutsideFunction = false, jsx = false, signal } = {}) => convertProgram(getAstBuffer(await parseAsync(input, allowReturnOutsideFunction, jsx, signal)));
|
||||
|
||||
export { ANNOTATION_KEY, ArrowFunctionExpression, AwaitExpression, BLANK, BlockStatement, CallExpression, CatchClause, EMPTY_ARRAY, EMPTY_OBJECT, EMPTY_SET, ExportDefaultDeclaration, ExpressionStatement, FIXED_STRINGS, FunctionExpression, INVALID_ANNOTATION_KEY, Identifier, LOGLEVEL_DEBUG, LOGLEVEL_ERROR, LOGLEVEL_INFO, LOGLEVEL_WARN, Literal, MemberExpression, ObjectExpression, Program, Property, RestElement, ReturnStatement, StaticBlock, TemplateLiteral, URL_GENERATEBUNDLE, URL_JSX, URL_LOAD, URL_OUTPUT_AMD_BASEPATH, URL_OUTPUT_AMD_ID, URL_OUTPUT_DIR, URL_OUTPUT_EXTERNALIMPORTATTRIBUTES, URL_OUTPUT_FORMAT, URL_OUTPUT_GENERATEDCODE, URL_OUTPUT_INLINEDYNAMICIMPORTS, URL_OUTPUT_INTEROP, URL_OUTPUT_MANUALCHUNKS, URL_OUTPUT_SOURCEMAPBASEURL, URL_OUTPUT_SOURCEMAPFILE, URL_PRESERVEENTRYSIGNATURES, URL_TRANSFORM, URL_TREESHAKE, URL_TREESHAKE_MODULESIDEEFFECTS, URL_WATCH, VariableDeclarator, addTrailingSlashIfMissed, augmentCodeLocation, augmentLogMessage, convertAnnotations, convertNode, error, getAliasName, getAstBuffer, getImportPath, getRollupError, isAbsolute, isPathFragment, isRelative, isValidUrl, locate, logAddonNotGenerated, logAlreadyClosed, logAmbiguousExternalNamespaces, logAnonymousPluginCache, logAssetNotFinalisedForFileName, logAssetReferenceIdNotFoundForSetSource, logAssetSourceAlreadySet, logBadLoader, logCannotAssignModuleToChunk, logCannotCallNamespace, logCannotEmitFromOptionsHook, logChunkInvalid, logChunkNotGeneratedForFileName, logCircularChunk, logCircularDependency, logCircularReexport, logConflictingSourcemapSources, logConstVariableReassignError, logCyclicCrossChunkReexport, logDuplicateArgumentNameError, logDuplicateExportError, logDuplicatePluginName, logEmptyChunk, logEntryCannotBeExternal, logEval, logExternalModulesCannotBeIncludedInManualChunks, logExternalModulesCannotBeTransformedToModules, logExternalSyntheticExports, logFailedValidation, logFileNameConflict, logFileNameOutsideOutputDirectory, logFileReferenceIdNotFoundForFilename, logFirstSideEffect, logIllegalIdentifierAsName, logIllegalImportReassignment, logImplicitDependantCannotBeExternal, logImplicitDependantIsNotIncluded, logImportAttributeIsInvalid, logImportOptionsAreInvalid, logIncompatibleExportOptionValue, logInconsistentImportAttributes, logInputHookInOutputPlugin, logInternalIdCannotBeExternal, logInvalidAddonPluginHook, logInvalidAnnotation, logInvalidExportOptionValue, logInvalidFormatForTopLevelAwait, logInvalidFunctionPluginHook, logInvalidLogPosition, logInvalidOption, logInvalidRollupPhaseForChunkEmission, logInvalidSetAssetSourceCall, logInvalidSourcemapForError, logLevelPriority, logMissingEntryExport, logMissingExport, logMissingFileOrDirOption, logMissingGlobalName, logMissingJsxExport, logMissingNameOptionForIifeExport, logMissingNameOptionForUmdExport, logMissingNodeBuiltins, logMixedExport, logModuleLevelDirective, logModuleParseError, logNamespaceConflict, logNoAssetSourceSet, logNoTransformMapOrAstWithoutCode, logOptimizeChunkStatus, logParseError, logPluginError, logRedeclarationError, logReservedNamespace, logShimmedExport, logSourcemapBroken, logSyntheticNamedExportsNeedNamespaceExport, logThisIsUndefined, logUnexpectedNamedImport, logUnexpectedNamespaceReexport, logUnknownOption, logUnresolvedEntry, logUnresolvedImplicitDependant, logUnresolvedImport, logUnresolvedImportTreatedAsExternal, logUnusedExternalImports, normalize, parseAst, parseAstAsync, printQuotedStringList, relative, relativeId, warnDeprecation };
|
||||
export { ANNOTATION_KEY, ArrowFunctionExpression, AwaitExpression, BLANK, BlockStatement, CallExpression, CatchClause, EMPTY_ARRAY, EMPTY_OBJECT, EMPTY_SET, ExportDefaultDeclaration, ExpressionStatement, FIXED_STRINGS, FunctionExpression, INVALID_ANNOTATION_KEY, Identifier, ImportExpression, LOGLEVEL_DEBUG, LOGLEVEL_ERROR, LOGLEVEL_INFO, LOGLEVEL_WARN, Literal, MemberExpression, ObjectExpression, Program, Property, RestElement, ReturnStatement, StaticBlock, TemplateLiteral, URL_GENERATEBUNDLE, URL_JSX, URL_OUTPUT_AMD_BASEPATH, URL_OUTPUT_AMD_ID, URL_OUTPUT_DIR, URL_OUTPUT_EXTERNALIMPORTATTRIBUTES, URL_OUTPUT_FORMAT, URL_OUTPUT_GENERATEDCODE, URL_OUTPUT_INLINEDYNAMICIMPORTS, URL_OUTPUT_INTEROP, URL_OUTPUT_MANUALCHUNKS, URL_OUTPUT_SOURCEMAPBASEURL, URL_OUTPUT_SOURCEMAPFILE, URL_PRESERVEENTRYSIGNATURES, URL_TREESHAKE, URL_TREESHAKE_MODULESIDEEFFECTS, URL_WATCH, VariableDeclarator, addTrailingSlashIfMissed, augmentCodeLocation, augmentLogMessage, convertAnnotations, convertNode, error, getAliasName, getAstBuffer, getImportPath, getRollupError, isAbsolute, isPathFragment, isRelative, isValidUrl, locate, logAddonNotGenerated, logAlreadyClosed, logAmbiguousExternalNamespaces, logAnonymousPluginCache, logAssetNotFinalisedForFileName, logAssetReferenceIdNotFoundForSetSource, logAssetSourceAlreadySet, logBadLoader, logCannotAssignModuleToChunk, logCannotCallNamespace, logCannotEmitFromOptionsHook, logChunkInvalid, logChunkNotGeneratedForFileName, logCircularDependency, logCircularReexport, logConflictingSourcemapSources, logConstVariableReassignError, logCyclicCrossChunkReexport, logDuplicateArgumentNameError, logDuplicateExportError, logDuplicatePluginName, logEmptyChunk, logEntryCannotBeExternal, logEval, logExternalModulesCannotBeIncludedInManualChunks, logExternalModulesCannotBeTransformedToModules, logExternalSyntheticExports, logFailedValidation, logFileNameConflict, logFileReferenceIdNotFoundForFilename, logFirstSideEffect, logIllegalIdentifierAsName, logIllegalImportReassignment, logImplicitDependantCannotBeExternal, logImplicitDependantIsNotIncluded, logImportAttributeIsInvalid, logImportOptionsAreInvalid, logIncompatibleExportOptionValue, logInconsistentImportAttributes, logInputHookInOutputPlugin, logInternalIdCannotBeExternal, logInvalidAddonPluginHook, logInvalidAnnotation, logInvalidExportOptionValue, logInvalidFormatForTopLevelAwait, logInvalidFunctionPluginHook, logInvalidLogPosition, logInvalidOption, logInvalidRollupPhaseForChunkEmission, logInvalidSetAssetSourceCall, logInvalidSourcemapForError, logLevelPriority, logMissingEntryExport, logMissingExport, logMissingFileOrDirOption, logMissingGlobalName, logMissingJsxExport, logMissingNameOptionForIifeExport, logMissingNameOptionForUmdExport, logMissingNodeBuiltins, logMixedExport, logModuleLevelDirective, logModuleParseError, logNamespaceConflict, logNoAssetSourceSet, logNoTransformMapOrAstWithoutCode, logOptimizeChunkStatus, logParseError, logPluginError, logRedeclarationError, logReservedNamespace, logShimmedExport, logSourcemapBroken, logSyntheticNamedExportsNeedNamespaceExport, logThisIsUndefined, logUnexpectedNamedImport, logUnexpectedNamespaceReexport, logUnknownOption, logUnresolvedEntry, logUnresolvedImplicitDependant, logUnresolvedImport, logUnresolvedImportTreatedAsExternal, logUnusedExternalImports, normalize, parseAst, parseAstAsync, printQuotedStringList, relative, relativeId, warnDeprecation };
|
||||
|
||||
+94
-94
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -11,8 +11,8 @@ import { getAugmentedNamespace, fseventsImporter, getDefaultExportFromCjs, creat
|
||||
import path from 'node:path';
|
||||
import process$1 from 'node:process';
|
||||
import require$$0$1 from 'path';
|
||||
import require$$0$2 from 'fs';
|
||||
import require$$2 from 'util';
|
||||
import require$$0$2 from 'fs';
|
||||
import require$$1 from 'stream';
|
||||
import require$$2$1 from 'os';
|
||||
import require$$0$3 from 'events';
|
||||
@@ -218,7 +218,7 @@ var hasRequiredUtils$2;
|
||||
function requireUtils$2 () {
|
||||
if (hasRequiredUtils$2) return utils$2;
|
||||
hasRequiredUtils$2 = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const path = require$$0$1;
|
||||
const win32 = process.platform === 'win32';
|
||||
@@ -229,19 +229,19 @@ function requireUtils$2 () {
|
||||
REGEX_SPECIAL_CHARS_GLOBAL
|
||||
} = /*@__PURE__*/ requireConstants$3();
|
||||
|
||||
exports$1.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports$1.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports$1.isRegexChar = str => str.length === 1 && exports$1.hasRegexChars(str);
|
||||
exports$1.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports$1.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str);
|
||||
exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
|
||||
exports$1.removeBackslashes = str => {
|
||||
exports.removeBackslashes = str => {
|
||||
return str.replace(REGEX_REMOVE_BACKSLASH, match => {
|
||||
return match === '\\' ? '' : match;
|
||||
});
|
||||
};
|
||||
|
||||
exports$1.supportsLookbehinds = () => {
|
||||
exports.supportsLookbehinds = () => {
|
||||
const segs = process.version.slice(1).split('.').map(Number);
|
||||
if (segs.length === 3 && segs[0] >= 9 || (segs[0] === 8 && segs[1] >= 10)) {
|
||||
return true;
|
||||
@@ -249,21 +249,21 @@ function requireUtils$2 () {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports$1.isWindows = options => {
|
||||
exports.isWindows = options => {
|
||||
if (options && typeof options.windows === 'boolean') {
|
||||
return options.windows;
|
||||
}
|
||||
return win32 === true || path.sep === '\\';
|
||||
};
|
||||
|
||||
exports$1.escapeLast = (input, char, lastIdx) => {
|
||||
exports.escapeLast = (input, char, lastIdx) => {
|
||||
const idx = input.lastIndexOf(char, lastIdx);
|
||||
if (idx === -1) return input;
|
||||
if (input[idx - 1] === '\\') return exports$1.escapeLast(input, char, idx - 1);
|
||||
if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1);
|
||||
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
||||
};
|
||||
|
||||
exports$1.removePrefix = (input, state = {}) => {
|
||||
exports.removePrefix = (input, state = {}) => {
|
||||
let output = input;
|
||||
if (output.startsWith('./')) {
|
||||
output = output.slice(2);
|
||||
@@ -272,7 +272,7 @@ function requireUtils$2 () {
|
||||
return output;
|
||||
};
|
||||
|
||||
exports$1.wrapOutput = (input, state = {}, options = {}) => {
|
||||
exports.wrapOutput = (input, state = {}, options = {}) => {
|
||||
const prepend = options.contains ? '' : '^';
|
||||
const append = options.contains ? '' : '$';
|
||||
|
||||
@@ -2629,7 +2629,7 @@ var hasRequiredUtils$1;
|
||||
function requireUtils$1 () {
|
||||
if (hasRequiredUtils$1) return utils$1;
|
||||
hasRequiredUtils$1 = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const path = require$$0$1;
|
||||
const win32 = process.platform === 'win32';
|
||||
@@ -2640,19 +2640,19 @@ function requireUtils$1 () {
|
||||
REGEX_SPECIAL_CHARS_GLOBAL
|
||||
} = /*@__PURE__*/ requireConstants$2();
|
||||
|
||||
exports$1.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports$1.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports$1.isRegexChar = str => str.length === 1 && exports$1.hasRegexChars(str);
|
||||
exports$1.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports$1.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str);
|
||||
exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
|
||||
exports$1.removeBackslashes = str => {
|
||||
exports.removeBackslashes = str => {
|
||||
return str.replace(REGEX_REMOVE_BACKSLASH, match => {
|
||||
return match === '\\' ? '' : match;
|
||||
});
|
||||
};
|
||||
|
||||
exports$1.supportsLookbehinds = () => {
|
||||
exports.supportsLookbehinds = () => {
|
||||
const segs = process.version.slice(1).split('.').map(Number);
|
||||
if (segs.length === 3 && segs[0] >= 9 || (segs[0] === 8 && segs[1] >= 10)) {
|
||||
return true;
|
||||
@@ -2660,21 +2660,21 @@ function requireUtils$1 () {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports$1.isWindows = options => {
|
||||
exports.isWindows = options => {
|
||||
if (options && typeof options.windows === 'boolean') {
|
||||
return options.windows;
|
||||
}
|
||||
return win32 === true || path.sep === '\\';
|
||||
};
|
||||
|
||||
exports$1.escapeLast = (input, char, lastIdx) => {
|
||||
exports.escapeLast = (input, char, lastIdx) => {
|
||||
const idx = input.lastIndexOf(char, lastIdx);
|
||||
if (idx === -1) return input;
|
||||
if (input[idx - 1] === '\\') return exports$1.escapeLast(input, char, idx - 1);
|
||||
if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1);
|
||||
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
||||
};
|
||||
|
||||
exports$1.removePrefix = (input, state = {}) => {
|
||||
exports.removePrefix = (input, state = {}) => {
|
||||
let output = input;
|
||||
if (output.startsWith('./')) {
|
||||
output = output.slice(2);
|
||||
@@ -2683,7 +2683,7 @@ function requireUtils$1 () {
|
||||
return output;
|
||||
};
|
||||
|
||||
exports$1.wrapOutput = (input, state = {}, options = {}) => {
|
||||
exports.wrapOutput = (input, state = {}, options = {}) => {
|
||||
const prepend = options.contains ? '' : '^';
|
||||
const append = options.contains ? '' : '$';
|
||||
|
||||
@@ -4951,9 +4951,9 @@ var hasRequiredUtils;
|
||||
function requireUtils () {
|
||||
if (hasRequiredUtils) return utils;
|
||||
hasRequiredUtils = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
exports$1.isInteger = num => {
|
||||
exports.isInteger = num => {
|
||||
if (typeof num === 'number') {
|
||||
return Number.isInteger(num);
|
||||
}
|
||||
@@ -4967,15 +4967,15 @@ function requireUtils () {
|
||||
* Find a node of the given type
|
||||
*/
|
||||
|
||||
exports$1.find = (node, type) => node.nodes.find(node => node.type === type);
|
||||
exports.find = (node, type) => node.nodes.find(node => node.type === type);
|
||||
|
||||
/**
|
||||
* Find a node of the given type
|
||||
*/
|
||||
|
||||
exports$1.exceedsLimit = (min, max, step = 1, limit) => {
|
||||
exports.exceedsLimit = (min, max, step = 1, limit) => {
|
||||
if (limit === false) return false;
|
||||
if (!exports$1.isInteger(min) || !exports$1.isInteger(max)) return false;
|
||||
if (!exports.isInteger(min) || !exports.isInteger(max)) return false;
|
||||
return ((Number(max) - Number(min)) / Number(step)) >= limit;
|
||||
};
|
||||
|
||||
@@ -4983,7 +4983,7 @@ function requireUtils () {
|
||||
* Escape the given node with '\\' before node.value
|
||||
*/
|
||||
|
||||
exports$1.escapeNode = (block, n = 0, type) => {
|
||||
exports.escapeNode = (block, n = 0, type) => {
|
||||
const node = block.nodes[n];
|
||||
if (!node) return;
|
||||
|
||||
@@ -4999,7 +4999,7 @@ function requireUtils () {
|
||||
* Returns true if the given brace node should be enclosed in literal braces
|
||||
*/
|
||||
|
||||
exports$1.encloseBrace = node => {
|
||||
exports.encloseBrace = node => {
|
||||
if (node.type !== 'brace') return false;
|
||||
if ((node.commas >> 0 + node.ranges >> 0) === 0) {
|
||||
node.invalid = true;
|
||||
@@ -5012,7 +5012,7 @@ function requireUtils () {
|
||||
* Returns true if a brace node is invalid.
|
||||
*/
|
||||
|
||||
exports$1.isInvalidBrace = block => {
|
||||
exports.isInvalidBrace = block => {
|
||||
if (block.type !== 'brace') return false;
|
||||
if (block.invalid === true || block.dollar) return true;
|
||||
if ((block.commas >> 0 + block.ranges >> 0) === 0) {
|
||||
@@ -5030,7 +5030,7 @@ function requireUtils () {
|
||||
* Returns true if a node is an open or close node
|
||||
*/
|
||||
|
||||
exports$1.isOpenOrClose = node => {
|
||||
exports.isOpenOrClose = node => {
|
||||
if (node.type === 'open' || node.type === 'close') {
|
||||
return true;
|
||||
}
|
||||
@@ -5041,7 +5041,7 @@ function requireUtils () {
|
||||
* Reduce an array of text nodes.
|
||||
*/
|
||||
|
||||
exports$1.reduce = nodes => nodes.reduce((acc, node) => {
|
||||
exports.reduce = nodes => nodes.reduce((acc, node) => {
|
||||
if (node.type === 'text') acc.push(node.value);
|
||||
if (node.type === 'range') node.type = 'text';
|
||||
return acc;
|
||||
@@ -5051,7 +5051,7 @@ function requireUtils () {
|
||||
* Flatten an array
|
||||
*/
|
||||
|
||||
exports$1.flatten = (...args) => {
|
||||
exports.flatten = (...args) => {
|
||||
const result = [];
|
||||
|
||||
const flat = arr => {
|
||||
@@ -6761,72 +6761,72 @@ var hasRequiredConstants;
|
||||
function requireConstants () {
|
||||
if (hasRequiredConstants) return constants;
|
||||
hasRequiredConstants = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const {sep} = require$$0$1;
|
||||
const {platform} = process;
|
||||
const os = require$$2$1;
|
||||
|
||||
exports$1.EV_ALL = 'all';
|
||||
exports$1.EV_READY = 'ready';
|
||||
exports$1.EV_ADD = 'add';
|
||||
exports$1.EV_CHANGE = 'change';
|
||||
exports$1.EV_ADD_DIR = 'addDir';
|
||||
exports$1.EV_UNLINK = 'unlink';
|
||||
exports$1.EV_UNLINK_DIR = 'unlinkDir';
|
||||
exports$1.EV_RAW = 'raw';
|
||||
exports$1.EV_ERROR = 'error';
|
||||
exports.EV_ALL = 'all';
|
||||
exports.EV_READY = 'ready';
|
||||
exports.EV_ADD = 'add';
|
||||
exports.EV_CHANGE = 'change';
|
||||
exports.EV_ADD_DIR = 'addDir';
|
||||
exports.EV_UNLINK = 'unlink';
|
||||
exports.EV_UNLINK_DIR = 'unlinkDir';
|
||||
exports.EV_RAW = 'raw';
|
||||
exports.EV_ERROR = 'error';
|
||||
|
||||
exports$1.STR_DATA = 'data';
|
||||
exports$1.STR_END = 'end';
|
||||
exports$1.STR_CLOSE = 'close';
|
||||
exports.STR_DATA = 'data';
|
||||
exports.STR_END = 'end';
|
||||
exports.STR_CLOSE = 'close';
|
||||
|
||||
exports$1.FSEVENT_CREATED = 'created';
|
||||
exports$1.FSEVENT_MODIFIED = 'modified';
|
||||
exports$1.FSEVENT_DELETED = 'deleted';
|
||||
exports$1.FSEVENT_MOVED = 'moved';
|
||||
exports$1.FSEVENT_CLONED = 'cloned';
|
||||
exports$1.FSEVENT_UNKNOWN = 'unknown';
|
||||
exports$1.FSEVENT_FLAG_MUST_SCAN_SUBDIRS = 1;
|
||||
exports$1.FSEVENT_TYPE_FILE = 'file';
|
||||
exports$1.FSEVENT_TYPE_DIRECTORY = 'directory';
|
||||
exports$1.FSEVENT_TYPE_SYMLINK = 'symlink';
|
||||
exports.FSEVENT_CREATED = 'created';
|
||||
exports.FSEVENT_MODIFIED = 'modified';
|
||||
exports.FSEVENT_DELETED = 'deleted';
|
||||
exports.FSEVENT_MOVED = 'moved';
|
||||
exports.FSEVENT_CLONED = 'cloned';
|
||||
exports.FSEVENT_UNKNOWN = 'unknown';
|
||||
exports.FSEVENT_FLAG_MUST_SCAN_SUBDIRS = 1;
|
||||
exports.FSEVENT_TYPE_FILE = 'file';
|
||||
exports.FSEVENT_TYPE_DIRECTORY = 'directory';
|
||||
exports.FSEVENT_TYPE_SYMLINK = 'symlink';
|
||||
|
||||
exports$1.KEY_LISTENERS = 'listeners';
|
||||
exports$1.KEY_ERR = 'errHandlers';
|
||||
exports$1.KEY_RAW = 'rawEmitters';
|
||||
exports$1.HANDLER_KEYS = [exports$1.KEY_LISTENERS, exports$1.KEY_ERR, exports$1.KEY_RAW];
|
||||
exports.KEY_LISTENERS = 'listeners';
|
||||
exports.KEY_ERR = 'errHandlers';
|
||||
exports.KEY_RAW = 'rawEmitters';
|
||||
exports.HANDLER_KEYS = [exports.KEY_LISTENERS, exports.KEY_ERR, exports.KEY_RAW];
|
||||
|
||||
exports$1.DOT_SLASH = `.${sep}`;
|
||||
exports.DOT_SLASH = `.${sep}`;
|
||||
|
||||
exports$1.BACK_SLASH_RE = /\\/g;
|
||||
exports$1.DOUBLE_SLASH_RE = /\/\//;
|
||||
exports$1.SLASH_OR_BACK_SLASH_RE = /[/\\]/;
|
||||
exports$1.DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/;
|
||||
exports$1.REPLACER_RE = /^\.[/\\]/;
|
||||
exports.BACK_SLASH_RE = /\\/g;
|
||||
exports.DOUBLE_SLASH_RE = /\/\//;
|
||||
exports.SLASH_OR_BACK_SLASH_RE = /[/\\]/;
|
||||
exports.DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/;
|
||||
exports.REPLACER_RE = /^\.[/\\]/;
|
||||
|
||||
exports$1.SLASH = '/';
|
||||
exports$1.SLASH_SLASH = '//';
|
||||
exports$1.BRACE_START = '{';
|
||||
exports$1.BANG = '!';
|
||||
exports$1.ONE_DOT = '.';
|
||||
exports$1.TWO_DOTS = '..';
|
||||
exports$1.STAR = '*';
|
||||
exports$1.GLOBSTAR = '**';
|
||||
exports$1.ROOT_GLOBSTAR = '/**/*';
|
||||
exports$1.SLASH_GLOBSTAR = '/**';
|
||||
exports$1.DIR_SUFFIX = 'Dir';
|
||||
exports$1.ANYMATCH_OPTS = {dot: true};
|
||||
exports$1.STRING_TYPE = 'string';
|
||||
exports$1.FUNCTION_TYPE = 'function';
|
||||
exports$1.EMPTY_STR = '';
|
||||
exports$1.EMPTY_FN = () => {};
|
||||
exports$1.IDENTITY_FN = val => val;
|
||||
exports.SLASH = '/';
|
||||
exports.SLASH_SLASH = '//';
|
||||
exports.BRACE_START = '{';
|
||||
exports.BANG = '!';
|
||||
exports.ONE_DOT = '.';
|
||||
exports.TWO_DOTS = '..';
|
||||
exports.STAR = '*';
|
||||
exports.GLOBSTAR = '**';
|
||||
exports.ROOT_GLOBSTAR = '/**/*';
|
||||
exports.SLASH_GLOBSTAR = '/**';
|
||||
exports.DIR_SUFFIX = 'Dir';
|
||||
exports.ANYMATCH_OPTS = {dot: true};
|
||||
exports.STRING_TYPE = 'string';
|
||||
exports.FUNCTION_TYPE = 'function';
|
||||
exports.EMPTY_STR = '';
|
||||
exports.EMPTY_FN = () => {};
|
||||
exports.IDENTITY_FN = val => val;
|
||||
|
||||
exports$1.isWindows = platform === 'win32';
|
||||
exports$1.isMacos = platform === 'darwin';
|
||||
exports$1.isLinux = platform === 'linux';
|
||||
exports$1.isIBMi = os.type() === 'OS400';
|
||||
exports.isWindows = platform === 'win32';
|
||||
exports.isMacos = platform === 'darwin';
|
||||
exports.isLinux = platform === 'linux';
|
||||
exports.isIBMi = os.type() === 'OS400';
|
||||
} (constants));
|
||||
return constants;
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+10
-42
@@ -1,50 +1,21 @@
|
||||
const { existsSync } = require('node:fs');
|
||||
const path = require('node:path');
|
||||
const { platform, arch, report } = require('node:process');
|
||||
const { spawnSync } = require('node:child_process');
|
||||
|
||||
const getReportHeader = () => {
|
||||
const isMusl = () => {
|
||||
try {
|
||||
if (platform !== 'win32') {
|
||||
return report.getReport().header;
|
||||
}
|
||||
|
||||
// This is needed because report.getReport() crashes the process on Windows sometimes.
|
||||
const script =
|
||||
"console.log(JSON.stringify(require('node:process').report.getReport().header));";
|
||||
const child = spawnSync(process.execPath, ['-p', script], {
|
||||
encoding: 'utf8',
|
||||
timeout: 3000,
|
||||
windowsHide: true
|
||||
});
|
||||
|
||||
if (child.status !== 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
// The output from node -p might include a trailing 'undefined' and newline
|
||||
const stdout = child.stdout?.replace(/undefined\r?\n?$/, '').trim();
|
||||
if (!stdout) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return JSON.parse(stdout);
|
||||
return !report.getReport().header.glibcVersionRuntime;
|
||||
} catch {
|
||||
return null;
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
let reportHeader;
|
||||
const isMingw32 = () => {
|
||||
reportHeader ??= getReportHeader();
|
||||
|
||||
return reportHeader?.osName?.startsWith('MINGW32_NT') ?? false;
|
||||
};
|
||||
|
||||
const isMusl = () => {
|
||||
reportHeader ??= getReportHeader();
|
||||
|
||||
return reportHeader ? !reportHeader.glibcVersionRuntime : false;
|
||||
try {
|
||||
return report.getReport().header.osName.startsWith('MINGW32_NT');
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
const bindingsByPlatformAndArch = {
|
||||
@@ -63,15 +34,12 @@ const bindingsByPlatformAndArch = {
|
||||
linux: {
|
||||
arm: { base: 'linux-arm-gnueabihf', musl: 'linux-arm-musleabihf' },
|
||||
arm64: { base: 'linux-arm64-gnu', musl: 'linux-arm64-musl' },
|
||||
loong64: { base: 'linux-loong64-gnu', musl: 'linux-loong64-musl' },
|
||||
ppc64: { base: 'linux-ppc64-gnu', musl: 'linux-ppc64-musl' },
|
||||
loong64: { base: 'linux-loong64-gnu', musl: null },
|
||||
ppc64: { base: 'linux-ppc64-gnu', musl: null },
|
||||
riscv64: { base: 'linux-riscv64-gnu', musl: 'linux-riscv64-musl' },
|
||||
s390x: { base: 'linux-s390x-gnu', musl: null },
|
||||
x64: { base: 'linux-x64-gnu', musl: 'linux-x64-musl' }
|
||||
},
|
||||
openbsd: {
|
||||
x64: { base: 'openbsd-x64' }
|
||||
},
|
||||
openharmony: {
|
||||
arm64: { base: 'openharmony-arm64' }
|
||||
},
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+8
-48
@@ -125,7 +125,6 @@ export interface SourceDescription extends Partial<PartialNull<ModuleOptions>> {
|
||||
export interface TransformModuleJSON {
|
||||
ast?: ProgramNode | undefined;
|
||||
code: string;
|
||||
safeVariableNames: Record<string, string> | null;
|
||||
// note if plugins use new this.cache to opt-out auto transform cache
|
||||
customTransformCache: boolean;
|
||||
originalCode: string;
|
||||
@@ -135,7 +134,6 @@ export interface TransformModuleJSON {
|
||||
}
|
||||
|
||||
export interface ModuleJSON extends TransformModuleJSON, ModuleOptions {
|
||||
safeVariableNames: Record<string, string> | null;
|
||||
ast: ProgramNode;
|
||||
dependencies: string[];
|
||||
id: string;
|
||||
@@ -200,7 +198,6 @@ export interface ModuleInfo extends ModuleOptions {
|
||||
dynamicallyImportedIds: readonly string[];
|
||||
exportedBindings: Record<string, string[]> | null;
|
||||
exports: string[] | null;
|
||||
safeVariableNames: Record<string, string> | null;
|
||||
hasDefaultExport: boolean | null;
|
||||
id: string;
|
||||
implicitlyLoadedAfterOneOf: readonly string[];
|
||||
@@ -261,7 +258,6 @@ export interface PluginContext extends MinimalPluginContext {
|
||||
source: string,
|
||||
importer?: string,
|
||||
options?: {
|
||||
importerAttributes?: Record<string, string>;
|
||||
attributes?: Record<string, string>;
|
||||
custom?: CustomPluginOptions;
|
||||
isEntry?: boolean;
|
||||
@@ -313,19 +309,13 @@ export type ResolveIdHook = (
|
||||
this: PluginContext,
|
||||
source: string,
|
||||
importer: string | undefined,
|
||||
options: {
|
||||
attributes: Record<string, string>;
|
||||
custom?: CustomPluginOptions;
|
||||
importerAttributes?: Record<string, string> | undefined;
|
||||
isEntry: boolean;
|
||||
}
|
||||
options: { attributes: Record<string, string>; custom?: CustomPluginOptions; isEntry: boolean }
|
||||
) => ResolveIdResult;
|
||||
|
||||
export type ShouldTransformCachedModuleHook = (
|
||||
this: PluginContext,
|
||||
options: {
|
||||
ast: ProgramNode;
|
||||
attributes: Record<string, string>;
|
||||
code: string;
|
||||
id: string;
|
||||
meta: CustomPluginOptions;
|
||||
@@ -345,19 +335,7 @@ export type HasModuleSideEffects = (id: string, external: boolean) => boolean;
|
||||
|
||||
export type LoadResult = SourceDescription | string | NullValue;
|
||||
|
||||
export type LoadHook = (
|
||||
this: PluginContext,
|
||||
id: string,
|
||||
// temporarily marked as optional for better Vite type-compatibility
|
||||
options?:
|
||||
| {
|
||||
// unused, temporarily added for better Vite type-compatibility
|
||||
ssr?: boolean | undefined;
|
||||
// temporarily marked as optional for better Vite type-compatibility
|
||||
attributes?: Record<string, string>;
|
||||
}
|
||||
| undefined
|
||||
) => LoadResult;
|
||||
export type LoadHook = (this: PluginContext, id: string) => LoadResult;
|
||||
|
||||
export interface TransformPluginContext extends PluginContext {
|
||||
debug: LoggingFunctionWithPosition;
|
||||
@@ -372,16 +350,7 @@ export type TransformResult = string | NullValue | Partial<SourceDescription>;
|
||||
export type TransformHook = (
|
||||
this: TransformPluginContext,
|
||||
code: string,
|
||||
id: string,
|
||||
// temporarily marked as optional for better Vite type-compatibility
|
||||
options?:
|
||||
| {
|
||||
// unused, temporarily added for better Vite type-compatibility
|
||||
ssr?: boolean | undefined;
|
||||
// temporarily marked as optional for better Vite type-compatibility
|
||||
attributes?: Record<string, string>;
|
||||
}
|
||||
| undefined
|
||||
id: string
|
||||
) => TransformResult;
|
||||
|
||||
export type ModuleParsedHook = (this: PluginContext, info: ModuleInfo) => void;
|
||||
@@ -398,24 +367,18 @@ export type ResolveDynamicImportHook = (
|
||||
this: PluginContext,
|
||||
specifier: string | AstNode,
|
||||
importer: string,
|
||||
options: { attributes: Record<string, string>; importerAttributes: Record<string, string> }
|
||||
options: { attributes: Record<string, string> }
|
||||
) => ResolveIdResult;
|
||||
|
||||
export type ResolveImportMetaHook = (
|
||||
this: PluginContext,
|
||||
property: string | null,
|
||||
options: {
|
||||
attributes: Record<string, string>;
|
||||
chunkId: string;
|
||||
format: InternalModuleFormat;
|
||||
moduleId: string;
|
||||
}
|
||||
options: { chunkId: string; format: InternalModuleFormat; moduleId: string }
|
||||
) => string | NullValue;
|
||||
|
||||
export type ResolveFileUrlHook = (
|
||||
this: PluginContext,
|
||||
options: {
|
||||
attributes: Record<string, string>;
|
||||
chunkId: string;
|
||||
fileName: string;
|
||||
format: InternalModuleFormat;
|
||||
@@ -497,7 +460,6 @@ export interface FunctionPluginHooks {
|
||||
chunk: PreRenderedChunkWithFileName;
|
||||
targetChunk: PreRenderedChunkWithFileName | null;
|
||||
getTargetChunkImports: () => DynamicImportTargetChunk[] | null;
|
||||
targetModuleAttributes: Record<string, string>;
|
||||
}
|
||||
) => { left: string; right: string } | NullValue;
|
||||
renderError: (this: PluginContext, error?: Error) => void;
|
||||
@@ -597,8 +559,7 @@ export type PluginHooks = {
|
||||
};
|
||||
|
||||
export interface OutputPlugin
|
||||
extends
|
||||
Partial<{ [K in OutputPluginHooks]: PluginHooks[K] }>,
|
||||
extends Partial<{ [K in OutputPluginHooks]: PluginHooks[K] }>,
|
||||
Partial<Record<AddonHooks, ObjectHook<AddonHook>>> {
|
||||
cacheKey?: string | undefined;
|
||||
name: string;
|
||||
@@ -654,9 +615,8 @@ export interface NormalizedTreeshakingOptions {
|
||||
unknownGlobalSideEffects: boolean;
|
||||
}
|
||||
|
||||
export interface TreeshakingOptions extends Partial<
|
||||
Omit<NormalizedTreeshakingOptions, 'moduleSideEffects'>
|
||||
> {
|
||||
export interface TreeshakingOptions
|
||||
extends Partial<Omit<NormalizedTreeshakingOptions, 'moduleSideEffects'>> {
|
||||
moduleSideEffects?: ModuleSideEffectsOption | undefined;
|
||||
preset?: TreeshakingPreset | undefined;
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
|
||||
+94
-94
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
const rollup = require('./rollup.js');
|
||||
const require$$0$1 = require('path');
|
||||
const require$$0$2 = require('fs');
|
||||
const require$$2 = require('util');
|
||||
const require$$0$2 = require('fs');
|
||||
const require$$1 = require('stream');
|
||||
const require$$2$1 = require('os');
|
||||
const fseventsImporter = require('./fsevents-importer.js');
|
||||
@@ -214,7 +214,7 @@ var hasRequiredUtils$2;
|
||||
function requireUtils$2 () {
|
||||
if (hasRequiredUtils$2) return utils$2;
|
||||
hasRequiredUtils$2 = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const path = require$$0$1;
|
||||
const win32 = process.platform === 'win32';
|
||||
@@ -225,19 +225,19 @@ function requireUtils$2 () {
|
||||
REGEX_SPECIAL_CHARS_GLOBAL
|
||||
} = /*@__PURE__*/ requireConstants$3();
|
||||
|
||||
exports$1.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports$1.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports$1.isRegexChar = str => str.length === 1 && exports$1.hasRegexChars(str);
|
||||
exports$1.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports$1.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str);
|
||||
exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
|
||||
exports$1.removeBackslashes = str => {
|
||||
exports.removeBackslashes = str => {
|
||||
return str.replace(REGEX_REMOVE_BACKSLASH, match => {
|
||||
return match === '\\' ? '' : match;
|
||||
});
|
||||
};
|
||||
|
||||
exports$1.supportsLookbehinds = () => {
|
||||
exports.supportsLookbehinds = () => {
|
||||
const segs = process.version.slice(1).split('.').map(Number);
|
||||
if (segs.length === 3 && segs[0] >= 9 || (segs[0] === 8 && segs[1] >= 10)) {
|
||||
return true;
|
||||
@@ -245,21 +245,21 @@ function requireUtils$2 () {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports$1.isWindows = options => {
|
||||
exports.isWindows = options => {
|
||||
if (options && typeof options.windows === 'boolean') {
|
||||
return options.windows;
|
||||
}
|
||||
return win32 === true || path.sep === '\\';
|
||||
};
|
||||
|
||||
exports$1.escapeLast = (input, char, lastIdx) => {
|
||||
exports.escapeLast = (input, char, lastIdx) => {
|
||||
const idx = input.lastIndexOf(char, lastIdx);
|
||||
if (idx === -1) return input;
|
||||
if (input[idx - 1] === '\\') return exports$1.escapeLast(input, char, idx - 1);
|
||||
if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1);
|
||||
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
||||
};
|
||||
|
||||
exports$1.removePrefix = (input, state = {}) => {
|
||||
exports.removePrefix = (input, state = {}) => {
|
||||
let output = input;
|
||||
if (output.startsWith('./')) {
|
||||
output = output.slice(2);
|
||||
@@ -268,7 +268,7 @@ function requireUtils$2 () {
|
||||
return output;
|
||||
};
|
||||
|
||||
exports$1.wrapOutput = (input, state = {}, options = {}) => {
|
||||
exports.wrapOutput = (input, state = {}, options = {}) => {
|
||||
const prepend = options.contains ? '' : '^';
|
||||
const append = options.contains ? '' : '$';
|
||||
|
||||
@@ -2625,7 +2625,7 @@ var hasRequiredUtils$1;
|
||||
function requireUtils$1 () {
|
||||
if (hasRequiredUtils$1) return utils$1;
|
||||
hasRequiredUtils$1 = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const path = require$$0$1;
|
||||
const win32 = process.platform === 'win32';
|
||||
@@ -2636,19 +2636,19 @@ function requireUtils$1 () {
|
||||
REGEX_SPECIAL_CHARS_GLOBAL
|
||||
} = /*@__PURE__*/ requireConstants$2();
|
||||
|
||||
exports$1.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports$1.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports$1.isRegexChar = str => str.length === 1 && exports$1.hasRegexChars(str);
|
||||
exports$1.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports$1.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
||||
exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
||||
exports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str);
|
||||
exports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
||||
exports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');
|
||||
|
||||
exports$1.removeBackslashes = str => {
|
||||
exports.removeBackslashes = str => {
|
||||
return str.replace(REGEX_REMOVE_BACKSLASH, match => {
|
||||
return match === '\\' ? '' : match;
|
||||
});
|
||||
};
|
||||
|
||||
exports$1.supportsLookbehinds = () => {
|
||||
exports.supportsLookbehinds = () => {
|
||||
const segs = process.version.slice(1).split('.').map(Number);
|
||||
if (segs.length === 3 && segs[0] >= 9 || (segs[0] === 8 && segs[1] >= 10)) {
|
||||
return true;
|
||||
@@ -2656,21 +2656,21 @@ function requireUtils$1 () {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports$1.isWindows = options => {
|
||||
exports.isWindows = options => {
|
||||
if (options && typeof options.windows === 'boolean') {
|
||||
return options.windows;
|
||||
}
|
||||
return win32 === true || path.sep === '\\';
|
||||
};
|
||||
|
||||
exports$1.escapeLast = (input, char, lastIdx) => {
|
||||
exports.escapeLast = (input, char, lastIdx) => {
|
||||
const idx = input.lastIndexOf(char, lastIdx);
|
||||
if (idx === -1) return input;
|
||||
if (input[idx - 1] === '\\') return exports$1.escapeLast(input, char, idx - 1);
|
||||
if (input[idx - 1] === '\\') return exports.escapeLast(input, char, idx - 1);
|
||||
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
||||
};
|
||||
|
||||
exports$1.removePrefix = (input, state = {}) => {
|
||||
exports.removePrefix = (input, state = {}) => {
|
||||
let output = input;
|
||||
if (output.startsWith('./')) {
|
||||
output = output.slice(2);
|
||||
@@ -2679,7 +2679,7 @@ function requireUtils$1 () {
|
||||
return output;
|
||||
};
|
||||
|
||||
exports$1.wrapOutput = (input, state = {}, options = {}) => {
|
||||
exports.wrapOutput = (input, state = {}, options = {}) => {
|
||||
const prepend = options.contains ? '' : '^';
|
||||
const append = options.contains ? '' : '$';
|
||||
|
||||
@@ -4947,9 +4947,9 @@ var hasRequiredUtils;
|
||||
function requireUtils () {
|
||||
if (hasRequiredUtils) return utils;
|
||||
hasRequiredUtils = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
exports$1.isInteger = num => {
|
||||
exports.isInteger = num => {
|
||||
if (typeof num === 'number') {
|
||||
return Number.isInteger(num);
|
||||
}
|
||||
@@ -4963,15 +4963,15 @@ function requireUtils () {
|
||||
* Find a node of the given type
|
||||
*/
|
||||
|
||||
exports$1.find = (node, type) => node.nodes.find(node => node.type === type);
|
||||
exports.find = (node, type) => node.nodes.find(node => node.type === type);
|
||||
|
||||
/**
|
||||
* Find a node of the given type
|
||||
*/
|
||||
|
||||
exports$1.exceedsLimit = (min, max, step = 1, limit) => {
|
||||
exports.exceedsLimit = (min, max, step = 1, limit) => {
|
||||
if (limit === false) return false;
|
||||
if (!exports$1.isInteger(min) || !exports$1.isInteger(max)) return false;
|
||||
if (!exports.isInteger(min) || !exports.isInteger(max)) return false;
|
||||
return ((Number(max) - Number(min)) / Number(step)) >= limit;
|
||||
};
|
||||
|
||||
@@ -4979,7 +4979,7 @@ function requireUtils () {
|
||||
* Escape the given node with '\\' before node.value
|
||||
*/
|
||||
|
||||
exports$1.escapeNode = (block, n = 0, type) => {
|
||||
exports.escapeNode = (block, n = 0, type) => {
|
||||
const node = block.nodes[n];
|
||||
if (!node) return;
|
||||
|
||||
@@ -4995,7 +4995,7 @@ function requireUtils () {
|
||||
* Returns true if the given brace node should be enclosed in literal braces
|
||||
*/
|
||||
|
||||
exports$1.encloseBrace = node => {
|
||||
exports.encloseBrace = node => {
|
||||
if (node.type !== 'brace') return false;
|
||||
if ((node.commas >> 0 + node.ranges >> 0) === 0) {
|
||||
node.invalid = true;
|
||||
@@ -5008,7 +5008,7 @@ function requireUtils () {
|
||||
* Returns true if a brace node is invalid.
|
||||
*/
|
||||
|
||||
exports$1.isInvalidBrace = block => {
|
||||
exports.isInvalidBrace = block => {
|
||||
if (block.type !== 'brace') return false;
|
||||
if (block.invalid === true || block.dollar) return true;
|
||||
if ((block.commas >> 0 + block.ranges >> 0) === 0) {
|
||||
@@ -5026,7 +5026,7 @@ function requireUtils () {
|
||||
* Returns true if a node is an open or close node
|
||||
*/
|
||||
|
||||
exports$1.isOpenOrClose = node => {
|
||||
exports.isOpenOrClose = node => {
|
||||
if (node.type === 'open' || node.type === 'close') {
|
||||
return true;
|
||||
}
|
||||
@@ -5037,7 +5037,7 @@ function requireUtils () {
|
||||
* Reduce an array of text nodes.
|
||||
*/
|
||||
|
||||
exports$1.reduce = nodes => nodes.reduce((acc, node) => {
|
||||
exports.reduce = nodes => nodes.reduce((acc, node) => {
|
||||
if (node.type === 'text') acc.push(node.value);
|
||||
if (node.type === 'range') node.type = 'text';
|
||||
return acc;
|
||||
@@ -5047,7 +5047,7 @@ function requireUtils () {
|
||||
* Flatten an array
|
||||
*/
|
||||
|
||||
exports$1.flatten = (...args) => {
|
||||
exports.flatten = (...args) => {
|
||||
const result = [];
|
||||
|
||||
const flat = arr => {
|
||||
@@ -6757,72 +6757,72 @@ var hasRequiredConstants;
|
||||
function requireConstants () {
|
||||
if (hasRequiredConstants) return constants;
|
||||
hasRequiredConstants = 1;
|
||||
(function (exports$1) {
|
||||
(function (exports) {
|
||||
|
||||
const {sep} = require$$0$1;
|
||||
const {platform} = process;
|
||||
const os = require$$2$1;
|
||||
|
||||
exports$1.EV_ALL = 'all';
|
||||
exports$1.EV_READY = 'ready';
|
||||
exports$1.EV_ADD = 'add';
|
||||
exports$1.EV_CHANGE = 'change';
|
||||
exports$1.EV_ADD_DIR = 'addDir';
|
||||
exports$1.EV_UNLINK = 'unlink';
|
||||
exports$1.EV_UNLINK_DIR = 'unlinkDir';
|
||||
exports$1.EV_RAW = 'raw';
|
||||
exports$1.EV_ERROR = 'error';
|
||||
exports.EV_ALL = 'all';
|
||||
exports.EV_READY = 'ready';
|
||||
exports.EV_ADD = 'add';
|
||||
exports.EV_CHANGE = 'change';
|
||||
exports.EV_ADD_DIR = 'addDir';
|
||||
exports.EV_UNLINK = 'unlink';
|
||||
exports.EV_UNLINK_DIR = 'unlinkDir';
|
||||
exports.EV_RAW = 'raw';
|
||||
exports.EV_ERROR = 'error';
|
||||
|
||||
exports$1.STR_DATA = 'data';
|
||||
exports$1.STR_END = 'end';
|
||||
exports$1.STR_CLOSE = 'close';
|
||||
exports.STR_DATA = 'data';
|
||||
exports.STR_END = 'end';
|
||||
exports.STR_CLOSE = 'close';
|
||||
|
||||
exports$1.FSEVENT_CREATED = 'created';
|
||||
exports$1.FSEVENT_MODIFIED = 'modified';
|
||||
exports$1.FSEVENT_DELETED = 'deleted';
|
||||
exports$1.FSEVENT_MOVED = 'moved';
|
||||
exports$1.FSEVENT_CLONED = 'cloned';
|
||||
exports$1.FSEVENT_UNKNOWN = 'unknown';
|
||||
exports$1.FSEVENT_FLAG_MUST_SCAN_SUBDIRS = 1;
|
||||
exports$1.FSEVENT_TYPE_FILE = 'file';
|
||||
exports$1.FSEVENT_TYPE_DIRECTORY = 'directory';
|
||||
exports$1.FSEVENT_TYPE_SYMLINK = 'symlink';
|
||||
exports.FSEVENT_CREATED = 'created';
|
||||
exports.FSEVENT_MODIFIED = 'modified';
|
||||
exports.FSEVENT_DELETED = 'deleted';
|
||||
exports.FSEVENT_MOVED = 'moved';
|
||||
exports.FSEVENT_CLONED = 'cloned';
|
||||
exports.FSEVENT_UNKNOWN = 'unknown';
|
||||
exports.FSEVENT_FLAG_MUST_SCAN_SUBDIRS = 1;
|
||||
exports.FSEVENT_TYPE_FILE = 'file';
|
||||
exports.FSEVENT_TYPE_DIRECTORY = 'directory';
|
||||
exports.FSEVENT_TYPE_SYMLINK = 'symlink';
|
||||
|
||||
exports$1.KEY_LISTENERS = 'listeners';
|
||||
exports$1.KEY_ERR = 'errHandlers';
|
||||
exports$1.KEY_RAW = 'rawEmitters';
|
||||
exports$1.HANDLER_KEYS = [exports$1.KEY_LISTENERS, exports$1.KEY_ERR, exports$1.KEY_RAW];
|
||||
exports.KEY_LISTENERS = 'listeners';
|
||||
exports.KEY_ERR = 'errHandlers';
|
||||
exports.KEY_RAW = 'rawEmitters';
|
||||
exports.HANDLER_KEYS = [exports.KEY_LISTENERS, exports.KEY_ERR, exports.KEY_RAW];
|
||||
|
||||
exports$1.DOT_SLASH = `.${sep}`;
|
||||
exports.DOT_SLASH = `.${sep}`;
|
||||
|
||||
exports$1.BACK_SLASH_RE = /\\/g;
|
||||
exports$1.DOUBLE_SLASH_RE = /\/\//;
|
||||
exports$1.SLASH_OR_BACK_SLASH_RE = /[/\\]/;
|
||||
exports$1.DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/;
|
||||
exports$1.REPLACER_RE = /^\.[/\\]/;
|
||||
exports.BACK_SLASH_RE = /\\/g;
|
||||
exports.DOUBLE_SLASH_RE = /\/\//;
|
||||
exports.SLASH_OR_BACK_SLASH_RE = /[/\\]/;
|
||||
exports.DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/;
|
||||
exports.REPLACER_RE = /^\.[/\\]/;
|
||||
|
||||
exports$1.SLASH = '/';
|
||||
exports$1.SLASH_SLASH = '//';
|
||||
exports$1.BRACE_START = '{';
|
||||
exports$1.BANG = '!';
|
||||
exports$1.ONE_DOT = '.';
|
||||
exports$1.TWO_DOTS = '..';
|
||||
exports$1.STAR = '*';
|
||||
exports$1.GLOBSTAR = '**';
|
||||
exports$1.ROOT_GLOBSTAR = '/**/*';
|
||||
exports$1.SLASH_GLOBSTAR = '/**';
|
||||
exports$1.DIR_SUFFIX = 'Dir';
|
||||
exports$1.ANYMATCH_OPTS = {dot: true};
|
||||
exports$1.STRING_TYPE = 'string';
|
||||
exports$1.FUNCTION_TYPE = 'function';
|
||||
exports$1.EMPTY_STR = '';
|
||||
exports$1.EMPTY_FN = () => {};
|
||||
exports$1.IDENTITY_FN = val => val;
|
||||
exports.SLASH = '/';
|
||||
exports.SLASH_SLASH = '//';
|
||||
exports.BRACE_START = '{';
|
||||
exports.BANG = '!';
|
||||
exports.ONE_DOT = '.';
|
||||
exports.TWO_DOTS = '..';
|
||||
exports.STAR = '*';
|
||||
exports.GLOBSTAR = '**';
|
||||
exports.ROOT_GLOBSTAR = '/**/*';
|
||||
exports.SLASH_GLOBSTAR = '/**';
|
||||
exports.DIR_SUFFIX = 'Dir';
|
||||
exports.ANYMATCH_OPTS = {dot: true};
|
||||
exports.STRING_TYPE = 'string';
|
||||
exports.FUNCTION_TYPE = 'function';
|
||||
exports.EMPTY_STR = '';
|
||||
exports.EMPTY_FN = () => {};
|
||||
exports.IDENTITY_FN = val => val;
|
||||
|
||||
exports$1.isWindows = platform === 'win32';
|
||||
exports$1.isMacos = platform === 'darwin';
|
||||
exports$1.isLinux = platform === 'linux';
|
||||
exports$1.isIBMi = os.type() === 'OS400';
|
||||
exports.isWindows = platform === 'win32';
|
||||
exports.isMacos = platform === 'darwin';
|
||||
exports.isLinux = platform === 'linux';
|
||||
exports.isIBMi = os.type() === 'OS400';
|
||||
} (constants));
|
||||
return constants;
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -393,7 +393,7 @@ async function loadAndRegisterPlugin(inputOptions, pluginText) {
|
||||
plugin = await requireOrImport(pluginText);
|
||||
}
|
||||
catch (error) {
|
||||
throw new Error(`Cannot load plugin "${pluginText}": ${error.message}.`, { cause: error });
|
||||
throw new Error(`Cannot load plugin "${pluginText}": ${error.message}.`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+6
-25
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -276,8 +276,6 @@ const URL_WATCH = 'configuration-options/#watch';
|
||||
const URL_BUNDLE_CONFIG_AS_CJS = 'command-line-interface/#bundleconfigascjs';
|
||||
const URL_CONFIGURATION_FILES = 'command-line-interface/#configuration-files';
|
||||
const URL_GENERATEBUNDLE = 'plugin-development/#generatebundle';
|
||||
const URL_LOAD = 'plugin-development/#load';
|
||||
const URL_TRANSFORM = 'plugin-development/#transform';
|
||||
|
||||
function error(base) {
|
||||
throw base instanceof Error ? base : getRollupError(base);
|
||||
@@ -332,7 +330,7 @@ function augmentLogMessage(log) {
|
||||
}
|
||||
// Error codes should be sorted alphabetically while errors should be sorted by
|
||||
// error code below
|
||||
const ADDON_ERROR = 'ADDON_ERROR', ALREADY_CLOSED = 'ALREADY_CLOSED', AMBIGUOUS_EXTERNAL_NAMESPACES = 'AMBIGUOUS_EXTERNAL_NAMESPACES', ANONYMOUS_PLUGIN_CACHE = 'ANONYMOUS_PLUGIN_CACHE', ASSET_NOT_FINALISED = 'ASSET_NOT_FINALISED', ASSET_NOT_FOUND = 'ASSET_NOT_FOUND', ASSET_SOURCE_ALREADY_SET = 'ASSET_SOURCE_ALREADY_SET', ASSET_SOURCE_MISSING = 'ASSET_SOURCE_MISSING', BAD_LOADER = 'BAD_LOADER', CANNOT_CALL_NAMESPACE = 'CANNOT_CALL_NAMESPACE', CANNOT_EMIT_FROM_OPTIONS_HOOK = 'CANNOT_EMIT_FROM_OPTIONS_HOOK', CHUNK_NOT_GENERATED = 'CHUNK_NOT_GENERATED', CHUNK_INVALID = 'CHUNK_INVALID', CIRCULAR_CHUNK = 'CIRCULAR_CHUNK', CIRCULAR_DEPENDENCY = 'CIRCULAR_DEPENDENCY', CIRCULAR_REEXPORT = 'CIRCULAR_REEXPORT', CONST_REASSIGN = 'CONST_REASSIGN', CYCLIC_CROSS_CHUNK_REEXPORT = 'CYCLIC_CROSS_CHUNK_REEXPORT', DEPRECATED_FEATURE = 'DEPRECATED_FEATURE', DUPLICATE_ARGUMENT_NAME = 'DUPLICATE_ARGUMENT_NAME', DUPLICATE_EXPORT = 'DUPLICATE_EXPORT', DUPLICATE_IMPORT_OPTIONS = 'DUPLICATE_IMPORT_OPTIONS', DUPLICATE_PLUGIN_NAME = 'DUPLICATE_PLUGIN_NAME', EMPTY_BUNDLE = 'EMPTY_BUNDLE', EVAL = 'EVAL', EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS = 'EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS', EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES = 'EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES', EXTERNAL_SYNTHETIC_EXPORTS = 'EXTERNAL_SYNTHETIC_EXPORTS', FAIL_AFTER_WARNINGS = 'FAIL_AFTER_WARNINGS', FILE_NAME_CONFLICT = 'FILE_NAME_CONFLICT', FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY = 'FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY', FILE_NOT_FOUND = 'FILE_NOT_FOUND', FIRST_SIDE_EFFECT = 'FIRST_SIDE_EFFECT', ILLEGAL_IDENTIFIER_AS_NAME = 'ILLEGAL_IDENTIFIER_AS_NAME', ILLEGAL_REASSIGNMENT = 'ILLEGAL_REASSIGNMENT', INCONSISTENT_IMPORT_ATTRIBUTES = 'INCONSISTENT_IMPORT_ATTRIBUTES', INVALID_ANNOTATION = 'INVALID_ANNOTATION', INPUT_HOOK_IN_OUTPUT_PLUGIN = 'INPUT_HOOK_IN_OUTPUT_PLUGIN', INVALID_CHUNK = 'INVALID_CHUNK', INVALID_CONFIG_MODULE_FORMAT = 'INVALID_CONFIG_MODULE_FORMAT', INVALID_EXPORT_OPTION = 'INVALID_EXPORT_OPTION', INVALID_EXTERNAL_ID = 'INVALID_EXTERNAL_ID', INVALID_IMPORT_ATTRIBUTE = 'INVALID_IMPORT_ATTRIBUTE', INVALID_LOG_POSITION = 'INVALID_LOG_POSITION', INVALID_OPTION = 'INVALID_OPTION', INVALID_PLUGIN_HOOK = 'INVALID_PLUGIN_HOOK', INVALID_ROLLUP_PHASE = 'INVALID_ROLLUP_PHASE', INVALID_SETASSETSOURCE = 'INVALID_SETASSETSOURCE', INVALID_TLA_FORMAT = 'INVALID_TLA_FORMAT', MISSING_CONFIG = 'MISSING_CONFIG', MISSING_EXPORT = 'MISSING_EXPORT', MISSING_EXTERNAL_CONFIG = 'MISSING_EXTERNAL_CONFIG', MISSING_GLOBAL_NAME = 'MISSING_GLOBAL_NAME', MISSING_IMPLICIT_DEPENDANT = 'MISSING_IMPLICIT_DEPENDANT', MISSING_JSX_EXPORT = 'MISSING_JSX_EXPORT', MISSING_NAME_OPTION_FOR_IIFE_EXPORT = 'MISSING_NAME_OPTION_FOR_IIFE_EXPORT', MISSING_NODE_BUILTINS = 'MISSING_NODE_BUILTINS', MISSING_OPTION = 'MISSING_OPTION', MIXED_EXPORTS = 'MIXED_EXPORTS', MODULE_LEVEL_DIRECTIVE = 'MODULE_LEVEL_DIRECTIVE', NAMESPACE_CONFLICT = 'NAMESPACE_CONFLICT', NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE = 'NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE', ONLY_INLINE_SOURCEMAPS = 'ONLY_INLINE_SOURCEMAPS', OPTIMIZE_CHUNK_STATUS = 'OPTIMIZE_CHUNK_STATUS', PARSE_ERROR = 'PARSE_ERROR', PLUGIN_ERROR = 'PLUGIN_ERROR', REDECLARATION_ERROR = 'REDECLARATION_ERROR', RESERVED_NAMESPACE = 'RESERVED_NAMESPACE', SHIMMED_EXPORT = 'SHIMMED_EXPORT', SOURCEMAP_BROKEN = 'SOURCEMAP_BROKEN', SOURCEMAP_ERROR = 'SOURCEMAP_ERROR', SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT = 'SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT', THIS_IS_UNDEFINED = 'THIS_IS_UNDEFINED', UNEXPECTED_NAMED_IMPORT = 'UNEXPECTED_NAMED_IMPORT', UNKNOWN_OPTION = 'UNKNOWN_OPTION', UNRESOLVED_ENTRY = 'UNRESOLVED_ENTRY', UNRESOLVED_IMPORT = 'UNRESOLVED_IMPORT', UNUSED_EXTERNAL_IMPORT = 'UNUSED_EXTERNAL_IMPORT', VALIDATION_ERROR = 'VALIDATION_ERROR';
|
||||
const ADDON_ERROR = 'ADDON_ERROR', ALREADY_CLOSED = 'ALREADY_CLOSED', AMBIGUOUS_EXTERNAL_NAMESPACES = 'AMBIGUOUS_EXTERNAL_NAMESPACES', ANONYMOUS_PLUGIN_CACHE = 'ANONYMOUS_PLUGIN_CACHE', ASSET_NOT_FINALISED = 'ASSET_NOT_FINALISED', ASSET_NOT_FOUND = 'ASSET_NOT_FOUND', ASSET_SOURCE_ALREADY_SET = 'ASSET_SOURCE_ALREADY_SET', ASSET_SOURCE_MISSING = 'ASSET_SOURCE_MISSING', BAD_LOADER = 'BAD_LOADER', CANNOT_CALL_NAMESPACE = 'CANNOT_CALL_NAMESPACE', CANNOT_EMIT_FROM_OPTIONS_HOOK = 'CANNOT_EMIT_FROM_OPTIONS_HOOK', CHUNK_NOT_GENERATED = 'CHUNK_NOT_GENERATED', CHUNK_INVALID = 'CHUNK_INVALID', CIRCULAR_DEPENDENCY = 'CIRCULAR_DEPENDENCY', CIRCULAR_REEXPORT = 'CIRCULAR_REEXPORT', CONST_REASSIGN = 'CONST_REASSIGN', CYCLIC_CROSS_CHUNK_REEXPORT = 'CYCLIC_CROSS_CHUNK_REEXPORT', DEPRECATED_FEATURE = 'DEPRECATED_FEATURE', DUPLICATE_ARGUMENT_NAME = 'DUPLICATE_ARGUMENT_NAME', DUPLICATE_EXPORT = 'DUPLICATE_EXPORT', DUPLICATE_IMPORT_OPTIONS = 'DUPLICATE_IMPORT_OPTIONS', DUPLICATE_PLUGIN_NAME = 'DUPLICATE_PLUGIN_NAME', EMPTY_BUNDLE = 'EMPTY_BUNDLE', EVAL = 'EVAL', EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS = 'EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS', EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES = 'EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES', EXTERNAL_SYNTHETIC_EXPORTS = 'EXTERNAL_SYNTHETIC_EXPORTS', FAIL_AFTER_WARNINGS = 'FAIL_AFTER_WARNINGS', FILE_NAME_CONFLICT = 'FILE_NAME_CONFLICT', FILE_NOT_FOUND = 'FILE_NOT_FOUND', FIRST_SIDE_EFFECT = 'FIRST_SIDE_EFFECT', ILLEGAL_IDENTIFIER_AS_NAME = 'ILLEGAL_IDENTIFIER_AS_NAME', ILLEGAL_REASSIGNMENT = 'ILLEGAL_REASSIGNMENT', INCONSISTENT_IMPORT_ATTRIBUTES = 'INCONSISTENT_IMPORT_ATTRIBUTES', INVALID_ANNOTATION = 'INVALID_ANNOTATION', INPUT_HOOK_IN_OUTPUT_PLUGIN = 'INPUT_HOOK_IN_OUTPUT_PLUGIN', INVALID_CHUNK = 'INVALID_CHUNK', INVALID_CONFIG_MODULE_FORMAT = 'INVALID_CONFIG_MODULE_FORMAT', INVALID_EXPORT_OPTION = 'INVALID_EXPORT_OPTION', INVALID_EXTERNAL_ID = 'INVALID_EXTERNAL_ID', INVALID_IMPORT_ATTRIBUTE = 'INVALID_IMPORT_ATTRIBUTE', INVALID_LOG_POSITION = 'INVALID_LOG_POSITION', INVALID_OPTION = 'INVALID_OPTION', INVALID_PLUGIN_HOOK = 'INVALID_PLUGIN_HOOK', INVALID_ROLLUP_PHASE = 'INVALID_ROLLUP_PHASE', INVALID_SETASSETSOURCE = 'INVALID_SETASSETSOURCE', INVALID_TLA_FORMAT = 'INVALID_TLA_FORMAT', MISSING_CONFIG = 'MISSING_CONFIG', MISSING_EXPORT = 'MISSING_EXPORT', MISSING_EXTERNAL_CONFIG = 'MISSING_EXTERNAL_CONFIG', MISSING_GLOBAL_NAME = 'MISSING_GLOBAL_NAME', MISSING_IMPLICIT_DEPENDANT = 'MISSING_IMPLICIT_DEPENDANT', MISSING_JSX_EXPORT = 'MISSING_JSX_EXPORT', MISSING_NAME_OPTION_FOR_IIFE_EXPORT = 'MISSING_NAME_OPTION_FOR_IIFE_EXPORT', MISSING_NODE_BUILTINS = 'MISSING_NODE_BUILTINS', MISSING_OPTION = 'MISSING_OPTION', MIXED_EXPORTS = 'MIXED_EXPORTS', MODULE_LEVEL_DIRECTIVE = 'MODULE_LEVEL_DIRECTIVE', NAMESPACE_CONFLICT = 'NAMESPACE_CONFLICT', NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE = 'NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE', ONLY_INLINE_SOURCEMAPS = 'ONLY_INLINE_SOURCEMAPS', OPTIMIZE_CHUNK_STATUS = 'OPTIMIZE_CHUNK_STATUS', PARSE_ERROR = 'PARSE_ERROR', PLUGIN_ERROR = 'PLUGIN_ERROR', REDECLARATION_ERROR = 'REDECLARATION_ERROR', RESERVED_NAMESPACE = 'RESERVED_NAMESPACE', SHIMMED_EXPORT = 'SHIMMED_EXPORT', SOURCEMAP_BROKEN = 'SOURCEMAP_BROKEN', SOURCEMAP_ERROR = 'SOURCEMAP_ERROR', SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT = 'SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT', THIS_IS_UNDEFINED = 'THIS_IS_UNDEFINED', UNEXPECTED_NAMED_IMPORT = 'UNEXPECTED_NAMED_IMPORT', UNKNOWN_OPTION = 'UNKNOWN_OPTION', UNRESOLVED_ENTRY = 'UNRESOLVED_ENTRY', UNRESOLVED_IMPORT = 'UNRESOLVED_IMPORT', UNUSED_EXTERNAL_IMPORT = 'UNUSED_EXTERNAL_IMPORT', VALIDATION_ERROR = 'VALIDATION_ERROR';
|
||||
function logAddonNotGenerated(message, hook, plugin) {
|
||||
return {
|
||||
code: ADDON_ERROR,
|
||||
@@ -424,15 +422,6 @@ function logCircularDependency(cyclePath) {
|
||||
message: `Circular dependency: ${cyclePath.map(relativeId).join(' -> ')}`
|
||||
};
|
||||
}
|
||||
function logCircularChunk(cyclePath, isManualChunkConflict) {
|
||||
return {
|
||||
code: CIRCULAR_CHUNK,
|
||||
ids: cyclePath,
|
||||
message: `Circular chunk: ${cyclePath.join(' -> ')}. ${isManualChunkConflict
|
||||
? `Please adjust the manual chunk logic for these chunks.`
|
||||
: `Consider disabling the "output.onlyExplicitManualChunks" option, as enabling it causes the static dependencies of the manual chunk "${cyclePath.at(-2)}" to be bundled into the chunk "${cyclePath.at(-1)}".`}`
|
||||
};
|
||||
}
|
||||
function logCircularReexport(exportName, exporter) {
|
||||
return {
|
||||
code: CIRCULAR_REEXPORT,
|
||||
@@ -518,12 +507,6 @@ function logFileNameConflict(fileName) {
|
||||
message: `The emitted file "${fileName}" overwrites a previously emitted file of the same name.`
|
||||
};
|
||||
}
|
||||
function logFileNameOutsideOutputDirectory(fileName) {
|
||||
return {
|
||||
code: FILE_NAME_OUTSIDE_OUTPUT_DIRECTORY,
|
||||
message: `The output file name "${fileName}" is not contained in the output directory. Make sure all file names are relative paths without ".." segments.`
|
||||
};
|
||||
}
|
||||
function logFileReferenceIdNotFoundForFilename(assetReferenceId) {
|
||||
return {
|
||||
code: FILE_NOT_FOUND,
|
||||
@@ -1065,6 +1048,7 @@ const ExportDefaultDeclaration = 'ExportDefaultDeclaration';
|
||||
const ExpressionStatement = 'ExpressionStatement';
|
||||
const FunctionExpression = 'FunctionExpression';
|
||||
const Identifier = 'Identifier';
|
||||
const ImportExpression = 'ImportExpression';
|
||||
const Literal = 'Literal';
|
||||
const MemberExpression = 'MemberExpression';
|
||||
const ObjectExpression = 'ObjectExpression';
|
||||
@@ -2009,7 +1993,7 @@ const nodeConverters = [
|
||||
function templateElement(position, buffer) {
|
||||
const flags = buffer[position + 2];
|
||||
const cookedPosition = buffer[position + 3];
|
||||
const cooked = cookedPosition === 0 ? null : buffer.convertString(cookedPosition);
|
||||
const cooked = cookedPosition === 0 ? undefined : buffer.convertString(cookedPosition);
|
||||
const raw = buffer.convertString(buffer[position + 4]);
|
||||
return {
|
||||
type: 'TemplateElement',
|
||||
@@ -2178,6 +2162,7 @@ exports.FIXED_STRINGS = FIXED_STRINGS;
|
||||
exports.FunctionExpression = FunctionExpression;
|
||||
exports.INVALID_ANNOTATION_KEY = INVALID_ANNOTATION_KEY;
|
||||
exports.Identifier = Identifier;
|
||||
exports.ImportExpression = ImportExpression;
|
||||
exports.LOGLEVEL_DEBUG = LOGLEVEL_DEBUG;
|
||||
exports.LOGLEVEL_ERROR = LOGLEVEL_ERROR;
|
||||
exports.LOGLEVEL_INFO = LOGLEVEL_INFO;
|
||||
@@ -2194,7 +2179,6 @@ exports.TemplateLiteral = TemplateLiteral;
|
||||
exports.URL_AVOIDING_EVAL = URL_AVOIDING_EVAL;
|
||||
exports.URL_GENERATEBUNDLE = URL_GENERATEBUNDLE;
|
||||
exports.URL_JSX = URL_JSX;
|
||||
exports.URL_LOAD = URL_LOAD;
|
||||
exports.URL_NAME_IS_NOT_EXPORTED = URL_NAME_IS_NOT_EXPORTED;
|
||||
exports.URL_OUTPUT_AMD_BASEPATH = URL_OUTPUT_AMD_BASEPATH;
|
||||
exports.URL_OUTPUT_AMD_ID = URL_OUTPUT_AMD_ID;
|
||||
@@ -2212,7 +2196,6 @@ exports.URL_OUTPUT_SOURCEMAPFILE = URL_OUTPUT_SOURCEMAPFILE;
|
||||
exports.URL_PRESERVEENTRYSIGNATURES = URL_PRESERVEENTRYSIGNATURES;
|
||||
exports.URL_SOURCEMAP_IS_LIKELY_TO_BE_INCORRECT = URL_SOURCEMAP_IS_LIKELY_TO_BE_INCORRECT;
|
||||
exports.URL_THIS_IS_UNDEFINED = URL_THIS_IS_UNDEFINED;
|
||||
exports.URL_TRANSFORM = URL_TRANSFORM;
|
||||
exports.URL_TREATING_MODULE_AS_EXTERNAL_DEPENDENCY = URL_TREATING_MODULE_AS_EXTERNAL_DEPENDENCY;
|
||||
exports.URL_TREESHAKE = URL_TREESHAKE;
|
||||
exports.URL_TREESHAKE_MODULESIDEEFFECTS = URL_TREESHAKE_MODULESIDEEFFECTS;
|
||||
@@ -2250,7 +2233,6 @@ exports.logCannotLoadConfigAsCjs = logCannotLoadConfigAsCjs;
|
||||
exports.logCannotLoadConfigAsEsm = logCannotLoadConfigAsEsm;
|
||||
exports.logChunkInvalid = logChunkInvalid;
|
||||
exports.logChunkNotGeneratedForFileName = logChunkNotGeneratedForFileName;
|
||||
exports.logCircularChunk = logCircularChunk;
|
||||
exports.logCircularDependency = logCircularDependency;
|
||||
exports.logCircularReexport = logCircularReexport;
|
||||
exports.logConflictingSourcemapSources = logConflictingSourcemapSources;
|
||||
@@ -2269,7 +2251,6 @@ exports.logExternalSyntheticExports = logExternalSyntheticExports;
|
||||
exports.logFailAfterWarnings = logFailAfterWarnings;
|
||||
exports.logFailedValidation = logFailedValidation;
|
||||
exports.logFileNameConflict = logFileNameConflict;
|
||||
exports.logFileNameOutsideOutputDirectory = logFileNameOutsideOutputDirectory;
|
||||
exports.logFileReferenceIdNotFoundForFilename = logFileReferenceIdNotFoundForFilename;
|
||||
exports.logFirstSideEffect = logFirstSideEffect;
|
||||
exports.logIllegalIdentifierAsName = logIllegalIdentifierAsName;
|
||||
|
||||
+736
-884
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -21,8 +21,8 @@ const loadConfigFile_js = require('./loadConfigFile.js');
|
||||
const node_child_process = require('node:child_process');
|
||||
const rollup_js = require('../rollup.js');
|
||||
require('path');
|
||||
require('fs');
|
||||
require('util');
|
||||
require('fs');
|
||||
require('stream');
|
||||
require('os');
|
||||
require('./fsevents-importer.js');
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.59.0
|
||||
Sun, 22 Feb 2026 07:31:53 GMT - commit ae846957f109690a866cc3e4c073613c338d3476
|
||||
Rollup.js v4.52.3
|
||||
Sat, 27 Sep 2025 07:05:38 GMT - commit 74c555c8e9ef7b62c2f57925bb2a5c0627ef8ae1
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -21,8 +21,8 @@ require('../native.js');
|
||||
require('path');
|
||||
require('node:perf_hooks');
|
||||
require('node:fs/promises');
|
||||
require('fs');
|
||||
require('util');
|
||||
require('fs');
|
||||
require('stream');
|
||||
require('os');
|
||||
require('./fsevents-importer.js');
|
||||
|
||||
+78
-96
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rollup",
|
||||
"version": "4.59.0",
|
||||
"version": "4.52.3",
|
||||
"description": "Next-generation ES module bundler",
|
||||
"main": "dist/rollup.js",
|
||||
"module": "dist/es/rollup.js",
|
||||
@@ -23,11 +23,9 @@
|
||||
"armv7-unknown-linux-musleabihf",
|
||||
"i686-pc-windows-msvc",
|
||||
"loongarch64-unknown-linux-gnu",
|
||||
"loongarch64-unknown-linux-musl",
|
||||
"riscv64gc-unknown-linux-gnu",
|
||||
"riscv64gc-unknown-linux-musl",
|
||||
"powerpc64le-unknown-linux-gnu",
|
||||
"powerpc64le-unknown-linux-musl",
|
||||
"s390x-unknown-linux-gnu",
|
||||
"x86_64-apple-darwin",
|
||||
"x86_64-pc-windows-gnu",
|
||||
@@ -35,7 +33,6 @@
|
||||
"x86_64-unknown-freebsd",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-unknown-linux-musl",
|
||||
"x86_64-unknown-openbsd",
|
||||
"aarch64-unknown-linux-ohos"
|
||||
]
|
||||
},
|
||||
@@ -60,26 +57,24 @@
|
||||
"preview:docs": "vitepress preview docs",
|
||||
"ci:artifacts": "napi artifacts",
|
||||
"ci:lint": "concurrently -c red,yellow,green,blue 'npm:lint:js:nofix' 'npm:lint:native-js' 'npm:lint:markdown:nofix' 'npm:lint:rust:nofix'",
|
||||
"ci:test:all": "concurrently --kill-others-on-fail -c green,blue,magenta,cyan 'npm:test:only' 'npm:test:typescript' 'npm:test:leak' 'npm:test:browser'",
|
||||
"ci:coverage": "NODE_OPTIONS=--no-experimental-require-module nyc --reporter lcovonly mocha",
|
||||
"ci:test:only": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && npm run test:only",
|
||||
"ci:test:all": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && concurrently --kill-others-on-fail -c green,blue,magenta,cyan 'npm:test:only' 'npm:test:typescript' 'npm:test:leak' 'npm:test:browser'",
|
||||
"ci:coverage": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && NODE_OPTIONS=--no-experimental-require-module nyc --reporter lcovonly mocha",
|
||||
"lint": "concurrently -c red,yellow,green,blue 'npm:lint:js' 'npm:lint:native-js' 'npm:lint:markdown' 'npm:lint:rust'",
|
||||
"lint:js": "eslint . --fix --cache --concurrency auto",
|
||||
"lint:js:nofix": "eslint . --cache --concurrency auto",
|
||||
"lint:js": "eslint . --fix --cache",
|
||||
"lint:js:nofix": "eslint . --cache",
|
||||
"lint:native-js": "node scripts/lint-native-js.js",
|
||||
"lint:markdown": "prettier --write \"**/*.md\"",
|
||||
"lint:markdown:nofix": "prettier --check \"**/*.md\"",
|
||||
"lint:rust": "cd rust && cargo fmt && cargo clippy --fix --allow-dirty",
|
||||
"lint:rust:nofix": "cd rust && cargo fmt --check && cargo clippy",
|
||||
"perf": "npm run build:bootstrap:cjs && node --expose-gc scripts/perf-report/index.js",
|
||||
"prepare": "husky && npm run prepare:patch && node scripts/check-release.js || npm run build:prepare",
|
||||
"prepare:patch": "patch-package",
|
||||
"prepare": "husky && node scripts/check-release.js || npm run build:prepare",
|
||||
"prepublishOnly": "node scripts/check-release.js && node scripts/prepublish.js",
|
||||
"postpublish": "node scripts/postpublish.js",
|
||||
"prepublish:napi": "napi prepublish --no-gh-release",
|
||||
"release": "node scripts/prepare-release.js",
|
||||
"release:docs": "git fetch --update-head-ok origin master:master && git branch --force documentation-published master && git push origin documentation-published",
|
||||
"check-audit": "check-audit",
|
||||
"resolve-audit": "resolve-audit",
|
||||
"test": "npm run build && npm run test:all",
|
||||
"test:update-snapshots": "node scripts/update-snapshots.js",
|
||||
"test:cjs": "npm run build:cjs && npm run test:only",
|
||||
@@ -91,14 +86,11 @@
|
||||
"test:package": "node scripts/test-package.js",
|
||||
"test:options": "node scripts/test-options.js",
|
||||
"test:only": "mocha test/test.js",
|
||||
"test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit -p . && tsc --noEmit -p scripts && vue-tsc --noEmit -p docs",
|
||||
"test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit && tsc --noEmit -p scripts",
|
||||
"test:browser": "mocha test/browser/index.js",
|
||||
"watch": "rollup --config rollup.config.ts --configPlugin typescript --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rollup/rollup.git"
|
||||
},
|
||||
"repository": "rollup/rollup",
|
||||
"keywords": [
|
||||
"modules",
|
||||
"bundler",
|
||||
@@ -114,31 +106,28 @@
|
||||
"homepage": "https://rollupjs.org/",
|
||||
"optionalDependencies": {
|
||||
"fsevents": "~2.3.2",
|
||||
"@rollup/rollup-darwin-arm64": "4.59.0",
|
||||
"@rollup/rollup-android-arm64": "4.59.0",
|
||||
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
||||
"@rollup/rollup-freebsd-arm64": "4.59.0",
|
||||
"@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
||||
"@rollup/rollup-linux-arm64-musl": "4.59.0",
|
||||
"@rollup/rollup-android-arm-eabi": "4.59.0",
|
||||
"@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
||||
"@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
||||
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
||||
"@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
||||
"@rollup/rollup-linux-loong64-musl": "4.59.0",
|
||||
"@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
||||
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
||||
"@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
||||
"@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
||||
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
||||
"@rollup/rollup-darwin-x64": "4.59.0",
|
||||
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
||||
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
||||
"@rollup/rollup-freebsd-x64": "4.59.0",
|
||||
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
||||
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
||||
"@rollup/rollup-openbsd-x64": "4.59.0",
|
||||
"@rollup/rollup-openharmony-arm64": "4.59.0"
|
||||
"@rollup/rollup-darwin-arm64": "4.52.3",
|
||||
"@rollup/rollup-android-arm64": "4.52.3",
|
||||
"@rollup/rollup-win32-arm64-msvc": "4.52.3",
|
||||
"@rollup/rollup-freebsd-arm64": "4.52.3",
|
||||
"@rollup/rollup-linux-arm64-gnu": "4.52.3",
|
||||
"@rollup/rollup-linux-arm64-musl": "4.52.3",
|
||||
"@rollup/rollup-android-arm-eabi": "4.52.3",
|
||||
"@rollup/rollup-linux-arm-gnueabihf": "4.52.3",
|
||||
"@rollup/rollup-linux-arm-musleabihf": "4.52.3",
|
||||
"@rollup/rollup-win32-ia32-msvc": "4.52.3",
|
||||
"@rollup/rollup-linux-loong64-gnu": "4.52.3",
|
||||
"@rollup/rollup-linux-riscv64-gnu": "4.52.3",
|
||||
"@rollup/rollup-linux-riscv64-musl": "4.52.3",
|
||||
"@rollup/rollup-linux-ppc64-gnu": "4.52.3",
|
||||
"@rollup/rollup-linux-s390x-gnu": "4.52.3",
|
||||
"@rollup/rollup-darwin-x64": "4.52.3",
|
||||
"@rollup/rollup-win32-x64-gnu": "4.52.3",
|
||||
"@rollup/rollup-win32-x64-msvc": "4.52.3",
|
||||
"@rollup/rollup-freebsd-x64": "4.52.3",
|
||||
"@rollup/rollup-linux-x64-gnu": "4.52.3",
|
||||
"@rollup/rollup-linux-x64-musl": "4.52.3",
|
||||
"@rollup/rollup-openharmony-arm64": "4.52.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/estree": "1.0.8"
|
||||
@@ -147,33 +136,33 @@
|
||||
"core-js": "We only update manually as every update requires a snapshot update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@codemirror/commands": "^6.10.2",
|
||||
"@codemirror/commands": "^6.8.1",
|
||||
"@codemirror/lang-javascript": "^6.2.4",
|
||||
"@codemirror/language": "^6.12.1",
|
||||
"@codemirror/search": "^6.6.0",
|
||||
"@codemirror/state": "^6.5.4",
|
||||
"@codemirror/view": "^6.39.14",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@inquirer/prompts": "^7.10.1",
|
||||
"@codemirror/language": "^6.11.3",
|
||||
"@codemirror/search": "^6.5.11",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/view": "^6.38.3",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@inquirer/prompts": "^7.8.6",
|
||||
"@jridgewell/sourcemap-codec": "^1.5.5",
|
||||
"@mermaid-js/mermaid-cli": "^11.12.0",
|
||||
"@napi-rs/cli": "3.4.1",
|
||||
"@rollup/plugin-alias": "^6.0.0",
|
||||
"@mermaid-js/mermaid-cli": "^11.10.1",
|
||||
"@napi-rs/cli": "^3.2.0",
|
||||
"@rollup/plugin-alias": "^5.1.1",
|
||||
"@rollup/plugin-buble": "^1.0.3",
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
"@rollup/plugin-commonjs": "^28.0.6",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-replace": "^6.0.3",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^12.3.0",
|
||||
"@rollup/plugin-typescript": "^12.1.4",
|
||||
"@rollup/pluginutils": "^5.3.0",
|
||||
"@shikijs/vitepress-twoslash": "^3.22.0",
|
||||
"@shikijs/vitepress-twoslash": "^3.13.0",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^20.19.33",
|
||||
"@types/node": "^20.19.17",
|
||||
"@types/picomatch": "^4.0.2",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/yargs-parser": "^21.0.3",
|
||||
"@vue/language-server": "^3.2.4",
|
||||
"@vue/language-server": "^3.0.8",
|
||||
"acorn": "^8.15.0",
|
||||
"acorn-import-assertions": "^1.9.0",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
@@ -182,70 +171,63 @@
|
||||
"chokidar": "^3.6.0",
|
||||
"concurrently": "^9.2.1",
|
||||
"core-js": "3.38.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"date-time": "^4.0.0",
|
||||
"es5-shim": "^4.6.7",
|
||||
"es6-shim": "^0.35.8",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-unicorn": "^63.0.0",
|
||||
"eslint-plugin-vue": "^10.8.0",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-unicorn": "^61.0.2",
|
||||
"eslint-plugin-vue": "^10.5.0",
|
||||
"fixturify": "^3.0.0",
|
||||
"flru": "^1.0.2",
|
||||
"fs-extra": "^11.3.3",
|
||||
"fs-extra": "^11.3.2",
|
||||
"github-api": "^3.4.0",
|
||||
"globals": "^17.3.0",
|
||||
"globals": "^16.4.0",
|
||||
"husky": "^9.1.7",
|
||||
"is-reference": "^3.0.3",
|
||||
"lint-staged": "^16.2.7",
|
||||
"lint-staged": "^16.2.0",
|
||||
"locate-character": "^3.0.0",
|
||||
"magic-string": "^0.30.21",
|
||||
"memfs": "^4.56.10",
|
||||
"mocha": "11.3.0",
|
||||
"nodemon": "^3.1.11",
|
||||
"npm-audit-resolver": "^3.0.0-RC.0",
|
||||
"magic-string": "^0.30.19",
|
||||
"memfs": "^4.43.0",
|
||||
"mocha": "^11.7.2",
|
||||
"nodemon": "^3.1.10",
|
||||
"nyc": "^17.1.0",
|
||||
"patch-package": "^8.0.1",
|
||||
"picocolors": "^1.1.1",
|
||||
"picomatch": "^4.0.3",
|
||||
"pinia": "^3.0.4",
|
||||
"prettier": "^3.8.1",
|
||||
"pinia": "^3.0.3",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-organize-imports": "^4.3.0",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"pretty-ms": "^9.3.0",
|
||||
"requirejs": "^2.3.8",
|
||||
"rollup": "^4.57.1",
|
||||
"rollup-plugin-license": "^3.7.0",
|
||||
"semver": "^7.7.4",
|
||||
"requirejs": "^2.3.7",
|
||||
"rollup": "^4.52.1",
|
||||
"rollup-plugin-license": "^3.6.0",
|
||||
"rollup-plugin-string": "^3.0.0",
|
||||
"semver": "^7.7.2",
|
||||
"shx": "^0.4.0",
|
||||
"signal-exit": "^4.1.0",
|
||||
"source-map": "^0.7.6",
|
||||
"source-map-support": "^0.5.21",
|
||||
"systemjs": "^6.15.1",
|
||||
"terser": "^5.46.0",
|
||||
"terser": "^5.44.0",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.56.0",
|
||||
"vite": "^7.3.1",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript-eslint": "^8.44.1",
|
||||
"vite": "^7.1.7",
|
||||
"vitepress": "^1.6.4",
|
||||
"vue": "^3.5.28",
|
||||
"vue-eslint-parser": "^10.4.0",
|
||||
"vue-tsc": "^3.2.4",
|
||||
"wasm-pack": "^0.14.0",
|
||||
"vue": "^3.5.21",
|
||||
"vue-eslint-parser": "^10.2.0",
|
||||
"vue-tsc": "^2.2.12",
|
||||
"wasm-pack": "^0.13.1",
|
||||
"yargs-parser": "^21.1.1"
|
||||
},
|
||||
"overrides": {
|
||||
"axios": "^1.13.5",
|
||||
"esbuild": ">0.24.2",
|
||||
"lodash-es": ">4.17.22",
|
||||
"path-scurry": {
|
||||
"lru-cache": "^11.2.6"
|
||||
},
|
||||
"axios": "^1.12.2",
|
||||
"semver": "^7.7.2",
|
||||
"readable-stream": "npm:@built-in/readable-stream@1",
|
||||
"semver": "^7.7.4",
|
||||
"tar": ">7.5.6",
|
||||
"vite": "$vite"
|
||||
"esbuild": ">0.24.2"
|
||||
},
|
||||
"comments": {
|
||||
"vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges"
|
||||
|
||||
Reference in New Issue
Block a user