Home
last modified time | relevance | path

Searched refs:fakeModulePkgModulesPath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts632 const fakeModulePkgModulesPath: string = toUnixPath(path.resolve(value, packageDir)); constant
633 if (pkgPath.indexOf(fakeModulePkgModulesPath) !== -1) {
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts383 const fakeModulePkgModulesPath: string = toUnixPath(path.resolve(value, packageDir)); constant
384 if (filePath.indexOf(fakeModulePkgModulesPath) !== -1) {