* 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
6 lines
43 B
JavaScript
6 lines
43 B
JavaScript
_ref => {
|
|
let {
|
|
x = 2
|
|
} = _ref;
|
|
};
|