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

5 lines
73 B
JavaScript

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