summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture10.out
blob: 7436722b5675cc8cce2ecf8f3e5b257b9d5ffdac (plain)
1
2
3
4
const o = {
};
const { a ="a"  } = o;
console.log(a);