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

5 lines
87 B
JavaScript

function test(_temp) {
var _ref = _temp === void 0 ? {} : _temp,
b = _ref.a;
}