error-stack-parser icon indicating copy to clipboard operation
error-stack-parser copied to clipboard

Extract meaning from JS Errors

Results 23 error-stack-parser issues
Sort by recently updated
recently updated
newest added
trafficstars

## Current Behavior We have detected a problem when generating stack trace from a SyntaxError. This takes place when the error cause is due to a **malformed javascript code**, the...

a:bug

## Description See https://github.com/stacktracejs/error-stack-parser/issues/62 This PR is just a failing test to reproduce the problem. I'm hoping it should help someone who's a [newcomer to open source](https://kentcdodds.com/blog/first-timers-only) and wants to...

Work in progress fix for #32. I'm opening the PR early to check the approach and ask some questions 😄 So far I have hacked in basic v8 support and...

## Expected Behavior When parsing the stack for a file that happens to have parentheses in its name, I expected those parentheses to still be there when I got the...

This line: https://github.com/stacktracejs/error-stack-parser/blob/a3bf972e399fd39222d97f4dc241a74cc483b4db/error-stack-parser.js#L103 freezes given the following input: ``` " error("Warning: Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead:...

Would be great if error-stack-parser could be imported as ES modules.

@genielabs commented on [Sun Jun 26 2016](https://github.com/stacktracejs/stackframe/issues/12) Given an error stack like this one: ``` ReferenceError: a is not defined at $$.onStart (eval at (http://localhost:8080/hg/html/js/homegenie.webapp.js?version=r525:6851:25), :32:7) at $$.RenderWidget (http://localhost:8080/hg/html/js/homegenie.webapp.js?version=r525:6770:36) at...

a:bug

I'm using linux and the packaged Opera is v12.16 and I noticed that I am not getting any column numbers. I looked at the Error object and there is `stack`...

a:bug
affects-browser:opera

See https://github.com/csnover/TraceKit/commit/24eb0d2a34bca781293f00cf276572f3255aea05

a:feature

I have problem with correct function name detection on page `http://localhost:3000/#test -some` with trace generated on `` Current stack: ``` error.stack "ReferenceError: asd is not defined at HTMLButtonElement.onclick (http://localhost:3000/#test -some:7:32)"...

a:bug