* 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
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
_ref => {
|
|
let _ref$x = _ref.x,
|
|
x = _ref$x === void 0 ? 2 : _ref$x;
|
|
};
|