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
If one has a custom implementation of a node type, there's no graceful way to use that with a typegen'd type system. This could be as simple as somehow marking "don't generate the type and implementation for this type", or ideally by being able to say the type exists already and then substitute a language-appropriate reference at the time of language-specific code generation.
The text was updated successfully, but these errors were encountered:
If one has a custom implementation of a node type, there's no graceful way to use that with a typegen'd type system. This could be as simple as somehow marking "don't generate the type and implementation for this type", or ideally by being able to say the type exists already and then substitute a language-appropriate reference at the time of language-specific code generation.
The text was updated successfully, but these errors were encountered: