mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
30af06bb70
swc_ecmascript: - add `ExprStmt`. - change type of regex.expression and regex.flags.
9 lines
102 B
JavaScript
9 lines
102 B
JavaScript
(function() {
|
|
a: {
|
|
break a;
|
|
b(); // This should be removed.
|
|
|
|
}
|
|
c();
|
|
}());
|