remove unused exports to clean up code
Open
exp/beginner
P3
status/ready
topic/dependencies
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 534
- PR merge metrics
- No merged PRs in 30d
Description
Part of #1965
- [ ] run `npx -y ts-unused-exports tsconfig.json {src,test}/**/*.js` and get rid of any exports that are unused.
- [ ] run `npx -y unused-exports --path ./src --ignore node_modules/` and get rid of any exports that are unused
- [ ] run https://github.com/MatthieuLemoine/unused-webpack-plugin and enable `failOnUnused`
- [ ] Remove any dead code
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.