@babel/helper-simple-access
Advanced tools
Comparing version 7.0.0-beta.47 to 7.0.0-beta.48
@@ -11,3 +11,3 @@ "use strict"; | ||
t = function t() { | ||
t = function () { | ||
return data; | ||
@@ -32,4 +32,6 @@ }; | ||
exit(path) { | ||
const scope = this.scope, | ||
bindingNames = this.bindingNames; | ||
const { | ||
scope, | ||
bindingNames | ||
} = this; | ||
const arg = path.get("argument"); | ||
@@ -63,5 +65,7 @@ if (!arg.isIdentifier()) return; | ||
exit(path) { | ||
const scope = this.scope, | ||
seen = this.seen, | ||
bindingNames = this.bindingNames; | ||
const { | ||
scope, | ||
seen, | ||
bindingNames | ||
} = this; | ||
if (path.node.operator === "=") return; | ||
@@ -68,0 +72,0 @@ if (seen.has(path.node)) return; |
{ | ||
"name": "@babel/helper-simple-access", | ||
"version": "7.0.0-beta.47", | ||
"version": "7.0.0-beta.48", | ||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses", | ||
@@ -11,6 +11,6 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>", | ||
"dependencies": { | ||
"@babel/template": "7.0.0-beta.47", | ||
"@babel/types": "7.0.0-beta.47", | ||
"@babel/template": "7.0.0-beta.48", | ||
"@babel/types": "7.0.0-beta.48", | ||
"lodash": "^4.17.5" | ||
} | ||
} |
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
72
4092
+ Added@babel/code-frame@7.0.0-beta.48(transitive)
+ Added@babel/highlight@7.0.0-beta.48(transitive)
+ Added@babel/parser@7.0.0-beta.48(transitive)
+ Added@babel/template@7.0.0-beta.48(transitive)
+ Added@babel/types@7.0.0-beta.48(transitive)
- Removed@babel/code-frame@7.0.0-beta.47(transitive)
- Removed@babel/highlight@7.0.0-beta.47(transitive)
- Removed@babel/template@7.0.0-beta.47(transitive)
- Removed@babel/types@7.0.0-beta.47(transitive)
- Removedbabylon@7.0.0-beta.47(transitive)
Updated@babel/types@7.0.0-beta.48