Skip to content

Commit e709650

Browse files
committed
unified: Rebuild generated files
The astute reader will note that we seem to _lose_ some node types in the process. Apparently, these were unreachable in the grammar, and the newer version of tree-sitter removes such "dead code".
1 parent 513c7bb commit e709650

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

unified/extractor/tree-sitter-swift/node-types.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ unnamed:
537537
- "continue"
538538
- "convenience"
539539
- "deinit"
540-
- "delegate"
541540
- "didSet"
542541
- "distributed"
543542
- "do"
@@ -586,22 +585,18 @@ unnamed:
586585
- "os"
587586
- "override"
588587
- "package"
589-
- "param"
590588
- "postfix"
591589
- "precedencegroup"
592590
- "prefix"
593591
- "private"
594-
- "property"
595592
- "protocol"
596593
- "public"
597-
- "receiver"
598594
- "repeat"
599595
- "required"
600596
- "return"
601597
- "selector"
602598
- "self"
603599
- "set"
604-
- "setparam"
605600
- "setter:"
606601
- "some"
607602
- "static"
@@ -613,8 +608,6 @@ unnamed:
613608
- "targetEnvironment"
614609
- "true"
615610
- "try"
616-
- "try!"
617-
- "try?"
618611
- "typealias"
619612
- "u"
620613
- "unavailable"

0 commit comments

Comments
 (0)