On Fri, Mar 7, 2014 at 8:56 AM, Florian Bösch <[email protected]> wrote:
> There's two complications with that. A string doesn't carry the line number > it comes from. Also, myfile.js might get concated with other files. And > lastly strings might get pasted together from smaller snippets. I think you want to take a look at "source maps". They're specifically designed to deal with this problem. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

