mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
perf(lsp): replace document registry source cache on update (#23311)
This commit is contained in:
parent
be9c36cf6c
commit
9e6e25529b
@ -304,6 +304,7 @@ delete Object.prototype.__proto__;
|
||||
/** @type {ts.IScriptSnapshot} */ (sourceFile.scriptSnapShot),
|
||||
),
|
||||
);
|
||||
documentRegistrySourceFileCache.set(mapKey, sourceFile);
|
||||
}
|
||||
return sourceFile;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user