svelte2tsx
Advanced tools
Comparing version 0.1.69 to 0.1.70
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.69", | ||
"version": "0.1.70", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -671,5 +671,7 @@ /** | ||
onlanguagechange?: EventHandler<Event, Window>; | ||
onmessage?: EventHandler<MessageEvent, Window>; | ||
onmessageerror?: EventHandler<MessageEvent, Window>; | ||
onoffline?: EventHandler<Event, Window>; | ||
ononline?: EventHandler<Event, Window>; | ||
onbeforeunload?: EventHandler<Event, Window>; | ||
onbeforeunload?: EventHandler<BeforeUnloadEvent, Window>; | ||
onunload?: EventHandler<Event, Window>; | ||
@@ -676,0 +678,0 @@ onstorage?: EventHandler<StorageEvent, 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
895125
19876