$ gnpm install stack-frame-unmapper
stack-frame-unmapper
Unmaps a stack frame.
Turns a set of mapped StackFrame
s 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 StackFrame
s 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 |