svelte2tsx
Advanced tools
Comparing version 0.1.89 to 0.1.90
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.89", | ||
"version": "0.1.90", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -26,2 +26,3 @@ "author": "David Pershouse", | ||
"mocha": "^6.2.2", | ||
"periscopic": "^2.0.2", | ||
"rollup": "^1.12.0", | ||
@@ -28,0 +29,0 @@ "rollup-plugin-commonjs": "^10.0.0", |
@@ -171,1 +171,4 @@ declare module '*.svelte' { | ||
): AConstructorTypeOf<Svelte2TsxComponent<Props, Events, Slots>>; | ||
declare function __sveltets_unwrapArr<T>(arr: ArrayLike<T>): T | ||
declare function __sveltets_unwrapPromiseLike<T>(promise: PromiseLike<T> | T): T |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
293165
7428
19