aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/object-newline.js
blob: 8a0a847c379d0043c40b53d74d6b2cb27615f30d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// hey
const foo = import("react");
const hey = 1;
const Bar = {
  foo: true,
  bar: 1,
  nested: {
    hey,
    hi: 2,
  },
};