Files
babel/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/issue-5744/expected.js

7 lines
73 B
JavaScript

if (true) {
var _ref = [b, a];
a = _ref[0];
b = _ref[1];
_ref;
}