From aea84608bb2b1b1dd6d1bd13bec74fd6551b9648 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 3 Jun 2021 13:13:34 -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 26ab580..2c32a71 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -24,7 +24,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Strict optional property checks through `--strictOptionalProperties`](https://github.com/microsoft/TypeScript/issues/13195) * [ ] [Generalized index signatures](https://github.com/microsoft/TypeScript/pull/26797) -* [ ] [Use `unknown` as the type for `catch` clause variables `--useUnknownInCatchVariables`](https://github.com/microsoft/TypeScript/pull/41013) +* [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) # 4.3 (May 2021)