svelte-eslint-parser
Advanced tools
Comparing version 0.34.1 to 0.35.0
export declare const name = "svelte-eslint-parser"; | ||
export declare const version = "0.34.1"; | ||
export declare const version = "0.35.0"; |
@@ -8,2 +8,2 @@ "use strict"; | ||
exports.name = "svelte-eslint-parser"; | ||
exports.version = "0.34.1"; | ||
exports.version = "0.35.0"; |
@@ -244,3 +244,3 @@ "use strict"; | ||
case "$props": { | ||
appendDeclareFunctionVirtualScripts(globalName, ["<T>(): T"]); | ||
appendDeclareFunctionVirtualScripts(globalName, ["(): any"]); | ||
break; | ||
@@ -247,0 +247,0 @@ } |
{ | ||
"name": "svelte-eslint-parser", | ||
"version": "0.34.1", | ||
"version": "0.35.0", | ||
"description": "Svelte parser for ESLint", | ||
@@ -29,3 +29,3 @@ "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", | ||
"peerDependencies": { | ||
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.94" | ||
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.112" | ||
}, | ||
@@ -88,3 +88,3 @@ "peerDependenciesMeta": { | ||
"semver": "^7.6.0", | ||
"svelte": "^5.0.0-next.94", | ||
"svelte": "^5.0.0-next.112", | ||
"svelte2tsx": "^0.7.6", | ||
@@ -91,0 +91,0 @@ "typescript": "~5.4.4", |
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
317947