Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dsourcemaps.ts26 const sourceFileLike = new Map<string, SourceFileLike | false>(); constant
DimportTracker.ts171 const sourceFileLike = getSourceFileLikeForImportDeclaration(importDeclaration); constant