ast-stringify
Gets rid of useless properties for when debugging or working with ASTs.
import stringify from 'ast-stringify';
const str = stringify(ast, null, 2);
ast stringify
Gets rid of useless properties for when debugging or working with ASTs.
import stringify from 'ast-stringify';
const str = stringify(ast, null, 2);