stack-frame-mapper
v0.4.0
Published
Maps a stack frame to a sourcemap.
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 of StackFrames which contain (generated) code positions.contextLinesnumber? Optional. The number of lines to provide before and after the line specified in the StackFrame. (optional, default3)
