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
There's a common pattern which is having a folder with modules inside, and then, outside that folder, a module named in the same way as the folder, which exposes the public API of the folder's modules. E.g.
A possibility would be to have a keyword, or decorator, that would tell the compiler that the marked symbol should be reexported through that module outside, removing the need of creating that superfluous module.
The text was updated successfully, but these errors were encountered:
There's a common pattern which is having a folder with modules inside, and then, outside that folder, a module named in the same way as the folder, which exposes the public API of the folder's modules. E.g.
A possibility would be to have a keyword, or decorator, that would tell the compiler that the marked symbol should be reexported through that module outside, removing the need of creating that superfluous module.
The text was updated successfully, but these errors were encountered: