Files
hyperframes/packages
Miguel Ángel 8bc99ebd9d fix(core): separate info count from warning count in linter results
The linter was computing warningCount as findings.length - errorCount,
which lumped info-severity findings into the warning count. Now counts
warnings and infos separately, and adds a new infoCount field.

Reproducer:
  # Create composition with timed element missing class="clip"
  npx hyperframes lint        # Was: "0 errors, 1 warning(s)"
  npx hyperframes lint --json # Was: severity: "info" but warningCount: 1
  # Now warningCount: 0, infoCount: 1
2026-03-30 18:29:47 +02:00
..
2026-03-29 10:10:03 +00:00
2026-03-29 10:10:03 +00:00
2026-03-29 10:10:03 +00:00