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