$ gnpm install stack-frame-unmapper
stack-frame-unmapperUnmaps a stack frame.
Turns a set of mapped StackFrames back into their generated code position and enhances them with code.
Parameters
fileUri string The URI of the bundle.js file.frames Array<StackFrame> A set of StackFrames which are already mapped and missing their generated positions.fileContents number? Optional. The number of lines to provide before and after the line specified in the StackFrame. (optional, default 3)contextLines number? (optional, default 3)Returns Promise<Array<StackFrame>>
Copyright 2013 - present © cnpmjs.org | Home |