From fd7a153a96846a3e249697b4fa48e8075e62290e Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 15 Jun 2021 13:29:17 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 2c32a71..244a03c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -26,6 +26,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [ ] [Generalized index signatures](https://github.com/microsoft/TypeScript/pull/26797) * [x] [Use `unknown` as the type for `catch` clause variables `--useUnknownInCatchVariables`](https://github.com/microsoft/TypeScript/pull/41013) * [ ] [Allow more code before `super()` calls in subclasses](https://github.com/microsoft/TypeScript/pull/29374) +* [x] [Updated `--help` descriptions](https://github.com/microsoft/TypeScript/pull/44409#event-4893868354) # 4.3 (May 2021)