Home
last modified time | relevance | path

Searched refs:isPathRelativeToScript (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts377 …return isPathRelativeToScript(literalValue) || !compilerOptions.baseUrl && (isRootedDiskPath(liter…
961 function isPathRelativeToScript(path: string) { function