Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
node_modules/rollup/dist/shared/parseAst.js
generated
vendored
10
node_modules/rollup/dist/shared/parseAst.js
generated
vendored
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.55.1
|
||||
Mon, 05 Jan 2026 10:23:35 GMT - commit 299cc46f3059a72b1e37b80c688a6d88c6c5f3fd
|
||||
Rollup.js v4.57.1
|
||||
Fri, 30 Jan 2026 08:13:08 GMT - commit d37675f25150d6a94dcf4138853bdc2ecb3ce57b
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
@@ -276,6 +276,8 @@ 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);
|
||||
@@ -1057,7 +1059,6 @@ const ExportDefaultDeclaration = 'ExportDefaultDeclaration';
|
||||
const ExpressionStatement = 'ExpressionStatement';
|
||||
const FunctionExpression = 'FunctionExpression';
|
||||
const Identifier = 'Identifier';
|
||||
const ImportExpression = 'ImportExpression';
|
||||
const Literal = 'Literal';
|
||||
const MemberExpression = 'MemberExpression';
|
||||
const ObjectExpression = 'ObjectExpression';
|
||||
@@ -2171,7 +2172,6 @@ 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;
|
||||
@@ -2188,6 +2188,7 @@ 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;
|
||||
@@ -2205,6 +2206,7 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user