darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Can't compile in ES6 mode #128

Open darkf opened 6 years ago

darkf commented 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.

Might have to write our own ES6-compatible deep clone, possibly even one that is Obj-specific.