Struct parse_js::ParseOutput
source · pub struct ParseOutput {
pub node_map: NodeMap,
pub scope_map: ScopeMap,
pub top_level_node_id: NodeId,
pub top_level_scope_id: ScopeId,
}
Fields§
§node_map: NodeMap
§scope_map: ScopeMap
§top_level_node_id: NodeId
§top_level_scope_id: ScopeId