()
| 5 | * 初始化插件 |
| 6 | */ |
| 7 | export async function initPlugins(): Promise<void> { |
| 8 | registerDependencies(); |
| 9 | registerModules(); |
| 10 | |
| 11 | await pluginManager.initPlugins(); |
| 12 | } |
| 13 | |
| 14 | function registerDependencies() { |
| 15 | regDependency('react', () => import('react')); |
no test coverage detected