You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
Would be cool if it could be used with the stack-trace module to filter v8 CallSite objects.
Use case
I want to get the file name of the caller of an async function.
I am using Babel with ES7. My call stacks contain lots of generated function calls to regenerator, core-js, Promises/bluebird, etc. This makes it difficult to find the correct calling function in user code.
At the moment I would have to implement manual parsing of the stack string.
The text was updated successfully, but these errors were encountered:
Would be cool if it could be used with the stack-trace module to filter v8
CallSite
objects.Use case
I want to get the file name of the caller of an async function.
I am using Babel with ES7. My call stacks contain lots of generated function calls to
regenerator
,core-js
, Promises/bluebird
, etc. This makes it difficult to find the correct calling function in user code.At the moment I would have to implement manual parsing of the stack string.
The text was updated successfully, but these errors were encountered: