Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the performance of isolatedDeclarations quickfix
It turns out that `typeChecker.getEmitResolver()` can be expensive, so avoid calling it unless necessary. Hopefully this fixes the performance issue (bullet microsoft#1) of microsoft#58426
- Loading branch information