find dead JavaScript code?

后端 未结 8 925
醉酒成梦
醉酒成梦 2020-12-05 05:51

We are refactoring a legacy web app and as a result are \"killing\" quite a lot of JavaScript code but we\'re afraid of deleting what we think is dead code due to not being

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-05 06:35

    You can use deadfile library: https://m-izadmehr.github.io/deadfile/

    It can simply find unused files, in any JS project.

    Without any config, it supports ES6, JSX, and Vue files:

提交回复
热议问题