Fix @satisfies error locations (
9a58775)
The checker now reports satisfies failures against the expression node directly, and the scanner can trace reparsed JSDoc @satisfies tags back to their originating tag for error spans. That means diagnostics now highlight the JSDoc tag itself in the common comment-based form, making these type errors much easier to understand and fix.
Other misc changes
- Updated error baselines for
@satisfiesconformance cases - Adjusted related checker/scanner test output for span changes