Files
babel/test/fixtures/transformation/spread/contexted-method-call-multiple-args/expected.js

5 lines
149 B
JavaScript

"use strict";
foob.add.apply(foob, [foo, bar].concat(Array.from(numbers)));
foob.test.add.apply(foob.test, [foo, bar].concat(Array.from(numbers)));