luaur-analysis 0.1.3

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Node: `cxx:Method:Luau.Analysis:Analysis/src/AstJsonEncoder.cpp:73:ast_json_encode`
//! Source: `Analysis/src/AstJsonEncoder.cpp` (AstJsonEncoder.cpp:73-76, hand-ported)

use crate::records::ast_json_encoder::AstJsonEncoder;

impl AstJsonEncoder {
    // writeRaw(std::string_view) — pinned overload name
    pub fn write_raw_string_view(&mut self, sv: &str) {
        self.append_chunk(sv);
    }
}