maxtaco / coffee-script

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

Merge with coffeescript - fixes stacktraces #76

Closed zapu closed 8 years ago

zapu commented 11 years ago

This merge with coffee-script fixes bug which was causing getSourceMap to fail. Without sourcemaps, coffee/iced frames in stacktraces had wrong line numbers.

maxtaco commented 11 years ago

I just checked in a merge with the mainline, and pushed v1.6.3-c to npm. Does this fix it?

zapu commented 11 years ago

It looks fixed for me, thank you.