0.4.0 • Published 9 years ago
stack-frame-unmapper v0.4.0
stack-frame-unmapper
Unmaps a stack frame.
API
unmap
Turns a set of mapped StackFrames back into their generated code position and enhances them with code.
Parameters
fileUristring The URI of the bundle.js file.framesArray<StackFrame> A set of StackFrames which are already mapped and missing their generated positions.fileContentsnumber? Optional. The number of lines to provide before and after the line specified in the StackFrame. (optional, default3)contextLinesnumber? (optional, default3)