mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
eb2a2a7f15
- Temporarilly ignored comment codegen tests. - Split Simplify into SimplifyExpr and SimplifyStmt - fix lints
32 lines
537 B
JavaScript
32 lines
537 B
JavaScript
// Do not mangle to the same name
|
|
e: {
|
|
// Do not mangle to the same name
|
|
e: {
|
|
d: {
|
|
// Do not mangle to the same name
|
|
e: {
|
|
d: {
|
|
a("b");
|
|
if (// Do not mangle to the same name
|
|
e: {
|
|
d: {
|
|
a("b");
|
|
if (c) {
|
|
break // Do not mangle to the same name
|
|
e: {
|
|
d: {
|
|
a("b");
|
|
if (c) {
|
|
break d;
|
|
}
|
|
break // Do not mangle to the same name
|
|
e: {
|
|
d: {
|
|
a("b");
|
|
if (c) {
|
|
break d;
|
|
}
|
|
break e;
|
|
}
|
|
}
|