MCPcopy Create free account
hub / github.com/csskit/csskit / ast

Method ast

crates/csskit_wasm/src/lib.rs:221–223  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

219impl SerializableParserResult {
220 #[wasm_bindgen(getter)]
221 pub fn ast(&self) -> JsValue {
222 self.ast.clone()
223 }
224
225 #[wasm_bindgen(getter)]
226 pub fn diagnostics(&self) -> Vec<JsValue> {

Callers 3

deriveFunction · 0.80
deriveFunction · 0.80
make_bodyFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected