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

Commit 586e892

Browse files
authored
add a note about “out of scope” interesting ideas
Optional spread and optional destructuring are interesting but out of scope. Closes #55 and closes #74.
1 parent 9ddfb75 commit 586e892

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ The following is not supported, although it has some use cases; see [Issue #18](
159159
160160
All the above cases will be forbidden by the grammar or by static semantics so that support might be added later.
161161
162+
## Out of scope
163+
164+
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:
165+
166+
* optional spread, see [Issue #55](//github.com/tc39/proposal-optional-chaining/issues/55);
167+
* optional destructuring, see [Issue #74](//github.com/tc39/proposal-optional-chaining/issues/74).
168+
162169
## Open issues
163170
164171
### Private class fields and methods

0 commit comments

Comments
 (0)