swc/ecmascript/codegen/tests/references/f1d7e3cc86ffc02b.js
강동윤 7b56b0bc74
Improve codegen (#57)
* travis: make it faster

* better codegen

* Move enable_comments field to config
2018-11-15 21:43:04 +09:00

11 lines
97 B
JavaScript

function a() {
b();
var c;
var d;
}
function e(f) {
b();
var c;
var f;
}