mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
7b56b0bc74
* travis: make it faster * better codegen * Move enable_comments field to config
17 lines
239 B
JavaScript
17 lines
239 B
JavaScript
(function() {
|
|
var a;
|
|
if (b) return;
|
|
a = new c();
|
|
return a;
|
|
})()(function() {
|
|
var a;
|
|
if (b) return;
|
|
a = new c();
|
|
return a;
|
|
})()(function() {
|
|
var a;
|
|
if (b) return;
|
|
a = new c();
|
|
return a;
|
|
})();
|