Martin Probst
e0a8376237
fix(compiler): avoid a ...null
spread in extraction ( #16547 )
...
This code only runs in ES5 mode in the test suite, so this is difficult to test.
However `updateFromTemplate` is being called with a spread operator, as
`...updateFromTemplate(...)`. The spread operator should fail on `null` values.
This change avoids the problem by always returning a (possibly empty) array.
PR Close #16547
2017-05-08 17:49:43 -05:00
..
2017-05-05 13:23:53 -04:00
2017-04-17 10:19:09 -07:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-05-08 17:49:43 -05:00
2017-05-05 13:23:53 -04:00
2017-04-17 10:14:15 -07:00
2017-04-10 15:26:33 -06:00
2017-04-17 10:14:15 -07:00
2017-04-17 10:14:15 -07:00
2017-04-17 10:14:15 -07:00
2017-03-08 16:29:27 -08:00
2017-03-08 16:29:27 -08:00
2017-04-10 15:26:33 -06:00
2017-03-14 09:16:15 -07:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-03-08 16:29:27 -08:00
2017-03-08 16:29:27 -08:00
2017-05-05 13:23:53 -04:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-03-08 16:29:27 -08:00
2017-05-05 13:23:53 -04:00
2017-04-10 15:26:33 -06:00
2017-04-10 15:26:33 -06:00
2017-03-08 16:29:27 -08:00