eslint-plugin-svelte3
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -0,1 +1,5 @@ | ||
# 2.4.2 | ||
- Fix handling of the scope created by `let:` directives | ||
# 2.4.1 | ||
@@ -2,0 +6,0 @@ |
@@ -256,2 +256,4 @@ 'use strict'; | ||
find_contextual_names(node.error); | ||
} else if (node.type === 'InlineComponent') { | ||
node.attributes.forEach(node => node.type === 'Let' && find_contextual_names(node.expression || node.name)); | ||
} | ||
@@ -258,0 +260,0 @@ if (contextual_names.length) { |
{ | ||
"name": "eslint-plugin-svelte3", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "An ESLint plugin for Svelte v3 components.", | ||
@@ -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
21597
335