UNPKG

ucbuilder

Version:

:Shree Ganeshay Namah: new way app design

17 lines (16 loc) 664 B
import { IImportMap, ProjectRowBase } from "../../common/ipc/enumAndMore.js"; export declare class ConfigFiller { MAIN_CONFIG: ProjectRowBase; PREELOAD_IMPORT: string[]; ucConfigList: ProjectRowBase[]; _setRootDirecory(row: ProjectRowBase, projPath: string): void; importmap: IImportMap; Fill_ImportMap(_config: ProjectRowBase): void; ucConfig: ProjectRowBase<any>; fill: (mainDirPath: string) => Promise<void>; generateResource: () => void; updateAliceToPath(linearPushAr: ProjectRowBase[]): void; private Fill_UCConfig; listProjectPath(projectDir: string): string[]; getProjectDir(_dirPath: string): string; }