-
Notifications
You must be signed in to change notification settings - Fork 720
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
Conversation
README.md
Outdated
@@ -23,11 +23,10 @@ This list contains only stage 1 proposals and higher that have not yet been with | |||
| | [`s` (`dotAll`) flag for regular expressions](https://github.com/mathiasbynens/es-regexp-dotall-flag) | Mathias Bynens, Brian Terlson | 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/littledan/proposal-class-fields/) | Daniel Ehrenberg | 2 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is @jeffmo also champion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
It'd be appreciated if only proposal champions made PRs about proposals. |
This change is accurate, except you can now link to it as https://github.com/tc39/proposal-class-fields . @ljharb I'd be fine with reviewing PRs from contributors to update this document; just mention me and I'll do the review. |
So the two changes needed here are:
|
8e22c4b
to
c0da439
Compare
|
No description provided.