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.
2 parents ee69a87 + 1ffd693 commit a1888c8Copy full SHA for a1888c8
config.yml
@@ -1698,11 +1698,26 @@ nodes:
1698
- name: value
1699
type: node
1700
kind: pattern expression
1701
+ comment: |
1702
+ Represents the value to capture.
1703
+
1704
+ foo => bar
1705
+ ^^^
1706
- name: target
1707
1708
kind: LocalVariableTargetNode
1709
1710
+ Represents the target of the capture.
1711
1712
1713
1714
- name: operator_loc
1715
type: location
1716
1717
+ Represents the location of the `=>` operator.
1718
1719
1720
+ ^^
1721
comment: |
1722
Represents assigning to a local variable in pattern matching.
1723
0 commit comments