Conversation

not sure if it’s just i’m using an old version, but swc turning [...iter] into [].concat(iter) just absolutely is the wrong transform if iter is a js iterator, not sure why it didn’t choose Array.from(iter)

0
0
0