Commit 2024-10-28 10:57 d886d6dd

View on Github →

feat: add by how many modules imports grew (#18303) This PR makes the minImports linter report more information:

  • the number of increase imports,
  • which previously minimal imports became redundant,
  • which new minimal imports should be added. Prompted by this Zulip thread.

Estimated changes