* babel-plugin-transform-spread add missing argument in build calls * update tests for babel 8 test
4 lines
227 B
JavaScript
4 lines
227 B
JavaScript
babelHelpers.construct(Numbers, babelHelpers.toConsumableArray(nums));
|
|
babelHelpers.construct(Numbers, [1].concat(babelHelpers.toConsumableArray(nums)));
|
|
babelHelpers.construct(Numbers, babelHelpers.arrayLikeToArray([1,, 3]));
|