swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.13k stars 393 forks source link

Detach node when accessing .trimmed #2690

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

Having the trimmed node be attached to a parent was not intuitive because eg. printing the parent node would have the trimmed trivia missing, most likely forming invalid Swift code.

Motivated by https://github.com/apple/swift-syntax/issues/2687

ahoppen commented 1 month ago

@swift-ci Please test