1.0.0 • Published 2 years ago

bonsai-zen v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
1.0.0

2 years ago