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
I got around this by creating a separate utilities library where code generation wasn't touching. It's a lame work-around, but it looks like it's out of our control right now.
I'm going to leave this open because I'd like to get your thoughts on this situation.
@itsmontoya One of the links are broken and I'm not sure whether the other one is still the same as the time you wrote the post. So I can not check what exactly has gone wrong. Do you mean you had imported reflect in your source and genny has not included it in the generated code?
When generating a file which utilizes reflect, I noticed that reflect gets strips out of my import list.
Generated file
Source file
The text was updated successfully, but these errors were encountered: