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.
2 parents be1e888 + 925ad07 commit 8c1977dCopy full SHA for 8c1977d
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