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

stack-frame-unmapper

Unmaps a stack frame.

API

unmap

Turns a set of mapped StackFrames 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 StackFrames 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>>

Current Tags

  • 0.4.0                                ...           latest (8 years ago)

6 Versions

  • 0.4.0                                ...           8 years ago
  • 0.3.1                                ...           8 years ago
  • 0.3.0                                ...           8 years ago
  • 0.2.0                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
  • 0.0.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 (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |