You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/scopeSupportFacetInfos.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,10 +323,6 @@
323
323
-`surroundingPair` A delimiter pair, such as parentheses or quotes
324
324
-`surroundingPair.iteration` The iteration scope for delimiter pairs
325
325
326
-
### private.switchStatementSubject
327
-
328
-
-`switchStatementSubject` The subject of a switch statement
329
-
330
326
### xmlBothTags
331
327
332
328
-`tags` Both tags in a xml element
@@ -405,6 +401,7 @@
405
401
-`value.resource.iteration` Iteration scope for values in a 'with' / 'use' / 'using' statement: the resource list. The domain should be the entire statement.
406
402
-`value.return` Return value of a function
407
403
-`value.return.lambda` Implicit return value from a lambda
404
+
-`value.switch` The value / subject of a switch statement
408
405
-`value.typeAlias` Value of a type alias declaration
409
406
-`value.variable` Value (RHS) of a variable declaration
410
407
-`value.variable.pattern` Value (RHS) of a variable declaration with pattern destructuring
0 commit comments