react-magnetic-di
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -110,2 +110,3 @@ "use strict"; | ||
'JSXOpeningElement:exit': function JSXOpeningElementExit(node) { | ||
if (!diIdentifier) return; | ||
var varNode; | ||
@@ -112,0 +113,0 @@ |
@@ -74,2 +74,3 @@ "use strict"; | ||
'JSXOpeningElement:exit': function JSXOpeningElementExit(node) { | ||
if (!diIdentifier) return; | ||
var varNode; | ||
@@ -102,2 +103,3 @@ | ||
'BlockStatement:exit': function BlockStatementExit(node) { | ||
if (!diIdentifier) return; | ||
var blockVars = blockReferences.get(node); | ||
@@ -104,0 +106,0 @@ if (!blockVars) return; |
@@ -108,2 +108,3 @@ var _require = require('../utils'), | ||
'JSXOpeningElement:exit': function JSXOpeningElementExit(node) { | ||
if (!diIdentifier) return; | ||
var varNode; | ||
@@ -110,0 +111,0 @@ |
@@ -72,2 +72,3 @@ var _require = require('../utils'), | ||
'JSXOpeningElement:exit': function JSXOpeningElementExit(node) { | ||
if (!diIdentifier) return; | ||
var varNode; | ||
@@ -100,2 +101,3 @@ | ||
'BlockStatement:exit': function BlockStatementExit(node) { | ||
if (!diIdentifier) return; | ||
var blockVars = blockReferences.get(node); | ||
@@ -102,0 +104,0 @@ if (!blockVars) return; |
{ | ||
"name": "react-magnetic-di", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Context driven dependency injection", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
73043
1467