svelte2tsx
Advanced tools
Comparing version 0.1.165 to 0.1.166
@@ -35,3 +35,7 @@ export interface SvelteCompiledToTsx { | ||
isTsFile?: boolean; | ||
/** | ||
* Whether to try emitting result when there's a syntax error in the template | ||
*/ | ||
emitOnTemplateError?: boolean; | ||
} | ||
): SvelteCompiledToTsx |
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.165", | ||
"version": "0.1.166", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -35,3 +35,3 @@ "author": "David Pershouse", | ||
"source-map-support": "^0.5.16", | ||
"svelte": "3.28.0", | ||
"svelte": "~3.32.1", | ||
"tiny-glob": "^0.2.6", | ||
@@ -38,0 +38,0 @@ "tslib": "^1.10.0", |
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
336779
8620