Home
last modified time | relevance | path

Searched refs:ohModulesPathPart (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts1036 export const ohModulesPathPart = "/oh_modules/"; constant
1045 return stringContains(path, ohModulesPathPart);
1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart;
DmoduleSpecifiers.ts475 …rts = getModulePathParts(path, isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModule…
Dprogram.ts1166 !stringContains(file.originalFileName, ohModulesPathPart))) return undefined;
2544 …onst modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModule…
3808 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules…
3841 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4958 const ohModulesPathPart = "/oh_modules/";
Dtsserverlibrary.d.ts4958 const ohModulesPathPart = "/oh_modules/";