File tree 1 file changed +10
-0
lines changed
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
7
12
## Deprecations
8
13
9
14
## API-Incompatible Changes
10
15
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
+
11
21
## Template
12
22
13
23
- * Affected API or two word description*
You can’t perform that action at this time.
0 commit comments