Jarek Radosz

Results 42 comments of Jarek Radosz

> spotted some other cases where we call `.clone.set` Good one! LGTM 🙂 :shipit:

We hit this bug in https://github.com/discourse/discourse too. The repro can be reduced to: ```js let x = []; x?.push(); ``` (or even code-golfed to `[]?.at()` 😉)