Searched refs:sourceFileFromMetadata (Results 1 – 1 of 1) sorted by relevance
347 const sourceFileFromMetadata = meta.get(cacheKey) as ts.SourceFile | undefined; constant348 if (sourceFileFromMetadata && sourceFileFromMetadata.getFullText() === content) {349 this._sourceFiles.set(canonicalFileName, sourceFileFromMetadata);350 return sourceFileFromMetadata;