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