Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DdocumentRegistry.ts134 interface DocumentRegistryEntry { interface
143 type BucketEntry = DocumentRegistryEntry | ESMap<ScriptKind, DocumentRegistryEntry>;
144 function isDocumentRegistryEntry(entry: BucketEntry): entry is DocumentRegistryEntry {
145 return !!(entry as DocumentRegistryEntry).sourceFile;
319 const scriptKindMap = new Map<ScriptKind, DocumentRegistryEntry>();