From 2c8c19976e662a79e770a241e098dd4bf9d07388 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 26 Mar 2021 15:46:30 -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 8a1b8af..c22442d 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -31,7 +31,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [ ] [Separate "write" types](https://github.com/microsoft/TypeScript/pull/42425) * [ ] [`--noImplicitOverride` and the `override` keyword](https://github.com/microsoft/TypeScript/pull/39669) -* [x] [Template string type inference and compatibility improvements](https://github.com/microsoft/TypeScript/pull/43361) +* [ ] [Template string type inference and compatibility improvements](https://github.com/microsoft/TypeScript/pull/43361) * [x] [Infer template string types when contextually typed](https://github.com/microsoft/TypeScript/pull/43376) * [x] [ECMAScript `#private` Methods](https://github.com/microsoft/TypeScript/pull/42458) * [x] [`static` Index Signatures](https://github.com/microsoft/TypeScript/pull/37797)