On this page

The ast-js generator parses JavaScript source files into AST (Abstract Syntax Tree) representations using the Acorn parser.

The ast-js generator accepts the following configuration options:

NameTypeDefaultDescription
inputstring | string[]-Glob pattern(s) for the JavaScript files to parse
ignorestring | string[]-Glob pattern(s) for files to exclude from parsing