mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Added 'Coming Soon' for type refinements
This commit is contained in:
parent
38222a3586
commit
43930c0c72
1 changed files with 5 additions and 1 deletions
|
@ -39,4 +39,8 @@ Read more about the feature [on Roblox Developer forums](https://devforum.roblox
|
|||
|
||||
Backwards compatibility is important for Luau, but sometimes a change is required to fix corner cases in the language / libraries or to improve performance. Even still, we try to keep impact of these changes to a minimum:
|
||||
|
||||
* __eq tag method will always get called for table comparisons even when a table is compared to itself.
|
||||
* __eq tag method will always get called for table comparisons even when a table is compared to itself
|
||||
|
||||
## Coming soon...
|
||||
|
||||
* Better type refinements for statements under a condition using a new constraint resolver. Luau will now understand complex conditions combining `and`/`not` and type guards with more improvements to come
|
||||
|
|
Loading…
Add table
Reference in a new issue