luau-analyze 0.0.1

In-process Luau type checker for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
-- expect: pass
--!strict

local todo = Todo.create()
    :content("Review plan")
    :due("2026-03-06")
    :save()

todo:complete()
local generated_id = make_id("todo")
local _: string = generated_id