Stuart Cook 3d4b801bb9
Simplify the special-case printing of single-param arrow functions (#13204)
* Simplify the special-case printing of single-param arrow functions

* Update test fixtures with single-param arrow functions

* Add some explicit snapshot tests for known edge-cases
2021-04-26 10:26:45 -04:00

15 lines
96 B
JavaScript

// Edge
_ref => {
var {
x = 2
} = _ref;
}; // Safari
{
var x;
{
var _x;
}
}