Merge branch 'master' into alexmccord-patch-1

This commit is contained in:
Alexander McCord 2022-02-17 16:15:55 -08:00 committed by GitHub
commit 1a07467594
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -23,12 +23,6 @@ This document tracks unimplemented RFCs.
**Status**: Implemented but depends on new transaction log implementation that is not fully live yet.
## Default type parameters
[RFC: Default type alias type parameters](https://github.com/Roblox/luau/blob/master/rfcs/syntax-default-type-alias-type-parameters.md)
**Status**: Implemented but not fully rolled out yet.
## Nil-forgiving operator
[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md)

View file

@ -1,5 +1,7 @@
# Default type alias type parameters
**Status**: Implemented
## Summary
Introduce syntax to provide default type values inside the type alias type parameter list.