mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 11:00:58 +01:00
Punt on type declarations
This commit is contained in:
parent
0d205d42a0
commit
ad1b7afdc2
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ In particular, this proposal punts on implementation at sites of usage:
|
|||
- Destructuring re-assignment (as opposed to destructuring `local` declarations)
|
||||
- Defaults for destructured fields (unclear how this interacts with function default arguments)
|
||||
- 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue