svelte2tsx
Advanced tools
Comparing version 0.6.25 to 0.6.26
{ | ||
"name": "svelte2tsx", | ||
"version": "0.6.25", | ||
"version": "0.6.26", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -148,2 +148,5 @@ // 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 */ | ||
@@ -150,0 +153,0 @@ type __sveltets_2_SvelteAnimationReturnType = { |
@@ -227,2 +227,5 @@ // 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 */ | ||
@@ -229,0 +232,0 @@ type __sveltets_2_SvelteAnimationReturnType = { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
625131
15046