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 2
2
3
3
## New APIs
4
4
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
+
5
10
## API Behavior Changes
6
11
12
+ - Moved ` Radix ` and ` IntegerLiteralExprSyntax.radix ` from ` SwiftRefactor ` to ` SwiftSyntax ` .
13
+ - Description: Allows retrieving the radix value from the ` literal.text ` .
14
+ - Issue: https://github.com/apple/swift-syntax/issues/405
15
+ - Pull Request: https://github.com/apple/swift-syntax/pull/2605
16
+
7
17
## Deprecations
8
18
9
19
## API-Incompatible Changes
You can’t perform that action at this time.
0 commit comments