Home
last modified time | relevance | path

Searched defs:ohmUrl (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts113 const ohmUrl: string = constant
126 …const ohmUrl: string | undefined = this.getOhmUrl(rollupObject, moduleRequest, importMap[moduleReq… constant
152 const ohmUrl: string | undefined = constant
216 …const ohmUrl: string | undefined = this.getOhmUrl(rollupObject, moduleRequest, importMap[moduleReq… constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts88 const ohmUrl = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleName); constant
120 const ohmUrl = getOhmUrlByFilepath(ohosTestfilePath, projectConfig, undefined, moduleName); constant