Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 68742fc

Browse files
authored
Update README.md
1 parent 8d2356c commit 68742fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ESnext class features for JavaScript
22

3-
Daniel Ehrenberg
3+
Daniel Ehrenberg, Jeff Morrison
44

5-
This document proposes a combined vision for how two of the proposed class features could work together--[public fields](https://tc39.github.io/proposal-class-public-fields/) and [private fields](https://github.com/tc39/proposal-private-fields), drawing on the earlier [Orthogonal Classes](https://github.com/erights/Orthogonal-Classes) and [Class Evaluation Order](https://onedrive.live.com/view.aspx?resid=A7BBCE1FC8EE16DB!442046&app=PowerPoint&authkey=!AEeXmhZASk50KjA) proposals. It is written to be forward-compatible with the introduction of private methods and decorators, whose integration is explained in the [unified class features proposal](https://github.com/littledan/proposal-unified-class-features). Methods and accessors are defined in [a follow-on proposal](https://github.com/littledan/proposal-private-methods/).
5+
This document proposes a combined vision for [public fields](https://tc39.github.io/proposal-class-public-fields/) and [private fields](https://github.com/tc39/proposal-private-fields), drawing on the earlier [Orthogonal Classes](https://github.com/erights/Orthogonal-Classes) and [Class Evaluation Order](https://onedrive.live.com/view.aspx?resid=A7BBCE1FC8EE16DB!442046&app=PowerPoint&authkey=!AEeXmhZASk50KjA) proposals. It is written to be forward-compatible with the introduction of private methods and decorators, whose integration is explained in the [unified class features proposal](https://github.com/littledan/proposal-unified-class-features). Methods and accessors are defined in [a follow-on proposal](https://github.com/littledan/proposal-private-methods/).
66

77
## A guiding example: Custom elements with classes
88

0 commit comments

Comments
 (0)