* handle disordered rest parameter in function expressions * remove spaces [lint] * polish function parameters validation * add test with arrow function and comma after rest parameter [babel-parser]
6 lines
47 B
JavaScript
6 lines
47 B
JavaScript
(
|
|
first,
|
|
...second,
|
|
third
|
|
) => {};
|