npm install stack-frame-unmapperstack-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)