browserify / static-eval

evaluate statically-analyzable expressions
MIT License
175 stars 27 forks source link

fix #5 (variables in function scope) #6

Closed shawnbot closed 9 years ago

shawnbot commented 9 years ago

Well, it feels like a hack, but my proposed solution in #5 works. I've included a test and confirmed that this resolves an issue I was having in another project.

ghost commented 9 years ago

Looks good enough, tests pass! Thanks for the patch.

shawnbot commented 9 years ago

:+1: thanks for merging!