mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Small fix
This commit is contained in:
parent
c130fdcca5
commit
7361c2082d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ They do not affect how the typechecking of Luau scripts is performed.
|
|||
## Typechecking improvements
|
||||
|
||||
Speaking of typechecking, we've implemented many improvements this month:
|
||||
* Typechecker will now visit bodies of all member functions, previously we didn't check methods if the self type was unknown
|
||||
* Typechecker will now visit bodies of all member functions, previously it didn't check methods if the self type was unknown
|
||||
* Made improvements to cyclic module import detection and error reporting
|
||||
* Fixed incorrect error on modification of table intersection type fields
|
||||
* When using an 'or' between a nillable type and a value, the resulting type is now inferred to be non-nil
|
||||
|
|
Loading…
Add table
Reference in a new issue