first commit
This commit is contained in:
5
test/fixtures/spread/array-literals/expected.js
vendored
Normal file
5
test/fixtures/spread/array-literals/expected.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var lyrics = [
|
||||
"head",
|
||||
"and",
|
||||
"toes"
|
||||
].concat(parts);
|
||||
Reference in New Issue
Block a user