Vihan

Results 37 comments of Vihan

I am taking this as challenge to make faster

But then please help how to make uber fast

Hm... that’s a tough one. I’ll try transforming to do expressions perhaps

With new esdoc 1.0.0 and esdoc-ecmascript-proposal-plugin, I still get the error for static properties. Is there some bug?

Are you using any syntax that _only_ babel 7 supports? Though error looks like your shell is doing something to the glob. What is exact command you are running?

This is desired behavior. `.map` produces 3 args: `(item, index, array)` so it's really calling `(+)(item, index, array, 1)`. You can use `=>` e.g.: `[1,2,3]=>((+)&1)` or `(+:1)`