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
return pMatchFunctionCache[matcher] = new Function('el', source);
I'm not able to use this library in a serverless environment because of these dynamic functions. Any plans to refactor the code to not depend on these?
The text was updated successfully, but these errors were encountered:
return pMatchFunctionCache[matcher] = new Function('el', source);
I'm not able to use this library in a serverless environment because of these dynamic functions. Any plans to refactor the code to not depend on these?
The text was updated successfully, but these errors were encountered: