Migrate all IPC call sites to typed tauri-specta commands.* #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ipc-commands-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the remaining ~155 untyped invoke() calls across stores, services,
components, and routes with the generated commands.* wrappers from
$lib/api/bindings, so every IPC call is compile-time-checked against the
command signatures.
in specta_builder() and the invoke_handler; regenerate bindings.ts.
ConnectivityStatus, audio/video settings, etc.) from bindings.
enforce what they checked.
svelte-check: 0 errors. vitest: green. cargo test --lib: green.