Package Exports
- stack-frame-unmapper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stack-frame-unmapper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stack-frame-unmapper
Unmaps a stack frame.
API
unmap
Turns a set of mapped StackFrame
s back into their generated code position and enhances them with code.
Parameters
fileUri
string The URI of thebundle.js
file.frames
Array<StackFrame> A set ofStackFrame
s which are already mapped and missing their generated positions.fileContents
number? The number of lines to provide before and after the line specified in theStackFrame
. (optional, default3
)contextLines
number? (optional, default3
)