luaur-analysis 0.1.0

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
//! Node: `cxx:Function:Luau.Analysis:Analysis/include/Luau/Type.h:252:get`
//! Source: `Analysis/include/Luau/Type.h:252-259` (hand-ported)
//!
//! The body lives in `get_singleton_type.rs` (the signature-pinned overload
//! name callers are instructed to use); this node re-exports it.

#[allow(unused_imports)]
pub use crate::functions::get_singleton_type::get_singleton_type;
#[allow(unused_imports)]
pub use crate::functions::get_singleton_type::get_singleton_type as get;