mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Added information about new lint
This commit is contained in:
parent
62c8a3ecdc
commit
861e3f7cdb
1 changed files with 9 additions and 0 deletions
|
@ -138,6 +138,15 @@ local function g(x: number)
|
|||
end
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
We have also introduced a check for misspelled comment directives:
|
||||
|
||||
```lua
|
||||
--!non-strict
|
||||
-- ^ Unknown comment directive 'non-strict'; did you mean 'nonstrict'?
|
||||
```
|
||||
|
||||
## Performance improvements
|
||||
|
||||
For performance, we have changed how our Garbage Collector collects unreachable memory.
|
||||
|
|
Loading…
Add table
Reference in a new issue