jscl
jscl copied to clipboard
Source map support
It looks that js source map support becomes a standard now. At least Chrome and Firefox have support for it. And source maps are really useful for debugging purposes. Several links about standard and current implementations can be found here: https://github.com/ryanseddon/source-map/wiki/Source-maps%3A-languages%2C-tools-and-other-info
It is a really great feature and would be very useful. I will implement after the improvements to the compiler.