Open GuillaumeGomez opened 3 years ago
For example:
let x = 12 for (var i = 0; i < x; ++i) {}
When minifying, a ";" should be added after ";" (or the "\n" shouldn't be removed since it acts the same way...).
For example:
When minifying, a ";" should be added after ";" (or the "\n" shouldn't be removed since it acts the same way...).