babel-plugin-hylid-bridge
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.2.0](https://code.alipay.com/ant-ife/hylid-bridge/compare/v2.1.0...v2.2.0) (2022-07-08) | ||
### Features | ||
* 调整 eslint 配置 | ||
### Bug Fixes | ||
* 依赖* build error* split the target | ||
# [2.1.0](https://code.alipay.com/ant-ife/hylid-bridge/compare/v1.1.0...v2.1.0) (2022-04-25) | ||
@@ -8,0 +20,0 @@ |
@@ -139,4 +139,4 @@ "use strict"; | ||
targets.forEach(function (target) { | ||
var localName = "".concat(identifierPrefix).concat(target, "_").concat(name, "__"); | ||
var targetSplit = target.split('|'); | ||
var localName = "".concat(identifierPrefix).concat(targetSplit[0], "_").concat(targetSplit[1], "_").concat(name, "__"); | ||
var n = babelTypes.importDeclaration([babelTypes.importDefaultSpecifier(babelTypes.identifier(localName))], babelTypes.stringLiteral("".concat(libraryName, "/lib/clients/").concat(targetSplit[0], "/").concat(targetSplit[1], "/").concat(name))); | ||
@@ -143,0 +143,0 @@ nodes.push(n); |
{ | ||
"name": "babel-plugin-hylid-bridge", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "babel-plugin-hylid-bridge", | ||
@@ -17,2 +17,3 @@ "main": "lib/index.js", | ||
"@babel/core": "^7.15.6", | ||
"@babel/runtime": "^7.18.6", | ||
"@babel/types": "^7.15.6", | ||
@@ -19,0 +20,0 @@ "@types/fs-extra": "^9.0.13", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13302
8
+ Added@babel/runtime@^7.18.6
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)