js-analyzer icon indicating copy to clipboard operation
js-analyzer copied to clipboard

🧬 A visual and interactive front-end dependency analysis tool~

Results 7 js-analyzer issues
Sort by recently updated
recently updated
newest added

可以通过文件的被引用次数来筛选,找出那些未被引用的 "垃圾文件“。

js-analyzer --config ./js-analyzer.js 生成的文件目录跟名称是错误的,比如应该是src/data目录,但是弄的是srdat ![image](https://github.com/chennlang/js-analyzer/assets/5309123/f9227113-0d21-4aa8-b786-7250300c412c)

module.exports = { // Root directory root: "./src", // Directories that do not need to be analyzed ignore: ["**/node_modules/**", "**/dist/**"], // Order of preference when parsing files without extensions //...

**Describe the bug** 按照文档安装,在项目根目录启动后,点击进入到报告页面,没有任何文件 **To Reproduce** Steps to reproduce the behavior: 按照文档安装,在项目根目录启动后,点击进入到报告页面,没有任何文件 **Expected behavior** 出现项目文件 **Screenshots** ![image](https://github.com/user-attachments/assets/ff83843f-c726-41f0-afed-bd468374a732) ![image](https://github.com/user-attachments/assets/d4dcb538-324c-4d42-bb02-ad532c955344) **js-analyzer** 没有使用配置文件