Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts590 export function getModeForResolutionAtIndex(file: SourceFile, index: number): ModuleKind.CommonJS |… function
1494 …const mode = typeof n === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFi… constant
/third_party/typescript/lib/
Dtsc.js104841 function getModeForResolutionAtIndex(file, index) { function