svelte2tsx
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "svelte2tsx", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -151,4 +151,4 @@ // Whenever a ambient declaration changes, its number should be increased | ||
// @ts-ignore Svelte v3/v4 don't have this | ||
declare function __sveltets_2_snippet(): import('svelte').Snippet<void>; | ||
declare function __sveltets_2_snippet<T>(t: T): import('svelte').Snippet<T>; | ||
declare function __sveltets_2_snippet(): import('svelte').Snippet; | ||
declare function __sveltets_2_snippet<T>(t: T): import('svelte').Snippet<[T]>; | ||
@@ -155,0 +155,0 @@ /** @internal PRIVATE API, DO NOT USE */ |
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
15688
656572