Skip to content

remove or unexport unused TypeScript exports

Administrator requested to merge rm-unused-code into rm-unused-pages

Created by: sqs

  • Removes unused exports that are not used anywhere
  • Unexports bindings that were only used in the same module

I used ts-unused-exports to produce an initial list and manually fixed all of the locations that seemed worthwhile.

(This is an internal refactor and does not affect users, so it does not merit a changelog entry.)

Merge request reports

Loading