Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts74 …const modulePaths = getAllModulePaths(importingSourceFileName, nodeModulesFileName, host, compiler… constant
87 …const modulePaths = getAllModulePaths(importingSourceFileName, toFileName, host,compilerOptions.pa… constant
106 …const modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName,… constant
/third_party/node/lib/internal/modules/cjs/
Dloader.js187 let modulePaths = []; variable