Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
add a note about “out of scope” interesting ideas
Browse files Browse the repository at this point in the history
Optional spread and optional destructuring are interesting but out of scope. Closes #55 and closes #74.
  • Loading branch information
claudepache authored Jun 9, 2019
1 parent 9ddfb75 commit 586e892
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ The following is not supported, although it has some use cases; see [Issue #18](
All the above cases will be forbidden by the grammar or by static semantics so that support might be added later.
## Out of scope
There has been various interesting ideas for applying the idea of “optional” to other constructs. However, there are not part of this proposal. For example:
* optional spread, see [Issue #55](//github.com/tc39/proposal-optional-chaining/issues/55);
* optional destructuring, see [Issue #74](//github.com/tc39/proposal-optional-chaining/issues/74).
## Open issues
### Private class fields and methods
Expand Down

0 comments on commit 586e892

Please sign in to comment.