Mauro Bringolf b83e0ec7b0 2nd try: Add loose option for es2015-parameters transformation (#5943)
* Import changes to parameters package from previous branch

* Refactor plugin option access via state
2017-07-12 17:36:44 -04:00

8 lines
157 B
JavaScript

function t(_temp) {
var _ref = _temp === void 0 ? [1, 2, 3] : _temp,
_ref2 = babelHelpers.slicedToArray(_ref, 3),
a = _ref2[2];
return a;
}