Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts2522 …const modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModul… constant
3786 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
3819 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
DmoduleNameResolver.ts1058 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart; constant