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
constcyclic={};cyclic.cyclic=cyclic;// RangeError: Maximum call stack size exceededjsesc(cyclic);
I think this is typically done by tracking an array of seen values and pushing/popping when entering/exiting a recursive jsesc call. I might be able to implement if acceptable.
The text was updated successfully, but these errors were encountered:
For example:
I think this is typically done by tracking an array of seen values and pushing/popping when entering/exiting a recursive
jsesc
call. I might be able to implement if acceptable.The text was updated successfully, but these errors were encountered: