Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
/ stacky Public archive

Stacky parses stack traces from various sources, and formats them in readable ways.

License

Notifications You must be signed in to change notification settings

googlearchive/stacky

Repository files navigation

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,
  }
  ...
]

About

Stacky parses stack traces from various sources, and formats them in readable ways.

Resources

License

Stars

Watchers

Forks

Packages

No packages published