Skip to content

Instantly share code, notes, and snippets.

@LucianoPAlmeida
Last active April 15, 2019 02:25
Show Gist options
  • Save LucianoPAlmeida/b15f20b3005c3117dbef9dfd15fb1a71 to your computer and use it in GitHub Desktop.
Save LucianoPAlmeida/b15f20b3005c3117dbef9dfd15fb1a71 to your computer and use it in GitHub Desktop.
SwiftSyntax SyntaxFactory
// Example of creating a Any keyword.
SyntaxFactory.makeAnyKeyword()
// Example of creating a declaration modifier with a details also create with SyntaxFactory.
SyntaxFactory.makeBlankDeclModifier().withDetail(
SyntaxFactory.makeUnknown("").withLeadingTrivia(trivia)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment