Skip to content

Commit

Permalink
Class fields proposal -> Stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmo committed Jul 27, 2016
1 parent 6826a19 commit 52d915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Proposals follow [this process document](https://tc39.github.io/process-document
| πŸš€ | [Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) | Sebastian Markbage | 2 |
| πŸš€ | [Shared memory and atomics](https://github.com/tc39/ecmascript_sharedmem) | Lars T Hansen | 2 |
| | [System.global](https://github.com/tc39/proposal-global) | Jordan Harband | 2 |
| | [Class Fields](http://jeffmo.github.io/es-class-public-fields/) | Jeff Morrison | 2 |
| | [ArrayBuffer.transfer](https://gist.github.com/lukewagner/2735af7eea411e18cf20) | Luke Wagneer & Allen Wirfs-Brock | 1 |
| πŸš€ | [`export * as ns from "mod";` statements](https://github.com/leebyron/ecmascript-export-ns-from) | Lee Byron | 1 |
| πŸš€ | [`export v from "mod";` statements](https://github.com/leebyron/ecmascript-export-default-from) | Lee Byron | 1 |
| πŸš€ | [Class and Property Decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md) | Yehuda Katz and Jonathan Turner | 1 |
| πŸš€ | [String.prototype.{trimStart,trimEnd}](https://github.com/sebmarkbage/ecmascript-string-left-right-trim) | Sebastian Markbage | 1 |
| | [Observable](https://github.com/zenparsing/es-observable) | Kevin Smith & Jafar Husain | 1 |
| | [Class Property Declarations](https://github.com/jeffmo/es-class-fields-and-static-properties) | Jeff Morrison | 1 |
| | [String#matchAll](https://github.com/tc39/String.prototype.matchAll) | Jordan Harband | 1 |
| | [Private Fields](https://github.com/zenparsing/es-private-fields) | Kevin Smith | 1 |
| | [WeakRefs](https://github.com/tc39/proposal-weakrefs) | Dean Tribble | 1 |
Expand Down

0 comments on commit 52d915b

Please sign in to comment.