Searched defs:modulePath (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 250 for (const modulePath of modulePaths) { constant 325 const modulePath = toPath(moduleFileName, projectDirectory, getCanonicalFileName); constant
|
| D | sys.ts | 1572 const modulePath = resolveJSModule(moduleName, baseDir, nodeSystem); constant
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinter.ts | 688 const modulePath = normalizePath(sourceFile.fileName); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 38638 function isOHModules(modulePath) { argument 38642 function isOhpmAndOhModules(packageManagerType, modulePath) { argument 107632 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument 107639 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument 107685 …var existingSpecifier = ts.forEach(modulePaths, function (modulePath) { return ts.forEach(host.get… argument
|
| D | typingsInstaller.js | 46935 function isOHModules(modulePath) { argument 46939 function isOhpmAndOhModules(packageManagerType, modulePath) { argument 129353 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument 129360 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument 129408 …var existingSpecifier = ts.forEach(modulePaths, function (modulePath) { return ts.forEach(host.get… argument
|