echo094 / decode-js

JS混淆代码的AST分析工具 AST analysis tool for obfuscated JS code
MIT License
547 stars 295 forks source link

visitor: move delete-unused-variables to a single file and add exceptions #56

Closed echo094 closed 8 months ago

echo094 commented 8 months ago

This lint config is used in multiple plugins. Thus, it's better to be posited in the visitor folder.

Meanwhile, the ForInStatement exception is added regarding #50