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
Currently the transpiler creates a new namespace for each file rather than the directory it's in. Maybe it should be an option, but I think it would be better to just have one namespace per directory.
Currently the transpiler creates a new namespace for each file rather than the directory it's in. Maybe it should be an option, but I think it would be better to just have one namespace per directory.
Example, instead of this:
Just this:
Of course, this may result in name resolution issues, so close this issue if that happens in the flutter namespace itself (I don't believe it does).
The text was updated successfully, but these errors were encountered: