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
Similar to __MODULE__, it would be useful to have a meta primitive like __PATH__OF__ that could provide the path that would be used to import a module. Would be useful for implementing dynamic imports. Potential usage might look like: __PATH_OF__(MyModule) or __PATH_OF__("MyModule.bs").
The text was updated successfully, but these errors were encountered:
Similar to
__MODULE__
, it would be useful to have a meta primitive like__PATH__OF__
that could provide the path that would be used to import a module. Would be useful for implementing dynamic imports. Potential usage might look like:__PATH_OF__(MyModule)
or__PATH_OF__("MyModule.bs")
.The text was updated successfully, but these errors were encountered: