lexical-scope
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -35,6 +35,6 @@ var astw = require('astw'); | ||
&& lookup(node) === undefined) { | ||
if (node.parent.type === 'Property') return; | ||
if (node.parent.type === 'Property' | ||
&& node.parent.key === node) return; | ||
if (node.parent.type === 'MemberExpression' | ||
&& node.parent.property === node) return; | ||
if (isFunction(node.parent)) return; | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "lexical-scope", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "detect global and local lexical identifiers from javascript source code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
108435
26
591
100
10