oxc_transformer 0.136.0

A collection of JavaScript tools written in Rust.
Documentation
1
2
3
4
5
6
use crate::state::TransformState;

pub type TraverseCtx<'a> = oxc_traverse::TraverseCtx<'a, TransformState<'a>>;

/// Type alias for backward compatibility.
pub type TransformCtx<'a> = TransformState<'a>;