This fixes output for:
if (foo) {
moo: if (bar) {
break moo;
}
} else {
baz();
}
(the labeled statement must be outputted inside brackets)
|
||
|---|---|---|
| .. | ||
| ast.js | ||
| compress.js | ||
| output.js | ||
| parse.js | ||
| scope.js | ||
| sourcemap.js | ||
| utils.js | ||