On this page

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

Attributes
input:string | string[]
Glob pattern(s) for the JavaScript files to parse.
ignore:string | string[]
Glob pattern(s) for files to exclude from parsing.