User Story: As a developer
I would like resolve functions to support optional SARIF format error output so that I can better track, analyze and integrate error reporting.
Goals:
Enable resolve functions to optionally output errors in SARIF (Static Analysis Results Interchange Format) format to provide standardized, detailed error reporting that can be consumed by various development tools.
Key requirements:
- Add optional SARIF output format for error reporting in resolve functions
- Support capturing runtime errors, validation errors, and other issues
- Include relevant metadata like error location, severity, and error code
- Allow integration with existing SARIF-compatible tools and CI/CD pipelines
Dependencies:
- SARIF specification implementation library
- Error handling middleware/utilities that can format errors into SARIF
- Test infrastructure for validating SARIF output
Acceptance Criteria
User Story: As a developer
I would like resolve functions to support optional SARIF format error output so that I can better track, analyze and integrate error reporting.
Goals:
Enable resolve functions to optionally output errors in SARIF (Static Analysis Results Interchange Format) format to provide standardized, detailed error reporting that can be consumed by various development tools.
Key requirements:
Dependencies:
Acceptance Criteria