mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
* Add isInferredProject, isConfiguredProject and isExternalProject * Add test for rename on file with case change that fails Test for #25460 * Dont store fileName on text storage * Store root file names in the root file map to reflect their name * Delay open file triggering watches * Correct the name of source file as we query it (eg. it could be same source file returned in old program with different casing on case insensitive file name) * More tests * Refactoring * Cache bind And check diagnostics and always get program diagnostics from the program * Another test * Try to report conflicting file error on file instead of global diagnostics * Create better tests for module resolution diagnostics check * Fix lint errors