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.
1 parent e149b01 commit 925ad07Copy full SHA for 925ad07
Sources/SwiftSyntax/Documentation.docc/Working with SwiftSyntax.md
@@ -188,6 +188,7 @@ trees when the `SwiftSyntaxBuilder` module is also imported:
188
```
189
import SwiftSyntax
190
import SwiftParser
191
+import SwiftSyntaxBuilder
192
193
// `file` is a source file syntax node containing the parsed value of the
194
// provided text.
0 commit comments