maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Variable scope collision with extensions - broken stacktraces #75

Closed zapu closed 11 years ago

zapu commented 11 years ago

Please merge this fix to iced:

https://github.com/jashkenas/coffee-script/commit/7f1088054c91f5ab3bf1ea1098b6ebffaa29a5a9

It fixes finding sourceLines in sourceMaps in prepareStackTrace.

I'm not sure how one should go about cherrypicking that change, hence I'm not making pull request, sorry...

Thank you!

zapu commented 11 years ago

Oops, disregard, I already see an issue about that here.