summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture08.out
blob: f9435ab2a5728f4c40b5ec42e82e9f922fee5d4b (plain)
1
2
3
4
5
6
7
const a = function() {
    const a1 = "a";
    return {
        a: a1
    };
}();
export { a };