analyze_async_patterns
Detect async performance issues in Node.js projects by analyzing for awaits in loops, sequential awaits, and blocking operations.
Instructions
Detect async performance issues including await in loops, sequential awaits, and blocking operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute or relative path to the Node.js project to analyze |