Searched refs:ohModulesPathPart (Results 1 – 5 of 5) sorted by relevance
1036 export const ohModulesPathPart = "/oh_modules/"; constant1045 return stringContains(path, ohModulesPathPart);1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart;
475 …rts = getModulePathParts(path, isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModule…
1166 !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…
4958 const ohModulesPathPart = "/oh_modules/";