Closed
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.