* babel-plugin-transform-spread add missing argument in build calls * update tests for babel 8 test
3 lines
33 B
JavaScript
3 lines
33 B
JavaScript
f(...[1, 2, 3]);
|
|
f(...[1, , 3]);
|