Open darkf opened 6 years ago
With "target": "es6", it will fail because Obj.clone doesn't seem to work with ES6 objects, it doesn't clone their methods.
"target": "es6"
Obj.clone
Might have to write our own ES6-compatible deep clone, possibly even one that is Obj-specific.
With
"target": "es6"
, it will fail becauseObj.clone
doesn't seem to work with ES6 objects, it doesn't clone their methods.Might have to write our own ES6-compatible deep clone, possibly even one that is Obj-specific.