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.ts564 const fakeModulePkgModulesPath: string = toUnixPath(path.resolve(value, packageDir)); constant
565 if (pkgPath.indexOf(fakeModulePkgModulesPath) !== -1) {
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts365 const fakeModulePkgModulesPath: string = toUnixPath(path.resolve(value, packageDir)); constant
366 if (filePath.indexOf(fakeModulePkgModulesPath) !== -1) {