0.572
Analysis Changes
- Fixed exported types not being suggested in autocomplete
T...
is now convertible to...any
#767- Fixed issue with
T?
not being convertible toT | T
orT?
(sometimes when internal pointer identity is different) - Fixed potential crash in missing table key error suggestion to use a similar existing key
API changes
- Add lua_getuserdatadtor by @petrihakkinen in #870
lua_topointer
now returns a pointer for strings
For extra notes about internal development, you can read #899