analyze_operators
Analyze RxJS operator chains to identify performance issues, validate best practices, and suggest alternative approaches.
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 |