svelte2tsx
Advanced tools
Comparing version 0.1.110 to 0.1.111
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.110", | ||
"version": "0.1.111", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -35,3 +35,3 @@ "author": "David Pershouse", | ||
"source-map-support": "^0.5.16", | ||
"svelte": "3.25.0", | ||
"svelte": "3.25.1", | ||
"tiny-glob": "^0.2.6", | ||
@@ -38,0 +38,0 @@ "tslib": "^1.10.0", |
@@ -156,2 +156,5 @@ declare module '*.svelte' { | ||
declare const __sveltets_customEvent: CustomEvent<any>; | ||
declare function __sveltets_toEventTypings<Typings>(): {[Key in keyof Typings]: CustomEvent<Typings[Key]>}; | ||
declare function __sveltets_unionType<T1, T2>(t1: T1, t2: T2): T1 | T2; | ||
@@ -158,0 +161,0 @@ declare function __sveltets_unionType<T1, T2, T3>(t1: T1, t2: T2, t3: T3): T1 | T2 | T3; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
312476
8043