lexical-scope
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -40,3 +40,6 @@ var astw = require('astw'); | ||
if (isFunction(node.parent)) return; | ||
if (node.parent.type === 'LabeledStatement') return; | ||
if (node.parent.type === 'ContinueStatement') return; | ||
if (node.parent.type === 'BreakStatement') return; | ||
if (node.parent.type === 'AssignmentExpression') { | ||
@@ -43,0 +46,0 @@ var isLeft0 = node.parent.left.type === 'MemberExpression' |
{ | ||
"name": "lexical-scope", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "detect global and local lexical identifiers from javascript source code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
109597
30
629
12