Justin Ridgewell 661ffbd830
Support more node types in generateUidBasedOnNode (#11260)
* Support more node types in generateUidBasedOnNode

* More nodes
2020-03-14 16:24:50 +01:00

11 lines
191 B
JavaScript

var _ref, _ref2, _;
function area(rect) {
return rect.width * rect.height;
}
const result = (_ref = (_ref2 = (_ = -5, Math.abs(_)), {
width: _ref2,
height: _ref2 + 3
}), area(_ref));