程劭非 wrote:
> I am just thinking we need a way to serialize/unserialize a js object
> with circular reference to itself.

Not just circular references, join points as well (anything making the
object graph not a tree).

As Allen suggested, with ES6 facilities including WeakMaps, this is best
solved via library development and competition. You want github, not
Ecma TC39, sorting it out.

/be
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to