jw
05/15/2024, 9:14 PMArtem Kobzar
05/20/2024, 12:30 PMtypeof lambda.invoke === "function" ? lambda.invoke(ARG_LIST) : lambda(ARG_LIST)
even if the functional interface was not used (and the invoke
function should have a stable name). It makes the bundle size and the performance worse.
But we definitely need to investigate the problem to find some solution (any proposal is welcome)