Package Exports
- stack-frame-mapper
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-mapper) 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-mapper
Maps a stack frame to a sourcemap.
API
map
Enhances a set of StackFrames with their original positions and code (when available).
Parameters
framesArray<StackFrame> A set ofStackFrames which contain (generated) code positions.contextLinesnumber? The number of lines to provide before and after the line specified in theStackFrame. (optional, default3)