Files
babel/packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/mixed/actual.js

3 lines
71 B
JavaScript

var rect = {};
var {topLeft: [x1, y1], bottomRight: [x2, y2] } = rect;