We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18906c0 commit cc7fdf5Copy full SHA for cc7fdf5
1 file changed
config.yml
@@ -3478,12 +3478,32 @@ nodes:
3478
fields:
3479
- name: expression
3480
type: node
3481
+ comment: |
3482
+ The expression used in the pinned expression
3483
+
3484
+ foo in ^(bar)
3485
+ ^^^
3486
- name: operator_loc
3487
type: location
3488
3489
+ The location of the `^` operator
3490
3491
3492
+ ^
3493
- name: lparen_loc
3494
3495
3496
+ The location of the opening parenthesis.
3497
3498
3499
3500
- name: rparen_loc
3501
3502
3503
+ The location of the closing parenthesis.
3504
3505
3506
3507
comment: |
3508
Represents the use of the `^` operator for pinning an expression in a pattern matching expression.
3509
0 commit comments