From 4e603759bb04e0c35290b54d114c09cccda5c3f6 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 16 Jun 2022 16:53:48 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index ef1640e..610b99b 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -27,7 +27,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Errors When Comparing Object and Array Literals](https://github.com/microsoft/TypeScript/pull/45978) * [x] [Improved Inference from Binding Patterns](https://github.com/microsoft/TypeScript/pull/49086) * [x] [Resilient File-Watching During Large File Changes](https://github.com/microsoft/TypeScript/pull/48997) -* [ ] [Find-All-References Performance Improvements](https://github.com/microsoft/TypeScript/pull/49581) +* [x] [Find-All-References Performance Improvements](https://github.com/microsoft/TypeScript/pull/49581) * [ ] [Virtual File System Support for TSServer](https://github.com/microsoft/TypeScript/issues/47600) # 4.7 (May 2022)