Files
babel/packages/babel-plugin-transform-spread/test/fixtures/spread/method-call-array-literal/output.js
Bogdan Savluk 66cbd6091e babel-plugin-transform-spread add missing argument in build calls (#13459)
* babel-plugin-transform-spread add missing argument in build calls

* update tests for babel 8 test
2021-06-14 11:33:19 -04:00

3 lines
85 B
JavaScript

f.apply(void 0, [1, 2, 3]);
f.apply(void 0, babelHelpers.arrayLikeToArray([1,, 3]));