kevinbarabash / live-proxy

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

don't include source strings for functions in transformed code #20

Closed kevinbarabash closed 8 years ago

kevinbarabash commented 8 years ago

Figure out a way to reference the source strings from the AST so that we aren't wasting memory storing the strings twice.

kevinbarabash commented 8 years ago

This has been done for a while.