From 84b4aa48caeddc9467443cd796a0e4320639588e Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 7 Sep 2021 23:10:19 -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 3cc93b9..beae368 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -32,7 +32,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Control Flow Analysis of Aliased Conditions](https://github.com/microsoft/TypeScript/pull/44730) * [x] [Generalized index signatures](https://github.com/microsoft/TypeScript/pull/26797) * [x] [Strict optional property checks through `--strictOptionalProperties`](https://github.com/microsoft/TypeScript/issues/13195) -* [x] [Use `unknown` as the type for `try`/`catch` variables `--useUnknownInCatchVariables`](https://github.com/microsoft/TypeScript/pull/41013) +* [x] [Use `unknown` for `try`/`catch` variables `--useUnknownInCatchVariables`](https://github.com/microsoft/TypeScript/pull/41013) * [x] [Updated `--help` descriptions](https://github.com/microsoft/TypeScript/pull/44409#event-4893868354) * [x] [Inlay Hints](https://github.com/microsoft/TypeScript/pull/42089) * [x] [High-Confidence Suggestions in Unchecked JavaScript](https://github.com/microsoft/TypeScript/issues/41582)