IPWright83 / babel-reverse-debugger

0 stars 0 forks source link

Consider non JSON serialiazable types #3

Open IPWright83 opened 1 month ago

IPWright83 commented 1 month ago

At the moment recording values is done using a deep clone implemented by a JSON.parse(JSON.stringify()).

While simple there are a number of cases that this won't work for, such as Dates, Maps, recursive object references.