eslint-scope
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,5 @@ | ||
v4.0.2 - March 1, 2019 | ||
* [`c925600`](https://github.com/eslint/eslint-scope/commit/c925600a684ae0f71b96f85339437a43b4d50d99) Revert "Fix: Arrow function scope strictness (fixes #49) (#50)" (#51) (Teddy Katz) | ||
v4.0.1 - March 1, 2019 | ||
@@ -2,0 +6,0 @@ |
@@ -52,2 +52,7 @@ /* | ||
// ArrowFunctionExpression's scope is always strict scope. | ||
if (block.type === Syntax.ArrowFunctionExpression) { | ||
return true; | ||
} | ||
if (isMethodDefinition) { | ||
@@ -54,0 +59,0 @@ return true; |
@@ -6,3 +6,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=4.0.0" |
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
76772
1868