swc/ecmascript/codegen/tests/references/ed0783c35e43032b.js
강동윤 32b3bbd50b
Emit only ascii (#1191)
swc_ecma_codegen:
 - Emit only ascii characters. (#1187, #1188)
2020-10-29 14:33:33 +09:00

7 lines
93 B
JavaScript

a["b"] = "c";
a["if"] = "if";
a["*"] = "d";
a["\u{eb3}"] = "e";
a[""] = "f";
a["1_1"] = "b";