stacky
v1.3.1
Published
Stacky parses stack traces from various sources, and formats them in readable ways.
Downloads
25,620
Readme
Stacky
Formatting
stacky.pretty(error.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,
}
...
]