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
In FunctionCallOperator I am looking to support multiple arguments. Adding a console log shows the function is being called twice (strange) and the second time the second argument is undefined (bug?).
I see .. Everything works above if I put a after each comma. So, Math.max(2, 4) works but Math.max(2,4) does not.
jcalfee
changed the title
Multiple parameters to FunctionCallOperator
Multiple parameters to FunctionCallOperator, suggestion that the space should be optional
May 15, 2022
In
FunctionCallOperator
I am looking to support multiple arguments. Adding a console log shows the function is being called twice (strange) and the second time the second argument isundefined
(bug?).Also, seems like the spread operator should work since that is outside of the parser:
Also here:
The text was updated successfully, but these errors were encountered: