Files
babel/test/fixtures/transformation/spread/array-literal-first/expected.js

4 lines
79 B
JavaScript

"use strict";
var lyrics = Array.from(parts).concat(["head", "and", "toes"]);