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, listServices can only be called from a program instance. This doesn't work well if we're doing mutation, because if we want to just mutate the global namespace once, then find all of the services in the program, we aren't able to explicitly tell listServices to iterate over our specific mutated global namespace.
It would be great if listServices could also take in an optional specific namespace, allowing you to find all services associated with a given namespace. This could be a good typekit too as a different implementation way
The text was updated successfully, but these errors were encountered:
Currently, listServices can only be called from a program instance. This doesn't work well if we're doing mutation, because if we want to just mutate the global namespace once, then find all of the services in the program, we aren't able to explicitly tell listServices to iterate over our specific mutated global namespace.
It would be great if
listServices
could also take in an optional specific namespace, allowing you to find all services associated with a given namespace. This could be a good typekit too as a different implementation wayThe text was updated successfully, but these errors were encountered: