From a46c7994ac79b1ef29799e75fbec246216fdc35b Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 29 Mar 2021 03:44:03 -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 5501be2..ab5a0e0 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -47,7 +47,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Leading/middle rest elements in tuple types](https://github.com/microsoft/TypeScript/pull/41544) * [x] [Smarter Type Alias Printing and Emit](https://github.com/microsoft/TypeScript/pull/42284) -* [x] [Template Literal Types for Template String Expressions](https://github.com/microsoft/TypeScript/pull/41891) +* [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)