Files
babel/test/fixtures/syntax/computed-property-names/multiple/expected.js
2014-10-12 00:23:13 +11:00

6 lines
104 B
JavaScript

var obj = function (_ref) {
_ref["x" + foo] = "heh";
_ref["y" + bar] = "noo";
return _ref;
}({});