mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update docs/_posts/2021-06-30-luau-recap-june-2021.md
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
parent
149469e745
commit
c1b870925d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ We have improved the way we handled module `require` calls. Previously, we had a
|
|||
|
||||
Handling of union types in equality operators was fixed to remove incorrect error reports.
|
||||
|
||||
A new `IsA` function was introduced to check the type of a Roblox Enum.
|
||||
A new `IsA` method was introduced to EnumItem to check the type of a Roblox Enum.
|
||||
This is intended to replace the `enumItem.EnumType == Enum.NormalId` pattern in the code for a construct that allows our constraint resolver to infer better types.
|
||||
|
||||
Additional fixes include:
|
||||
|
|
Loading…
Add table
Reference in a new issue