You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kg said in chat:
"maybe we solve it with source generators and then you can invoke that with the new invoke api
use an icall to register each invokejs blob at startup
and then those have unique ids you use to invoke them
that would let us use new Function since it's once"
After change #61212 Rollup started producing warning about eval.
We could suppress it globally, but it's not ideal.
As @lewing suggested, we should consider deprecating the method, since it's only internal API.
The text was updated successfully, but these errors were encountered: