analyze_operators
Analyze RxJS operator chains for creation functions, performance patterns, and best practices. Identifies issues and suggests alternative approaches to optimize reactive programming code.
Instructions
Analyze RxJS code for creation functions, operators, performance patterns, and best practices
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | RxJS operator chain code to analyze | |
| includeAlternatives | No | Whether to suggest alternative approaches | |
| checkPerformance | No | Whether to check for performance issues |