Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
impl 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
derive
Function · 0.80
derive
Function · 0.80
make_body
Function · 0.80
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected