Files
babel/test/fixtures/syntax/computed-property-names/single/expected.js

5 lines
77 B
JavaScript

var obj = function (_obj) {
_obj["x" + foo] = "heh";
return _obj;
}({});