luaur-analyze-cli 0.1.0

Standalone Luau type-checker CLI (Rust).
Documentation
1
2
3
4
5
6
7
8
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
pub enum ReportFormat {
    #[default]
    Default,
    Luacheck,
    Gnu,
}