(to, from, pack)
| 212 | } |
| 213 | |
| 214 | export function __spreadArray(to, from, pack) { |
| 215 | if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { |
| 216 | if (ar || !(i in from)) { |
| 217 | if (!ar) ar = Array.prototype.slice.call(from, 0, i); |
| 218 | ar[i] = from[i]; |
| 219 | } |
| 220 | } |
| 221 | return to.concat(ar || Array.prototype.slice.call(from)); |
| 222 | } |
| 223 | |
| 224 | export function __await(v) { |
| 225 | return this instanceof __await ? (this.v = v, this) : new __await(v); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…