Home
last modified time | relevance | path

Searched refs:SRC_MAIN (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts86 export const SRC_MAIN: string = 'src/main'; constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_module_files.ts43 export const SRC_MAIN: string = 'src/main'; constant
Dark_utils.ts67 export const SRC_MAIN: string = 'src/main'; constant
306 if (moduleRequest.indexOf(harName + '/' + SRC_MAIN) === 0) {
307 return moduleRequest.replace(harName + '/' + SRC_MAIN, harOhmName);
Dutils.ts50 export const SRC_MAIN: string = 'src/main'; constant