swc/ecmascript/codegen/tests/references/ed65dd575be2b4ab.js
강동윤 1b28766c26
Improve comment api (#277)
swc_ecma_parser:
 - parser now take comments by reference
2019-02-26 13:56:58 +09:00

9 lines
112 B
JavaScript

// Don't apply transformation to global code
function a() {
b.c('d');
}
function a() {
b.c('e');
}
a();