oscartbeaumont / tauri-specta

Completely typesafe Tauri commands
MIT License
291 stars 27 forks source link

Allow exporting when events are defined #42

Closed Brendonovich closed 10 months ago

Brendonovich commented 10 months ago

Something something events require registry, maybe a static instead?

Brendonovich commented 10 months ago

Exporting is now possible with no events, but if any actual emitting or listening is to be done then the plugin must be used, else panic.