Skip to content

Commit

Permalink
Binary AST is stage 1, per 2017.07 TC39.
Browse files Browse the repository at this point in the history
Fixes #65
  • Loading branch information
ljharb committed Aug 4, 2017
1 parent 8314e00 commit 48727ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | change Number.parseInt/parseFloat to not coerce null/undefined/NaN (repo link TBD) | Brendan Eich | 1 |
| | [Array.prototype.flat{Map,ten}][flat] | Brian Terlson, Michael Ficarra | 1 |
| | [Throw expressions][throw-expressions] | Rob Buckton | 1 |
| | [Binary AST][binary-ast] | Shu-yu Guo | 1 |

🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.

Expand Down Expand Up @@ -118,3 +119,4 @@ Note that as part of the onboarding process your repository name may be normaliz
[symbol-description]: https://github.com/tc39/proposal-Symbol-description
[flat]: https://github.com/tc39/proposal-flatMap
[throw-expressions]: https://github.com/rbuckton/proposal-throw-expressions
[binary-ast]: https://github.com/syg/ecmascript-binary-ast

0 comments on commit 48727ba

Please sign in to comment.