Home
last modified time | relevance | path

Searched defs:modulesPathPart (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts2544 …const modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModul… constant
3808 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
3841 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
DmoduleNameResolver.ts1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart; constant