Searched defs:modulesPathPart (Results 1 – 2 of 2) sorted by relevance
2544 …const modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModul… constant3808 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant3841 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart; constant