swc/ecmascript/babel/compat/tests/fixtures/simple-two-lines/input.js
강동윤 6896a83d54
fix(es/codegen): Fix codegen of ~ (#2104)
swc_ecma_codegen:
 - Emit pending semi on `~`. (#2091)
2021-08-19 17:21:08 +09:00

3 lines
35 B
JavaScript

const n = "hello";
console.log(n);