diff_ast
Compare two TypeScript or JavaScript files to detect structural changes, reporting added, removed, or modified symbols. Use to understand code differences between file versions.
Instructions
Compares two TypeScript/JavaScript files structurally, reporting added/removed/modified symbols
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_path | Yes | Absolute path to the new version of the file | |
| old_path | Yes | Absolute path to the old version of the file |