From cf2951bcd15733844aed53b31020ab2fe50c15ed Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 29 Mar 2021 04:08:56 -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 ab5a0e0..17e3f9c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -60,7 +60,7 @@ This page outlines specific features and fixes that are scheduled or planned for * [x] [Template literal types and mapped type 'as' clauses](https://github.com/microsoft/TypeScript/pull/40336) * [x] [Recursive Conditional Types](https://github.com/microsoft/TypeScript/pull/40002) -* [x] [Pedantic Index Signature Checks](https://github.com/microsoft/TypeScript/issues/13778) +* [x] [Pedantic Index Signature Checks (`--noUncheckedIndexedAccess`)](https://github.com/microsoft/TypeScript/issues/13778) * [x] [`export * as default`](https://github.com/microsoft/TypeScript/issues/39769) * [x] [Aliased `this` in JavaScript functions](https://github.com/microsoft/TypeScript/issues/39842) * [x] [Editor support for `/** @see */` tags](https://github.com/microsoft/TypeScript/issues/35524)