Commit f902113
authored
File tree
1,310 files changed
+2593
-1099
lines changed- Sources/SyntaxSparrow
- Internal/Resolvers/Declaration
- Public
- Extensions
- Protocols
- Semantics
- Components
- Declarations
- SyntaxSparrow.doccarchive
- data/documentation
- syntaxsparrow
- accessor
- kind-swift.enum
- actor
- arraydecl
- decltype-swift.enum
- associatedtype
- attribute
- argument
- class
- closure
- codeblock
- kind
- statement
- kind-swift.enum
- conditionalcompilationblock
- branch
- keyword-swift.enum
- declarationcollection
- deinitializer
- dictionarydecl
- decltype-swift.enum
- effectspecifiers
- entitytype
- enumeration
- case
- extension
- function
- signature-swift.struct
- genericparameter
- genericrequirement
- relation-swift.enum
- import
- initializer
- modifierassessing
- modifier
- operator
- kind-swift.enum
- parameter
- precedencegroup
- associativity-swift.enum
- relation
- protocoldecl
- result
- setdecl
- sparrowsourcelocationconverter
- structure
- subscript
- swiftsyntax
- syntaxprotocol
- swift
- collection
- syntaxchildcollecting
- syntaxexplorercontextproviding
- syntaxexplorercontext
- syntaxrepresenting
- syntaxsourcedetails
- syntaxsourcelocation
- position
- syntaxtreeerror
- syntaxtree
- tuple
- typealias
- variable
- documentation/syntaxsparrow
- actor
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- class
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- enumeration
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- extension
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- function
- containsmodifierwithkeyword(_:withdetail:)
- isasync
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- isthrowing
- modifierassessing-implementations
- signature-swift.struct/rawoutputtype
- initializer
- containsmodifierwithkeyword(_:withdetail:)
- isconvenience
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- isrequired
- modifierassessing-implementations
- modifierassessing
- containsmodifierwithkeyword(_:withdetail:)-3piqq
- containsmodifierwithkeyword(_:withdetail:)-3zqno
- isfileprivate-269v
- isfileprivate-7bvs4
- isfinal-6oh7x
- isfinal-6z1k
- isinternal-5zb40
- isinternal-6zaz3
- isopen-7l9te
- isopen-wj5y
- isprivate-27jyg
- isprivate-4ex2n
- ispublic-1mbn7
- ispublic-4peeu
- modifiers
- protocoldecl
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- structure
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- subscript
- containsmodifierwithkeyword(_:withdetail:)
- isasync
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- isthrowing
- modifierassessing-implementations
- swift/collection/containskeyword(_:withdetail:)
- typealias
- containsmodifierwithkeyword(_:withdetail:)
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivate
- ispublic
- modifierassessing-implementations
- variable
- containsmodifierwithkeyword(_:withdetail:)
- isasync
- iscomputed
- isfileprivatesetter
- isfileprivate
- isfinal
- isinternal
- isopen
- isprivatesetter
- isprivate
- ispublic
- isstored
- isthrowing
- modifierassessing-implementations
- index
- Tests/SyntaxSparrowTests
- Declarations
- Extensions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,310 files changed
+2593
-1099
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
192 | 233 | | |
| 234 | + | |
193 | 235 | | |
194 | 236 | | |
195 | 237 | | |
| |||
294 | 336 | | |
295 | 337 | | |
296 | 338 | | |
297 | | - | |
| 339 | + | |
298 | 340 | | |
299 | 341 | | |
300 | 342 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
100 | 115 | | |
101 | 116 | | |
102 | 117 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 22 | + | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
| |||
Lines changed: 166 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
54 | 69 | | |
55 | 70 | | |
56 | 71 | | |
| |||
170 | 185 | | |
171 | 186 | | |
172 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
173 | 207 | | |
174 | 208 | | |
175 | 209 | | |
| |||
0 commit comments