Skip to content

Commit a8a9525

Browse files
committed
Numeric separators to stage 2, per 2017.07.27 TC39
1 parent 81ffddf commit a8a9525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
3131
| | [Arbitrary-precision Integers](https://github.com/tc39/proposal-integer) | Daniel Ehrenberg | 2 |
3232
| | [`import.meta`](https://github.com/tc39/proposal-import-meta) | Domenic Denicola | 2 |
3333
| | [`Intl.RelativeTimeFormat`](https://github.com/tc39/proposal-intl-relative-time) | Zibi Braniecki, Daniel Ehrenberg | 2 |
34+
| | [Numeric separators](https://github.com/samuelgoto/proposal-numeric-separator) | Sam Goto | 2 |
3435
| | [`Date.parse` fallback semantics](https://github.com/mrrrgn/proposal-date-time-string-format) | Morgan Phillips | 1 |
3536
| | [`export * as ns from "mod";` statements](https://github.com/tc39/proposal-export-ns-from) | Ben Newman and John-David Dalton | 1 |
3637
| | [`export v from "mod";` statements](https://github.com/tc39/proposal-export-default-from) | Ben Newman and John-David Dalton | 1 |
@@ -50,7 +51,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
5051
| | [Temporal](https://github.com/maggiepint/proposal-temporal) | Maggie Pint, Brian Terlson | 1 |
5152
| | [Float16 on TypedArrays, DataView, Math.hfround](https://docs.google.com/presentation/d/1Ta_IbravBUOvu7LUhlN49SvLU-8G8bIQnsS08P3Z4vY/edit?usp=sharing) | Leo Balter | 1 |
5253
| | [Atomics.waitNonblocking](https://github.com/lars-t-hansen/moz-sandbox/blob/master/sab/waitNonblocking.md) | Shu-yu Guo, Lars Hansen | 1 |
53-
| | [Numeric separators](https://github.com/samuelgoto/proposal-numeric-separator) | Sam Goto | 1 |
5454
| | [`Symbol.prototype.description`](https://github.com/michaelficarra/Symbol-description-proposal/) | Michael Ficarra | 1 |
5555
| | change Number.parseInt/parseFloat to not coerce null/undefined/NaN (repo link TBD) | Brendan Eich | 1 |
5656

0 commit comments

Comments
 (0)