We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package:source_map_stack_trace
To get nicer stack traces we probably want to add support for parsing JS stacks that contain wasm frames to package:source_map_stack_trace.
The text was updated successfully, but these errors were encountered:
/cc @kevmoo @osa1
Sorry, something went wrong.
I've updated stack_trace to parse Wasm frames in Chrome, Firefox, Safari.
stack_trace
No changes needed in this package as there's nothing Wasm specific in mapping frame lines and columns to sources.
We can release a new version of stack_trace with the changes, and then bump the dependency in this package, then close this issue.
osa1
No branches or pull requests
To get nicer stack traces we probably want to add support for parsing JS stacks that contain wasm frames to
package:source_map_stack_trace
.The text was updated successfully, but these errors were encountered: