Skip to content

feat: support relative and multiple diagnoses for narrow#445

Merged
gjbkz merged 1 commit into
mainfrom
438-relative-multiple-diagnoses
Jul 20, 2026
Merged

feat: support relative and multiple diagnoses for narrow#445
gjbkz merged 1 commit into
mainfrom
438-relative-multiple-diagnoses

Conversation

@gjbkz

@gjbkz gjbkz commented Jul 20, 2026

Copy link
Copy Markdown
Member

Summary

  • add relative paths and optional shared-issue typing to narrowing diagnoses
  • preserve lazy first-issue and ordered all-issues validation semantics
  • document and test nested object/array path prefixing and edge cases

Tests

  • npm run lint
  • npm run test:type
  • npm run test:unit
  • npm run test:example
  • npx c8 npm run test
  • bun test src --coverage --coverage-reporter=lcov
  • npm run build
  • ESM and CommonJS package-entry smoke tests

Closes #438

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.74%. Comparing base (7dfba76) to head (ae11029).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   97.73%   97.74%           
=======================================
  Files          50       50           
  Lines        2698     2703    +5     
  Branches      292      293    +1     
=======================================
+ Hits         2637     2642    +5     
  Misses         61       61           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gjbkz
gjbkz merged commit 9dda6de into main Jul 20, 2026
8 checks passed
@gjbkz
gjbkz deleted the 438-relative-multiple-diagnoses branch July 20, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

feat: support relative and multiple diagnoses for narrow

1 participant