Skip to content

Commit

Permalink
Links
Browse files Browse the repository at this point in the history
leobalter authored and rwaldron committed Aug 4, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 0d3f724 commit 16ee30d
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions es8/2017-07/summary.md
Original file line number Diff line number Diff line change
@@ -9,33 +9,33 @@

## New Proposals

- [Cancellation](): advanced to Stage 1 with six champions to investigate API that is compatible across platforms
- [Symbol.prototype.description](): advanced to Stage 1 for further discussion.
- [Binary AST](): advanced to Stage 1 to keep exploring the design space
- [Number.parseInt and Number.parseFloat changes](): Brendan Eich will prepare a Stage 1 proposal to return `NaN` instead for `null`, `undefined`, and `NaN`.
- [Optional Catch Binding `try {} catch {} `](): advanced straight to Stage 3
- [Array.prototype.flat{ten, Map}](): Stage 1, willing to explore alternatives to isConcatSpreadable
- [Throw Expressions `throw new Error('')`](): Stage 1, to explore the space of turning statements into expressions.
- [Cancellation](jul-25.md#9iva-cancellation): advanced to Stage 1 with six champions to investigate API that is compatible across platforms
- [Symbol.prototype.description](jul-25.md#11iib-symbolprototypedescription): advanced to Stage 1 for further discussion.
- [Binary AST](jul-26.md#13iiic-binary-ast): advanced to Stage 1 to keep exploring the design space
- [Number.parseInt and Number.parseFloat changes](jul-26.md#13iib-consider-changing-numberparseint-and-numberparsefloat): Brendan Eich will prepare a Stage 1 proposal to return `NaN` instead for `null`, `undefined`, and `NaN`.
- [Optional Catch Binding `try {} catch {} `](jul-27.md#11iva-optional-catch-binding): advanced straight to Stage 3
- [Array.prototype.flat{ten, Map}](jul-27.md#11iiib-arrayprototypeflatten-map): Stage 1, willing to explore alternatives to isConcatSpreadable
- [Throw Expressions `throw new Error('')`](jul-27.md#13iiif-throw-expressions): Stage 1, to explore the space of turning statements into expressions.

## Moving Forward

- [Promise.prototype.finally](): advanced to Stage 3
- [Intl.RelativeTimeFormat](): advanced to Stage 2, with specific terminology to be discussed
- [BigInt `10n`](): advanced to Stage 3
- [Numeric Separators `1_000`](): advanced to Stage 2
- [export-ns-from `export * as ns from 'mod'`](): advanced as a "needs consensus PR" to be presented in a further meetings for final approval.
- [Temporal Proposal](): remained on Stage 2, but addressed important questions for futher advancing.
- [Class Fields](): advanced to Stage 3
- [Private methods and accessors](): advanced to Stage 2
- [Promise.prototype.finally](jul-25.md#11iic-promiseprototypefinally-seeking-stage-3): advanced to Stage 3
- [Intl.RelativeTimeFormat](jul-25.md#11iid-intlrelativetimeformat-for-stage-2): advanced to Stage 2, with specific terminology to be discussed
- [BigInt `10n`](jul-26.md#11iiia-bigint-for-stage-3): advanced to Stage 3
- [Numeric Separators `1_000`](jul-27.md#11iig-numeric-separators-for-stage-2): advanced to Stage 2
- [export-ns-from `export * as ns from 'mod'`](jul-27.md#11iie-export-ns-from-and-export-default-from-for-stage-2): advanced as a "needs consensus PR" to be presented in a further meetings for final approval.
- [Temporal Proposal](jul-27.md#11iif-temporal-proposal-updates): remained on Stage 2, but addressed important questions for futher advancing.
- [Class Fields](jul-27.md#11ivc-class-fields-for-stage-3): advanced to Stage 3
- [Private methods and accessors](jul-27.md#11ivd-private-methods-and-accessors-for-stage-2): advanced to Stage 2

## Needs work

- [Intl.Segmenter](): remains on Stage 2. It needs more discussion on implementing/adopting ICU before advancing to Stage 3.
- [Function.prototype.toString](): remains on Stage 3, waiting for implementation feedback.
- [Module/script pragma, "use module";](): remains on Stage 1, to advance, "_someone should collect data on how often on the web modules are loaded as scripts and vice-versa, and report back_".
- [export-default-from `export default from 'mod'`](): remains on Stage 1 for refining and further discussions.
- [Decorators `@a class A{}`](): remains on Stage 2
- [Optional Chaining Operators](): remains on Stage 1, will come back later with clearer definitions for various options and answers to feedback
- [Intl.Segmenter](jul-25.md#11ia-intlsegmenter-for-stage-3): remains on Stage 2. It needs more discussion on implementing/adopting ICU before advancing to Stage 3.
- [Function.prototype.toString](jul-25.md#11iia-functionprototypetostring-looking-for-stage-4): remains on Stage 3, waiting for implementation feedback.
- [Module/script pragma, "use module";](jul-26.md#9ivb-modulescript-pragma-for-stage-2): remains on Stage 1, to advance, "_someone should collect data on how often on the web modules are loaded as scripts and vice-versa, and report back_".
- [export-default-from `export default from 'mod'`](jul-27.md#11iie-export-ns-from-and-export-default-from-for-stage-2): remains on Stage 1 for refining and further discussions.
- [Decorators](jul-27.md#11ive-interaction-of-privacy-fields-and-decorators): remains on Stage 2, but got an important revamp.
- [Optional Chaining Operators](jul-27.md#13iia-optional-chaining-operator): remains on Stage 1, will come back later with clearer definitions for various options and answers to feedback



0 comments on commit 16ee30d

Please sign in to comment.