jsErrLog
jsErrLog copied to clipboard
Improve handling for minified js
at the moment when dealing with minified JS jsErrLog is unable to provide any more intelligent backtracking to the original source error. Would be advantageous to provide the ability to point to the unminified source and (possibly knowing the compression technique) highlight the original source error in addition to the actual execution error.
Needs research ;)