pub fn decode_javascript_tree( cx: &mut ReadCx<'_>, source_id: impl Into<String>, input: Input, ) -> Result<LocatedExprTree>
Decode into a recursively located expression tree.