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);
Gets rid of useless properties for when debugging or working with ASTs.
import stringify from 'ast-stringify';
const str = stringify(ast, null, 2);
npm i ast-stringify
5,179
0.1.0
SEE LICENSE IN LICENSE
6.33 kB
5