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
core-di uses @abraham/reflection for metadata storage, but it's not doing anything that a plain Map couldn't handle. Replace the dependency with a global map.
This removes an external dependency without changing the public API.
core-di uses
@abraham/reflectionfor metadata storage, but it's not doing anything that a plainMapcouldn't handle. Replace the dependency with a global map.This removes an external dependency without changing the public API.