The ast generator parses Markdown API documentation files into AST (Abstract Syntax Tree) representations, parallelizing the parsing across worker threads for better performance.
The ast generator accepts the following configuration options:
| Name | Type | Default | Description |
|---|---|---|---|
input | string | string[] | - | Glob pattern(s) for the Markdown files to parse |
ignore | string | string[] | - | Glob pattern(s) for files to exclude from parsing |