chore: initial commit for @alveojs/core

This commit is contained in:
M1000fr
2026-01-12 12:55:42 +01:00
parent 28d6e8a928
commit baf025748a
17 changed files with 44 additions and 359 deletions

View File

@@ -1,21 +1,5 @@
export * from "@alveojs/common";
export { Container } from "./container/Container";
export type { ForwardReference, ForwardRefFn } from "./container/forwardRef";
export { forwardRef } from "./container/forwardRef";
export type {
ClassProvider,
ExistingProvider,
FactoryProvider,
InjectableOptions,
ModuleOptions,
Provider,
ProviderScope as Scope,
ProviderToken,
ValueProvider,
} from "./container/types";
export * from "./decorators";
export * from "./errors";
export { AlveoApplication } from "./factory/AlveoApplication";
export { AlveoFactory } from "./factory/AlveoFactory";
export * from "./lifecycle";
export { ModuleRef } from "./module/ModuleRef";
export type { Abstract, Constructor, Type } from "./types";