stack-remap
Remap the stacktrace on Errors to point to the src files of your choosing
Install
$ npm install stack-remap
Use
var stackRemap = ; // override prepareStackTracestackRemap; // setup your mappingsstackRemap; // run your code and see the stackconsole; // reset mappings if desiredstackRemap; // stop overriding prepareStackTracestackRemap; // everything is back to normalconsole;