You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/cAttte/tauri-specta-overflow && cd tauri-specta-overflow && npm i && npm run tauri dev
given that recursive types are fine in TypeScript, this should be no problem. but even if this was unsupported behavior, tauri_specta should detect the recursion and fail intentionally!
The text was updated successfully, but these errors were encountered:
hi! trying to generate bindings for a recursive struct with
tauri_specta
causes a stack overflow:here's an MRE. just run:
given that recursive types are fine in TypeScript, this should be no problem. but even if this was unsupported behavior, tauri_specta should detect the recursion and fail intentionally!
The text was updated successfully, but these errors were encountered: