From 944d877d497c034c42c50ba5fc4e62810a4dfe13 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sun, 10 Jan 2021 16:07:01 -0800 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index d5f84c0..3c6347b 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -22,6 +22,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [ ] [Generalized index signatures](https://github.com/microsoft/TypeScript/pull/26797) * [ ] [`--noImplicitOverride`](https://github.com/microsoft/TypeScript/pull/39669) * [ ] [`static` Index Signatures](https://github.com/microsoft/TypeScript/pull/37797) +* [ ] [Use `unknown` as the type for `catch` clause variables](https://github.com/microsoft/TypeScript/pull/41013) * [ ] [Investigate `typeof class`](https://github.com/microsoft/TypeScript/issues/41581) # 4.2 (February 2021)