Florent Georges

Results 11 comments of Florent Georges

Thank you! Just for the record, I have another issue, when I use `es5`. Repro code: ```js const code = ` function f() {} () => { f(); }; `;...