babel-plugin-transform-decorators
Advanced tools
Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14
@@ -186,3 +186,5 @@ "use strict"; | ||
if (!path.get("right").isCallExpression()) return; | ||
if (!path.get("right.callee").isIdentifier({ name: state.initializerWarningHelper.name })) return; | ||
if (!path.get("right.callee").isIdentifier({ name: state.initializerWarningHelper.name })) { | ||
return; | ||
} | ||
@@ -189,0 +191,0 @@ path.replaceWith(t.callExpression(ensureInitializerDefineProp(path, state), [path.get("left.object").node, t.stringLiteral(path.get("left.property").node.name), path.get("right.arguments")[0].node, path.get("right.arguments")[1].node])); |
{ | ||
"name": "babel-plugin-transform-decorators", | ||
"version": "7.0.0-alpha.12", | ||
"version": "7.0.0-alpha.14", | ||
"author": "Logan Smyth <loganfsmyth@gmail.com>", | ||
@@ -15,8 +15,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"babel-plugin-syntax-decorators": "7.0.0-alpha.12", | ||
"babel-template": "7.0.0-alpha.12" | ||
"babel-plugin-syntax-decorators": "7.0.0-alpha.14", | ||
"babel-template": "7.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.12" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.14" | ||
} | ||
} |
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
12614
162
+ Addedbabel-code-frame@7.0.0-alpha.14(transitive)
+ Addedbabel-helper-function-name@7.0.0-alpha.14(transitive)
+ Addedbabel-helper-get-function-arity@7.0.0-alpha.14(transitive)
+ Addedbabel-messages@7.0.0-alpha.14(transitive)
+ Addedbabel-plugin-syntax-decorators@7.0.0-alpha.14(transitive)
+ Addedbabel-template@7.0.0-alpha.14(transitive)
+ Addedbabel-traverse@7.0.0-alpha.14(transitive)
+ Addedbabel-types@7.0.0-alpha.14(transitive)
+ Addedbabylon@7.0.0-beta.13(transitive)
- Removedbabel-code-frame@7.0.0-alpha.12(transitive)
- Removedbabel-helper-function-name@7.0.0-alpha.7(transitive)
- Removedbabel-helper-get-function-arity@7.0.0-alpha.7(transitive)
- Removedbabel-messages@7.0.0-alpha.12(transitive)
- Removedbabel-plugin-syntax-decorators@7.0.0-alpha.12(transitive)
- Removedbabel-template@7.0.0-alpha.12(transitive)
- Removedbabel-traverse@7.0.0-alpha.12(transitive)
- Removedbabel-types@7.0.0-alpha.12(transitive)
- Removedbabylon@7.0.0-beta.12(transitive)