swiftlang / swift-syntax

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

Turn some static variables into static stored constants #2729

Closed rintaro closed 1 month ago

rintaro commented 2 months ago

Computing OperatorTable.standardOperators is not trivial, make it static let instead of computed static variable. So as SyntaxProtocol.structure implementations.

rintaro commented 2 months ago

@swift-ci Please test

rintaro commented 1 month ago

@swift-ci Please test

rintaro commented 1 month ago

@swift-ci Please test Windows

rintaro commented 1 month ago

@swift-ci Please test Windows