pub trait ToESTree {
    fn to_estree(&self) -> JSON;
}
Expand description

ToESTree de-parses an AST struct into its Esprima representation.

Required Methods

Implementors