ScopeManager.prototype.createChild(): ScopeManager
Creates a child scope that shares singletons but has its own scoped map.
A new scope manager for the child container
ScopeManager.prototype.createChild(): ScopeManager
Creates a child scope that shares singletons but has its own scoped map.
A new scope manager for the child container
import { ScopeManager } from "di-plugin/src/index.ts";