luaur-analysis 0.1.3

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
#[allow(non_snake_case)]
pub fn default_log_luau(_context: &str, _input: &str) {
    // The default is to do nothing because we don't want to mess with
    // the xml parsing done by the dcr script.
}