svelte2tsx
Advanced tools
Comparing version 0.1.162 to 0.1.163
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.162", | ||
"version": "0.1.163", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -710,2 +710,3 @@ /// <reference lib="dom" /> | ||
onlanguagechange?: EventHandler<Event, Window>; | ||
onorientationchange?: EventHandler<Event, Window>; | ||
onmessage?: EventHandler<MessageEvent, Window>; | ||
@@ -712,0 +713,0 @@ onmessageerror?: EventHandler<MessageEvent, Window>; |
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
330239
8444