bonsai-zen
v1.0.0
Published
A tool to investigate javascript AST and check functions complexity
Downloads
1
Readme
Bonsai
Description
A tool for AST investigation.
Usage
To execute de REPL:
[sudo] bonsai-zen ./samples/sum.js
Use this example on REPL:
search(parsedTraverse, 'BinaryExpression', 'type')
Or directly to the command line:
[sudo] bonsai-zen .\samples\complex-fn.js type Array includes