Punt on type declarations

This commit is contained in:
Daniel P H Fox (Roblox) 2025-01-29 12:32:06 -08:00 committed by GitHub
parent 0d205d42a0
commit ad1b7afdc2
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,7 @@ In particular, this proposal punts on implementation at sites of usage:
- Destructuring re-assignment (as opposed to destructuring `local` declarations) - Destructuring re-assignment (as opposed to destructuring `local` declarations)
- Defaults for destructured fields (unclear how this interacts with function default arguments) - Defaults for destructured fields (unclear how this interacts with function default arguments)
- Unnamed function parameters (destructuring a parameter doesn't name the parameter) - Unnamed function parameters (destructuring a parameter doesn't name the parameter)
- Type declarations on keys (for providing types when destructuring a function argument)
The purpose of this proposal is to instead find consensus on specific syntax for the matching itself. The purpose of this proposal is to instead find consensus on specific syntax for the matching itself.