feat: implement forwardRef support for services and modules
This adds support for circular dependencies using forwardRef and Proxy-based resolution.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export { Container } from "./container/Container";
|
||||
export type { ForwardReference, ForwardRefFn } from "./container/forwardRef";
|
||||
export { forwardRef } from "./container/forwardRef";
|
||||
export type {
|
||||
ClassProvider,
|
||||
ExistingProvider,
|
||||
|
||||
Reference in New Issue
Block a user