Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0iasm/saba
/ JsParser
Class
JsParser
core/src/renderer/js/ast.rs:176–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
#[derive(Debug)]
176
pub struct JsParser {
177
t: Peekable<JsLexer>,
178
}
179
180
impl JsParser {
181
pub fn new(t: JsLexer) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected