ui5plugin-parser
Version:
13 lines (12 loc) • 383 B
TypeScript
export interface IParserConfigHandler {
getUI5Version(): string;
getExcludeFolderPatterns(): string[];
getDataSource(): string;
getRejectUnauthorized(): boolean;
getLibsToLoad(): string[];
getAdditionalWorkspaces(): string[];
getProxyWorkspaces(): string[] | undefined;
getNodeProjects(): string[];
packagePath: string;
configPath?: string;
}