stacky

1.3.1 • Public • Published

NPM version Build Status

Stacky

Formatting

stacky.pretty(error.stack):

Example Pretty Stack

pretty Provides several options allowing you to tweak the output format to your liking.

Parsing

stacky.parse(error.stack):

[
  {
    method:   'thingCalled',
    location: 'some/file.js',
    line:     1,
    column:   2,
  }
  ...
]

/stacky/

    Package Sidebar

    Install

    npm i stacky

    Weekly Downloads

    4,002

    Version

    1.3.1

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • aomarks
    • emarquez
    • sorvell
    • bicknellr
    • usergenic
    • polymer-devs
    • azakus
    • kevinpschaaf
    • justinfagnani
    • nevir
    • garlicnation