Skip to content

Commit

Permalink
Move String#{trimStart,trimEnd} to stage 2, per July 2016 TC39 meet…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
ljharb committed Jul 28, 2016
1 parent a669637 commit f51e3f5
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 |
| | [String.prototype.{trimStart,trimEnd}](https://github.com/sebmarkbage/ecmascript-string-left-right-trim) | Sebastian Markbage | 2 |

This comment has been minimized.

Copy link
@EECOLOR

EECOLOR Sep 26, 2016

At the readme of the proposal it states it's at stage 1. Not sure if this is incorrect or the other README

This comment has been minimized.

Copy link
@ljharb

ljharb Sep 26, 2016

Author Member

This repo is the source of truth for stages. The readme needs updating.

| | [Public Class Fields](http://jeffmo.github.io/es-class-public-fields/) | Jeff Morrison | 2 |
| | [Promise.prototype.finally](https://github.com/ljharb/proposal-promise-finally) | Jordan Harband | 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 |
| | [String#matchAll](https://github.com/tc39/String.prototype.matchAll) | Jordan Harband | 1 |
| | [Private Fields](https://github.com/zenparsing/es-private-fields) | Kevin Smith | 1 |
Expand Down

0 comments on commit f51e3f5

Please sign in to comment.