File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33## New APIs
44
5+ - ` IntegerLiteralExprSyntax ` and ` FloatLiteralExprSyntax ` now have a computed ` representedLiteralValue ` property.
6+ - Description: Allows retrieving the represented literal value when valid.
7+ - Issue: https://github.com/apple/swift-syntax/issues/405
8+ - Pull Request: https://github.com/apple/swift-syntax/pull/2605
9+
510## API Behavior Changes
611
712## Deprecations
813
914## API-Incompatible Changes
1015
16+ - Moved ` Radix ` and ` IntegerLiteralExprSyntax.radix ` from ` SwiftRefactor ` to ` SwiftSyntax ` .
17+ - Description: Allows retrieving the radix value from the ` literal.text ` .
18+ - Issue: https://github.com/apple/swift-syntax/issues/405
19+ - Pull Request: https://github.com/apple/swift-syntax/pull/2605
20+
1121## Template
1222
1323- * Affected API or two word description*
You can’t perform that action at this time.
0 commit comments