JScrewIt
JScrewIt copied to clipboard
Better comment handling
Currently, only comments after short code with only one simple object (such as Boolean, number and string literal, one-element array or one-parameter functions) would be deleted, but otherwise code will be transformed with comment. I think the best way handling comments is unconditional deletion, but you can also create an option for toggling comments deletion just in case.