Skip to content
Sean Ryan edited this page Oct 28, 2019 · 39 revisions

Welcome to the ts-unused-exports wiki!

Contributions are welcome - for inspiration, see our open issues or our roadmap below.

Roadmap:

  • merge the 4 PRs that were used in the fork ts-unused-exports-updated
  • add release doc CHANGELOG.md
  • release (minor patch?)
  • up the TypeScript version to 3.x (recommend to have a separate release, in case this causes issues for older projects)
  • release (major)

CI build:

  • basic Travis CI
  • Travis CI publishing to npm
  • Code coverage
  • badges to match

Tests:

Tools:

  • fix linting
  • replace tslint with eslint-typescript

Issues:

  • what issues are the most important?

  • #34 - Maximum call stack size exceeded

  • #29 - Cannot find .d.ts file in subdirectory

  • #31 - Support exports destructured from array

  • fix import paths: #26, #37 - tsconfig aliases

  • test/fix barreling (index.ts files)

  • #30 - Add option to ignore exported names used only in same file

Spikes:

  • spike detecting unused exports via eslint-typescript - #19
Clone this wiki locally