svelte2tsx
Advanced tools
Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "svelte2tsx", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -6,5 +6,7 @@ // Whenever a ambient declaration changes, its number should be increased | ||
// -- start svelte-ls-remove -- | ||
declare module '*.svelte' { | ||
export default Svelte2TsxComponent | ||
} | ||
// -- end svelte-ls-remove -- | ||
@@ -189,3 +191,3 @@ declare class Svelte2TsxComponent< | ||
tag: any | ||
): HTMLElement; | ||
): any; // needs to be any because used in context of <svelte:element> | ||
@@ -192,0 +194,0 @@ declare function __sveltets_1_bubbleEventDef<Events, K extends keyof Events>( |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
677963
15899