From 34199aee10ec046b6890b6cebcfb938d221c88d4 Mon Sep 17 00:00:00 2001 From: chico Date: Sat, 27 May 2017 01:10:19 +0300 Subject: [PATCH] Combine Private Fields and Public Fields into one proposal --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 03cb4ada..8c43c13d 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,9 @@ This list contains only stage 1 proposals and higher that have not yet been with | | [Legacy RegExp features in JavaScript](https://github.com/tc39/proposal-regexp-legacy-features) | Mark Miller, Claude Pache | 3 | | | [`function.sent` metaproperty](https://github.com/allenwb/ESideas/blob/master/Generator%20metaproperty.md) | Allen Wirfs-Brock | 2 | | | [`String.prototype.{trimStart,trimEnd}`](https://github.com/sebmarkbage/ecmascript-string-left-right-trim) | Sebastian Markbage | 2 | -| | [Public Class Fields](https://tc39.github.io/proposal-class-public-fields/) | Jeff Morrison | 2 | +| | [Class Fields](https://github.com/tc39/proposal-class-fields) | Daniel Ehrenberg, Jeff Morrison | 2 | | 🚀 | [`Promise.prototype.finally`](https://github.com/tc39/proposal-promise-finally) | Jordan Harband | 2 | | | [Class and Property Decorators](http://tc39.github.io/proposal-decorators/) | Yehuda Katz and Brian Terlson | 2 | -| | [Private Fields](https://github.com/tc39/proposal-private-fields) | Daniel Ehrenberg | 2 | | | [`Intl.Segmenter`](https://github.com/tc39/proposal-intl-segmenter) | Daniel Ehrenberg | 2 | | | [Arbitrary-precision Integers](https://github.com/tc39/proposal-integer) | Daniel Ehrenberg | 2 | | | [`import.meta`](https://github.com/tc39/proposal-import-meta) | Domenic Denicola | 2 |