ipfs / ipfs/ipfs-webui

remove unused exports to clean up code

Open
#2,036 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.