swc/crates/swc_estree_compat/tests/fixtures/object-simple/input.js

5 lines
39 B
JavaScript
Raw Normal View History

let obj = {
a: 1,
b: false,
};