Depends on what options you used when you dodge the code. If you just remove line breaks, then Chrome dev tools can do a great job explaining syringes. But if you change the code, then you cannot get the exact previous code. (when lengthening, var logngvariable = a + b; var c = a + b; there is no way for the tool to determine the previous name logngvariable)
On the other hand, if you want non-aggregated code, you can not guess it in the first place ... :)
source share