swc/ecmascript/codegen/tests/references/779e65d6349f1616.js
강동윤 43d633b44d
Handle comments and improve codegen (#136)
swc_ecma_codegen:
 - Improve codegen
 - Handle comments

swc_ecma_parser:
 - Handle comments
2019-02-08 13:00:58 +09:00

11 lines
136 B
JavaScript

a = typeof 1;
b = typeof 'c';
d = typeof [];
e = typeof {
};
f = typeof /./;
g = typeof false;
h = typeof function() {
};
i = typeof j;