JSPM

  • Created
  • Published
  • Downloads 12605143
  • Score
    100M100P100Q229195F

Extract meaning from JS Errors

Package Exports

  • error-stack-parser
  • error-stack-parser/dist/error-stack-parser.js

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 (error-stack-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

error-stack-parser.js - Extract meaning from JS Errors

Build Status Coverage Status Code Climate

Usage

ErrorStackParser.parse(new Error("sample"));

=> [StackFrame('funName1', [], 'path/to/file.js', 35, 79), StackFrame(..)]

Installation

npm install error-stack-parser
bower install error-stack-parser
https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/error-stack-parser.min.js