svelte2tsx
Advanced tools
Comparing version 0.1.130 to 0.1.131
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.130", | ||
"version": "0.1.131", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -27,8 +27,8 @@ "author": "David Pershouse", | ||
"periscopic": "^2.0.2", | ||
"rollup": "^1.12.0", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-delete": "^1.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup": "^2.28.0", | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"@rollup/plugin-json": "^4.0.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-typescript": "^6.0.0", | ||
"source-map": "^0.6.1", | ||
@@ -35,0 +35,0 @@ "source-map-support": "^0.5.16", |
@@ -232,2 +232,3 @@ /* eslint @typescript-eslint/no-unused-vars: off */ | ||
allowtransparency?: boolean; | ||
allowpaymentrequest?: boolean; | ||
alt?: string; | ||
@@ -300,2 +301,3 @@ async?: boolean; | ||
is?: string; | ||
ismap?: boolean; | ||
keyparams?: string; | ||
@@ -690,2 +692,3 @@ keytype?: string; | ||
files?: FileList | null; | ||
indeterminate?: boolean; | ||
} | ||
@@ -692,0 +695,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
319243
8162