Daniel Tschinder 47da5cf75a
Correctly transform spreads to use proper concat method (#9108)
* Correctly transform spreads to use proper concat method

* Add tests to ensure array spread clones elements
2018-12-13 23:24:43 -08:00

2 lines
88 B
JavaScript

var lyrics = [].concat(babelHelpers.toConsumableArray(parts), ["head", "and", "toes"]);