Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfakesHosts.ts347 const sourceFileFromMetadata = meta.get(cacheKey) as ts.SourceFile | undefined; constant
348 if (sourceFileFromMetadata && sourceFileFromMetadata.getFullText() === content) {
349 this._sourceFiles.set(canonicalFileName, sourceFileFromMetadata);
350 return sourceFileFromMetadata;