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
Writing an emitter for a target language that understands template arguments, I want decorators to apply to the template type itself so I can change how the type is emitted; for example, changing a model's field names. Currently my decorator function is called only for the derived types, so I will see several stateMap entries for "finished" versions of the template type and not the template type itself. The cause of this was difficult to track down and rather confusing.
The text was updated successfully, but these errors were encountered:
Writing an emitter for a target language that understands template arguments, I want decorators to apply to the template type itself so I can change how the type is emitted; for example, changing a model's field names. Currently my decorator function is called only for the derived types, so I will see several
stateMap
entries for "finished" versions of the template type and not the template type itself. The cause of this was difficult to track down and rather confusing.The text was updated successfully, but these errors were encountered: