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
As referencing imported symbols is a common code generation need, it would be nice to provide a specific utility or recipe (with sample code) for doing so
If you are generating code, and you have a DartType, and you want to know, "what prefix do I need to emit in order to produce a valid reference to this DartType", then using the element model to find the library is probably your best answer
As referencing imported symbols is a common code generation need, it would be nice to provide a specific utility or recipe (with sample code) for doing so
As noted in #109:
It looks like
built_value
parses the imported library's astThe text was updated successfully, but these errors were encountered: