luau-analyze 0.0.1

In-process Luau type checker for Rust
Documentation
1
2
3
4
5
-- expect: fail
--!strict

local todo = Todo.create():content("Call missing method"):save()
todo:archive()