Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DtsbuildPublic.ts202 type ConfigFileCacheEntry = ParsedCommandLine | Diagnostic; alias
228 readonly configFileCache: ESMap<ResolvedConfigFilePath, ConfigFileCacheEntry>;
355 function isParsedCommandLine(entry: ConfigFileCacheEntry): entry is ParsedCommandLine {