修复动态require导致的跨平台错误

新增emitter的dispose方法用于清理事件
启用composite增量编译
This commit is contained in:
YHH
2025-08-13 12:18:40 +08:00
parent baeb047e27
commit 25136349ff
10 changed files with 231 additions and 92 deletions

View File

@@ -27,6 +27,9 @@ export type { ILogger, LoggerConfig } from './Utils/Logger';
// ECS核心组件
export * from './ECS';
// 事件系统
export { ECSEventType, EventPriority, EVENT_TYPES, EventTypeValidator } from './ECS/CoreEvents';
// 工具类和类型定义
export * from './Utils';
export * from './Types';