Skip to content
Snippets Groups Projects
Commit 5e24ac8e authored by Eric Eastwood's avatar Eric Eastwood
Browse files

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
// [":hand_splayed:", ":tone5:"]
Array.from(':hand_splayed_tone5:');
```
parent 8f6608af
No related branches found
No related tags found
Loading
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment