mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
* 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