Files
babel/test/fixtures/transformation/es6-properties.computed/multiple/expected.js

6 lines
161 B
JavaScript

"use strict";
var _obj;
var obj = (_obj = {}, babelHelpers.defineProperty(_obj, "x" + foo, "heh"), babelHelpers.defineProperty(_obj, "y" + bar, "noo"), _obj);