From 4c07dd5ca61af1afa246d4fa927a76f2a7318960 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 12 Feb 2021 14:33:32 -0800 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 5e97deb..cf3b71b 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -38,6 +38,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Template Literal Types for Template String Expressions](https://github.com/microsoft/TypeScript/pull/41891) * [x] [`--noPropertyAccessFromIndexSignature`](https://github.com/microsoft/TypeScript/pull/40171/) * [x] [`abstract` constructor types](https://github.com/microsoft/TypeScript/pull/36392) +* [x] [Smarter unused local analysis in destructuring](https://github.com/microsoft/TypeScript/issues/31388) * [x] [`--explainFiles` to understand why files have been included in a program](https://github.com/microsoft/TypeScript/pull/40011) * [x] [Declare missing helper function](https://github.com/microsoft/TypeScript/pull/41215)