File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/PublicModules/PADSwiftInterfaceDiff/SwiftInterfaceParser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Select latest Xcode
26
26
uses : maxim-lobanov/setup-xcode@v1
27
27
with :
28
- xcode-version : ' 16.1 '
28
+ xcode-version : ' 15.4 '
29
29
30
30
- name : 🚚 Fetch repo
31
31
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import SwiftSyntax
15
15
class SwiftInterfaceParser : SyntaxVisitor , SwiftInterfaceParsing {
16
16
17
17
// TODO: Handle (Nice to have)
18
+ // - IfConfigClauseListSyntax
18
19
// - DeinitializerDeclSyntax
19
20
// - PrecedenceGroupDeclSyntax
20
21
// - OperatorDeclSyntax
21
- // - IfConfigClauseListSyntax
22
22
// - ... (There are more but not important right now)
23
23
24
24
private var scope : Scope = . root( elements: [ ] )
You can’t perform that action at this time.
0 commit comments