disnet / contracts.js

Contract library for JavaScript
http://www.contractsjs.org
MIT License
149 stars 8 forks source link

weakmaps #12

Closed donnut closed 11 years ago

donnut commented 11 years ago

Starting with node v0.8.12 it seems that you need to run node with the flag --harmony to use the WeakMap and Proxy functionality, see http://dailyjs.com/2012/10/15/preparing-for-esnext/