fuchsia

Results 2 comments of fuchsia

I've just grepped all the projects I'm involved with. [Brace-expansion](https://github.com/juliangruber/brace-expansion) popped up in several and includes: ``` p[p.length-1] += '{' + body + '}'; var postParts = parseCommaParts(post); if (post.length)...

You'd have a similar problem with: ``` const {x,z} = data; const request = {x,z}; ``` I'd hope a team of 200 engineers would have tests to catch this. ;)...