Skip to content
Sean Ryan edited this page Nov 2, 2019 · 39 revisions

Welcome to the ts-unused-exports wiki!

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

Roadmap:

CI build:

  • basic Travis CI
  • Travis CI publishing to npm
  • [in progress] Code coverage
  • badges to match

Tests:

Tools:

  • fix linting
  • replace tslint with eslint-typescript
  • add prettier
  • script npm publish with changelog update
  • lint-staged

Issues:

  • what issues are the most important?

  • [fixed?] #34 - Maximum call stack size exceeded

  • [fixed?] #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)

  • #13 Support dynamic imports

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

Spikes:

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