Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optim(cache): don't check imports for syntactic diagnostics (#389)
- Per the TS LS Wiki (https://github.com/microsoft/TypeScript/wiki/Using-the-Language-Service-API#design-goals), syntactic diagnostics only need to parse the specific file in question - since syntax is independent of imports; imports only affect semantics
- Loading branch information