Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-10-11 11:27:01 +03:00
parent d72c2a2e15
commit 076d05ba7a

View File

@ -1509,6 +1509,9 @@ module.Types = {
// XXX Q: will this blow up on recursive objects??? // XXX Q: will this blow up on recursive objects???
// I think no... (needs testing) // I think no... (needs testing)
// ...do we need a tree/recursive format to support object recursion??? // ...do we need a tree/recursive format to support object recursion???
// might be good idea to add an option to do two diff outputs:
// - recursive
// - flat
_diff: function(A, B, options, context){ _diff: function(A, B, options, context){
options = options || {} options = options || {}
var that = this var that = this