tc39 / proposal-flatMap

proposal for flatten and flatMap on arrays
https://tc39.github.io/proposal-flatMap
214 stars 19 forks source link

fixes #54: only perform IsArray test when depth > 0 #55

Closed michaelficarra closed 6 years ago

michaelficarra commented 6 years ago

Fixes #54. @evilpie @anba Please review.