summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture01.out
blob: a825140b771883c8a3161783e265437c7c9981b6 (plain)
1
2
3
4
5
6
7
const a = "a";
const mod = function() {
    return {
        a: a
    };
}();
console.log(mod);