Is there any way to prevent the IR compiler from creating anonymous classes for every single lambda?
There’s an insane amount of them in my project.
I’d like to have plain JS functions and JS variable capturing as much as possible 🤔
Less code size & better performance.