Match JavaScript AST
analysis_ast_matchParse JavaScript code and find AST nodes by Acorn node type with optional property filters for targeted syntax analysis.
Instructions
Find AST nodes by Acorn node type and optional property filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| filter | No | ||
| nodeType | Yes | ||
| maxResults | No |