Why is #TypeScript killing my code here? [...Array(2)].map(() => 'f'); is
converted to Array(2).slice().map(function () { return 'f'; });

Wed, 30 Aug 2017 15:17:09 UTC

2 replies