From 01a2cbbd054c5f5bccd1acf81d47746577bd92c8 Mon Sep 17 00:00:00 2001 From: David Pertiller Date: Mon, 27 Jan 2020 22:35:44 +0100 Subject: [PATCH] Updated Roadmap (markdown) ES Private Fields ship with TypeScript 3.8 and can be removed from Future list --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 774011a..8d3fdd6 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -11,7 +11,6 @@ This page outlines specific features and fixes that are scheduled or planned for * Investigate [nominal typing support](https://github.com/Microsoft/TypeScript/issues/202) * [Flattening declarations](https://github.com/Microsoft/TypeScript/issues/4433) * Implement ES Decorator proposal -* Implement ES Private Fields * Investigate [Ambient](https://github.com/Microsoft/TypeScript/issues/2900), [Deprecated](https://github.com/Microsoft/TypeScript/issues/390), and [Conditional](https://github.com/Microsoft/TypeScript/issues/3538) decorators * [Investigate partial type argument inference](https://github.com/Microsoft/TypeScript/pull/26349) * Quick fix to [Scaffold local `@types` packages](https://github.com/Microsoft/TypeScript/issues/25746)