Searched refs:SRC_MAIN (Results 1 – 4 of 4) sorted by relevance
86 export const SRC_MAIN: string = 'src/main'; constant
43 export const SRC_MAIN: string = 'src/main'; constant
67 export const SRC_MAIN: string = 'src/main'; constant306 if (moduleRequest.indexOf(harName + '/' + SRC_MAIN) === 0) {307 return moduleRequest.replace(harName + '/' + SRC_MAIN, harOhmName);
50 export const SRC_MAIN: string = 'src/main'; constant