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

4 lines
57 B
JavaScript

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