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
Consider necessary API changes in order to move more code-generation from the proc-macro into the runtime.
Some way to not only traverse the dependency tree (which we can do since 8.0), but also to inspect the types (Is it a struct or enum? Which fields does it have? What attributes are on it?) might go a long way
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wishlist for 9.0
Breaking changes
Just a place to collect breaking changes for a potential future v9.0
TypeList
in the signature ofdependency_types()
to avoid recusion limit errors for types with LOTS of dependenciesPossibly breaking changes
#[ts(optional)]
to make it usefull for types other thanOption<T>
Beta Was this translation helpful? Give feedback.
All reactions