1.1.0
Benjamin-Dobell
released this
31 Jul 19:35
·
233 commits
to master
since this release
- Ctrl/Cmd + Click ("Go To") on a string literal argument of a require("file") now takes you to the return value of the referenced file, rather than simply opening the file.
- Fixed type resolution of require("file") expressions, where the referenced file has no return statements.
- Added/fixed support for negative number literal types.
- Type inference will now handle unary minus (negate) expressions, where the operand is a number literal. String literals representing values that Lua will silently coerce to a number are also handled.