luaur-analysis 0.1.0

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
#[derive(Debug, Clone)]
pub struct HoldConditionalExecution {
    pub(crate) reset_to_false: bool,
    pub(crate) p: *mut crate::records::lint_global_local::LintGlobalLocal,
}