stack-frame-mapper
Maps a stack frame to a sourcemap.
Last updated 8 years ago by timer .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install stack-frame-mapper 
SYNC missed versions from official npm registry.

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

  • frames Array<StackFrame> A set of StackFrames which contain (generated) code positions.
  • contextLines number? Optional. The number of lines to provide before and after the line specified in the StackFrame. (optional, default 3)

Returns Promise<Array<StackFrame>>

Current Tags

  • 0.4.0                                ...           latest (8 years ago)

5 Versions

  • 0.4.0                                ...           8 years ago
  • 0.2.1                                ...           8 years ago
  • 0.2.0                                ...           8 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |