feat(core): 添加module.json和类型定义更新

This commit is contained in:
yhh
2025-12-03 16:20:59 +08:00
parent 37ab494e4a
commit 13cb670a16
25 changed files with 1107 additions and 198 deletions

View File

@@ -146,11 +146,7 @@ export type {
FileActionHandler,
RegisteredPlugin,
PluginConfig,
PluginCategory,
LoadingPhase,
ModuleType,
ModuleDescriptor,
PluginDependency,
PluginState,
// Service interfaces
@@ -203,7 +199,12 @@ export type {
IPluginLoader,
IRuntimeModuleLoader,
IEditorModuleLoader,
PluginDescriptor,
ModuleManifest,
ModuleCategory,
ModulePlatform,
ModuleExports,
IPlugin,
IRuntimeModule,
SystemContext,
ComponentInspectorProviderDef,
} from '@esengine/editor-core';