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:
32
node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js
generated
vendored
32
node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js
generated
vendored
@@ -136,9 +136,7 @@ var _default = exports.default = (0, _helperPluginUtils.declare)((api, options)
|
||||
if (path.isCallExpression() && !_core.types.isImport(path.node.callee)) return;
|
||||
if (path.isCallExpression()) {
|
||||
if (!this.file.has("@babel/plugin-proposal-dynamic-import")) {
|
||||
{
|
||||
console.warn(MISSING_PLUGIN_WARNING);
|
||||
}
|
||||
console.warn(MISSING_PLUGIN_WARNING);
|
||||
}
|
||||
} else {
|
||||
if (!this.file.has("@babel/plugin-proposal-dynamic-import")) {
|
||||
@@ -166,6 +164,7 @@ var _default = exports.default = (0, _helperPluginUtils.declare)((api, options)
|
||||
}
|
||||
},
|
||||
exit(path, state) {
|
||||
var _path$scope, _path$scope$hoistVari;
|
||||
const scope = path.scope;
|
||||
const exportIdent = scope.generateUid("export");
|
||||
const {
|
||||
@@ -348,10 +347,7 @@ var _default = exports.default = (0, _helperPluginUtils.declare)((api, options)
|
||||
});
|
||||
let moduleName = (0, _helperModuleTransforms.getModuleName)(this.file.opts, options);
|
||||
if (moduleName) moduleName = _core.types.stringLiteral(moduleName);
|
||||
{
|
||||
var _path$scope, _path$scope$hoistVari;
|
||||
(_path$scope$hoistVari = (_path$scope = path.scope).hoistVariables) != null ? _path$scope$hoistVari : _path$scope.hoistVariables = require("@babel/traverse").Scope.prototype.hoistVariables;
|
||||
}
|
||||
(_path$scope$hoistVari = (_path$scope = path.scope).hoistVariables) != null ? _path$scope$hoistVari : _path$scope.hoistVariables = require("@babel/traverse").Scope.prototype.hoistVariables;
|
||||
path.scope.hoistVariables((id, hasInit) => {
|
||||
variableIds.push(id);
|
||||
if (!hasInit && id.name in exportMap) {
|
||||
@@ -376,18 +372,16 @@ var _default = exports.default = (0, _helperPluginUtils.declare)((api, options)
|
||||
path.remove();
|
||||
}
|
||||
let hasTLA = false;
|
||||
{
|
||||
path.traverse({
|
||||
AwaitExpression(path) {
|
||||
hasTLA = true;
|
||||
path.stop();
|
||||
},
|
||||
Function(path) {
|
||||
path.skip();
|
||||
},
|
||||
noScope: true
|
||||
});
|
||||
}
|
||||
path.traverse({
|
||||
AwaitExpression(path) {
|
||||
hasTLA = true;
|
||||
path.stop();
|
||||
},
|
||||
Function(path) {
|
||||
path.skip();
|
||||
},
|
||||
noScope: true
|
||||
});
|
||||
path.node.body = [buildTemplate({
|
||||
SYSTEM_REGISTER: _core.types.memberExpression(_core.types.identifier(systemGlobal), _core.types.identifier("register")),
|
||||
BEFORE_BODY: beforeBody,
|
||||
|
||||
2
node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map
generated
vendored
2
node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
14
node_modules/@babel/plugin-transform-modules-systemjs/package.json
generated
vendored
14
node_modules/@babel/plugin-transform-modules-systemjs/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-systemjs",
|
||||
"version": "7.28.5",
|
||||
"version": "7.29.0",
|
||||
"description": "This plugin transforms ES2015 modules to SystemJS",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,10 +13,10 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "^7.28.3",
|
||||
"@babel/helper-plugin-utils": "^7.27.1",
|
||||
"@babel/helper-module-transforms": "^7.28.6",
|
||||
"@babel/helper-plugin-utils": "^7.28.6",
|
||||
"@babel/helper-validator-identifier": "^7.28.5",
|
||||
"@babel/traverse": "^7.28.5"
|
||||
"@babel/traverse": "^7.29.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
@@ -25,10 +25,10 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.5",
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/helper-plugin-test-runner": "^7.27.1",
|
||||
"@babel/helper-transform-fixture-test-runner": "^7.28.5",
|
||||
"core-js": "^3.35.0"
|
||||
"@babel/helper-transform-fixture-test-runner": "^7.28.6",
|
||||
"core-js": "^3.48.0"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user