babel-plugin-transform-typescript-metadata
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,8 @@ | ||
## [0.3.1](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.3.0...v0.3.1) (2020-10-12) | ||
### 🐛 Bug Fixes | ||
* Use cloneDeep to keep reference linked ([869a913](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/869a913)) | ||
# [0.3.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.2.2...v0.3.0) (2020-03-05) | ||
@@ -2,0 +9,0 @@ |
@@ -66,3 +66,3 @@ "use strict"; | ||
return _core.types.conditionalExpression(_core.types.binaryExpression('===', _core.types.unaryExpression('typeof', reference), _core.types.stringLiteral('undefined')), _core.types.identifier('Object'), _core.types.clone(reference)); | ||
return _core.types.conditionalExpression(_core.types.binaryExpression('===', _core.types.unaryExpression('typeof', reference), _core.types.stringLiteral('undefined')), _core.types.identifier('Object'), _core.types.cloneDeep(reference)); | ||
} | ||
@@ -69,0 +69,0 @@ /** |
{ | ||
"name": "babel-plugin-transform-typescript-metadata", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Babel plugin to emit decorator metadata like typescript compiler", | ||
@@ -59,2 +59,3 @@ "main": "lib/plugin.js", | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4", | ||
"@babel/preset-env": "^7.6.3", | ||
@@ -72,3 +73,3 @@ "@babel/preset-typescript": "^7.6.0", | ||
"jest-file-snapshot": "^0.3.7", | ||
"release-it": "^12.6.3", | ||
"release-it": "13.7.1", | ||
"typescript": "^3.6.4" | ||
@@ -75,0 +76,0 @@ }, |
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
28956
19