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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
For example if we have:
I1: DI <- I2: CDI <- I3: DI
and type A lives in I1 only, I2.get(A) should return instance of A, while I3.get(A) should get a resolution error.
This would provide injection isolation, akin to CSS isolation within shadowDom.
The code and tests for that feature are in #1244. They are commented out since they are breaking clients. This is a tracking issue for turning turning them on and discussion about the change.
The text was updated successfully, but these errors were encountered:
For example if we have:
I1: DI <- I2: CDI <- I3: DI
and type A lives in I1 only, I2.get(A) should return instance of A, while I3.get(A) should get a resolution error.
This would provide injection isolation, akin to CSS isolation within shadowDom.
The code and tests for that feature are in #1244. They are commented out since they are breaking clients. This is a tracking issue for turning turning them on and discussion about the change.
The text was updated successfully, but these errors were encountered: