luaur-analysis 0.1.3

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
6
//! Node: `cxx:Method:Luau.Analysis:Analysis/src/AstJsonEncoder.cpp:88:ast_json_encoder_write`
//! Source: `Analysis/src/AstJsonEncoder.cpp:88-98` (hand-ported)
//! C++ `template<typename T> void write(string_view propName, const T& value)`.
//! The Rust form of this template is the generic `AstJsonEncoder::write` in
//! `ast_json_encoder_write_primitives` (overload set = the `WriteJson` trait).
pub use crate::methods::ast_json_encoder_write_primitives::WriteJson;