PerimeterX / restringer

A Javascript Deobfuscator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request - Module to remove chained assignment.

akbenjii opened this issue · comments

Any sort of normalize module to removed chained assignment.

EX. const foo = 5, bar = 7; => const foo = 5; const foo = 7;

If there won't be any takers I'll do it myself :)