just icon indicating copy to clipboard operation
just copied to clipboard

function just-diff is buggy when dealing with empty objects with no prototype

Open tiny-ant opened this issue 2 years ago • 0 comments

the String constructor will throws:

var obj = Object.create(null);
String(obj)

consider using Object.prototype.toString will fix this.

tiny-ant avatar Nov 07 '23 09:11 tiny-ant