You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release Notes/601.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## New APIs
4
4
5
+
-`GenericParameterSyntax` now has a new `specifier` property.
6
+
- Description: With the introduction of value generics, generic parameters can now be optionally preceded by either a `let` or an `each`. The `specifier` property captures the token representing which one was parsed.
-`IncrementalEdit` deprecated in favor of `SourceEdit`
31
39
- Description: `IncrementalEdit` is being dropped for `SourceEdit`. `SourceEdit` has deprecated compatibility layers to make it API-compatible with `IncrementalEdit`
0 commit comments