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