json_serializable.dart
json_serializable.dart copied to clipboard
support 'as' prefixes for libs
I import a helper library with "as" prefix
And use it in annotations:
Generated code contains an error:
Yup! An old issue. It's gnarly because it touches a LOT of code!
It seems to be a common issue for any code generator
Yep! Tracking prefixing is tricky!