Files
babel/packages/babel-plugin-transform-computed-properties/test/fixtures/loose/variable/expected.js

4 lines
62 B
JavaScript

var _foo;
var foo = (_foo = {}, _foo[bar] = "foobar", _foo);