Files
babel/test/fixtures/transformation/spread/contexted-method-call-single-arg/expected.js

5 lines
111 B
JavaScript

"use strict";
foob.add.apply(foob, Array.from(numbers));
foob.test.add.apply(foob.test, Array.from(numbers));