Skip to content

Reduce number of raw: interpolations in CodeGeneration #1977

Closed
@ahoppen

Description

@ahoppen

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-syntaxrefactoringAn internal refactoring of the codebase

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions