Amjad Masad cb03a98b65 Add minified format option
As a follow up from #3145 we agreed to add a new format that is a
superset of the compact format option. Do things that are considered
dangerous. e.g. not printing semicolons, or print literal values
as opposed to raw values.
2015-12-09 17:34:23 -08:00

2 lines
73 B
JavaScript

function foo(){var x=1;y();if(bar){baz()}return}function bar(){for(;;);}