Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine Private Fields and Public Fields into one proposal #49

Merged
merged 1 commit into from
Jun 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down