Remove spreadString in favor of polyfilled Array.from
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10120
We use this to split up astral symbols
```js
// ["🖐 ", "🏿 "]
Array.from('🖐 🏿 ');
```
Showing
Please
register
or
sign in
to comment