We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ce3c8 commit 5138034Copy full SHA for 5138034
1 file changed
src/lang-patterns.md
@@ -17,10 +17,10 @@ if (let Plus(*, 10) = exp) {
17
<ul>
18
<i>Pattern</i> :
19
20
- <i>IdentifierPattern</i><br>
+ [lookahead ≠ <b>undefined</b> if pattern is nested] <i>IdentifierPattern</i><br>
21
<i>ArrayPattern</i><br>
22
<i>ObjectPattern</i><br>
23
- <i>ConstantPattern</i> [if not the root of the whole matching pattern]
+ <i>ConstantPattern</i> [if pattern is nested]
24
</ul>
25
26
0 commit comments