-
-
Notifications
You must be signed in to change notification settings - Fork 50
Home
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.
- 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)
- basic Travis CI
- Travis CI publishing to npm
- Code coverage
- badges to match
- move tests to cucumber
- add more unit tests (there seem to be lot of false positives)
- add itests with
tsx
files - see https://github.com/pzavolinsky/ts-unused-exports/issues/27 - add more itests (add more examples)
- test and iteratively fix as needed #41 (false positives)
- fix linting
- replace tslint with eslint-typescript
-
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
- spike detecting unused exports via
eslint-typescript
- #19