Dylan Archer

Results 1 issues of Dylan Archer

Only in Typescript compiler: `[...parentNode.children]` transpiles to `parentNode.children.slice()` ...maybe `Array.from(parentNode.children).slice()` or `[].slice.call(parentNode.children)` instead?