Thank you very much, your library looks terrific. One note is that it is not commonJS compliant.
lib/proxy.js ends with: if (typeof module !== 'undefined') module.exports = proxy; It ideally should also have: if (typeof exports !== 'undefined') exports = proxy; Also, does it work to JSON encode one of your membrane objects? On May 23, 2012, at 6:00 PM, Brandon Benvie wrote: > The name of what you're looking for is "membrane". I have a library > specifically for helping to make these types of thigns: > https://github.com/Benvie/meta-objects > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
