svelte-check
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -150,2 +150,4 @@ // Whenever a ambient declaration changes, its number should be increased | ||
declare function __sveltets_2_ensureSnippet(val: ReturnType<import('svelte').Snippet>): any; | ||
// @ts-ignore Svelte v3/v4 don't have this | ||
declare function __sveltets_2_snippet<T = void>(t: T): import('svelte').Snippet<T>; | ||
@@ -152,0 +154,0 @@ /** @internal PRIVATE API, DO NOT USE */ |
@@ -227,5 +227,2 @@ // Whenever a ambient declaration changes, its number should be increased | ||
// @ts-ignore Svelte v3/v4 don't have this | ||
declare function __sveltets_2_ensureSnippet(val: ReturnType<import('svelte').Snippet>): any; | ||
/** @internal PRIVATE API, DO NOT USE */ | ||
@@ -232,0 +229,0 @@ type __sveltets_2_SvelteAnimationReturnType = { |
{ | ||
"name": "svelte-check", | ||
"description": "Svelte Code Checker Terminal Interface", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"main": "./dist/src/index.js", | ||
@@ -53,8 +53,8 @@ "bin": "./bin/svelte-check", | ||
"vscode-uri": "~3.0.0", | ||
"svelte-language-server": "0.15.0" | ||
"svelte-language-server": "0.16.0" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c && node ./dist/src/index.js --workspace ./test --tsconfig ./tsconfig.json", | ||
"test": "echo 'NOOP'" | ||
"test": "npm run build" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
8838760