keep_continue: { options = { dead_code: true, evaluate: true, } input: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } expect: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } } it.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : tracifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS