pub fn decode_typescript( cx: &mut ReadCx<'_>, source: &str, budget: &mut DecodeBudget, ) -> Result<Expr>
Decode admitted TypeScript to its direct JavaScript graph.