analyze_operators
Analyze RxJS operator chains to identify creation functions, performance issues, and best practices, with optional alternative suggestions.
Instructions
Analyze RxJS code for creation functions, operators, performance patterns, and best practices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | RxJS operator chain code to analyze | |
| checkPerformance | No | Whether to check for performance issues | |
| includeAlternatives | No | Whether to suggest alternative approaches |