mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
871e71d4ef
* Move insertSorted from server to core, use for diagnostic collections * All keep the overall list sorted, too * Increase timeout for js verification * Use knowledge of how diagnostics are sorted to make all diagnostic list creation lazy and more efficient * Staunchly avoid array allocation in favor of resizing an existing array