darkfo icon indicating copy to clipboard operation
darkfo copied to clipboard

Can't compile in ES6 mode

Open darkf opened this issue 7 years ago • 0 comments

With "target": "es6", it will fail because Obj.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.

darkf avatar Aug 19 '18 07:08 darkf