-
Notifications
You must be signed in to change notification settings - Fork 458
Closed
Labels
CodeGenerationChanges to the CodeGeneration package that generates code in swift-syntaxChanges to the CodeGeneration package that generates code in swift-syntaxrefactoringAn internal refactoring of the codebaseAn internal refactoring of the codebase
Description
CodeGeneration still uses many raw:
interpolations, which should be avoided unless it’s really necessary. Some of these raw:
interpolations don’t need to the raw:
label anymore. For some others, we could restructure how nodes are represented in SyntaxSupport to use TokenSyntax
instead of String
, similar to what I’ve done in #1914.
Metadata
Metadata
Assignees
Labels
CodeGenerationChanges to the CodeGeneration package that generates code in swift-syntaxChanges to the CodeGeneration package that generates code in swift-syntaxrefactoringAn internal refactoring of the codebaseAn internal refactoring of the codebase