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
Unfortunately I'm having troubles to correctly attribute the "references" within the Map.
With objects the path naming conventions are clear using dots or brackets.
With Map there is no such thing. Any thoughts?
Hi! This seems like a really promising library for debugging complex JS applications :) Or serialising complex JS objects.
In our code, we often use
Map
, but references in there get copied by value. Is there a way to generate JS code that will construct the full JS object?The text was updated successfully, but these errors were encountered: