Commit 2024-11-07 03:11 ccc281fd

View on Github →

feat: rewrite the duplicateImports linter (#17555) as part of the header linter. This yields better error spans, is more robust (as it avoids false positives from text-based parsing) and yields results more quickly (providing a better user experience). Also rewrite the broadImports linter to log warnings directly, as opposed to passing them down to the headerLinter and logging them there.

Estimated changes