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
Make sure previous usages of injectable id of meta do not break with the
new addition of namespace. Eg. what previously was di.injectManyWithMeta(someInjectionToken) ->
{ id: 'some-id', instance: ... }
...will now become:
{ id: 'some-scope:some-id', instance: ... }
...when a scope is present.
Features
Implement computedInjectManyWithMeta, and add missing type tests to computedInjectMany (a8527c1)
Make the injectable id for "meta" namespaced to avoid collisions (baa52a9)