tc39 / proposal-optional-chaining

https://tc39.github.io/proposal-optional-chaining/
4.94k stars 75 forks source link

Mark as Stage 3 Draft #128

Closed bennycode closed 4 years ago

bennycode commented 4 years ago

According to this page the proposal is in Stage 3 and not in Stage 4.

mAAdhaTTah commented 4 years ago

@rolivo That is incredibly rude and uncalled for.

@bennyn Optional chaining has only recently advanced to Stage 4, so not all references have been updated to reflect this, but it will be included in the next version of the spec.

biolauri commented 4 years ago

@bennyn, you could request that their page reflect the latest spec by opening an issue on tc39/tc39.github.io/issues.

You can find the latest tc39 spec with Optional Chaining to be sure that it reached stage 4. Their list of finished proposals does also contain Optional Chaining.

Whobeu commented 4 years ago

According to this page the proposal is in Stage 3 and not in Stage 4.

On the page you reference, there is a link to https://github.com/tc39/proposal-optional-chaining/ that says Stage 4. The page you reference has not been updated but what it references, has.

claudepache commented 4 years ago

@bennyn Thank you for having noticed that there was a discrepancy between the spec text and the explainer. I’ve opened PR #129 in order to correct this.