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:
M1000fr
2026-01-11 17:03:59 +01:00
parent 00fb21c558
commit aa8493baf6
4 changed files with 130 additions and 48 deletions

View File

@@ -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,