kevinbarabash / live-proxy

Live reloading for JavaScript + sand boxing.
http://kevinbarabash.github.io/live-proxy/
3 stars 0 forks source link

rewrite NewExpressions with a call to 'createObject' that proxies constructors #16

Closed kevinbarabash closed 8 years ago

kevinbarabash commented 8 years ago

The first call to createObject should create the proxy if it doesn't exist yet.

kevinbarabash commented 8 years ago

I had implemented this, but proxying all user defined global functions is a better approach and doesn't require rewriting NewExpressions so I went with that.