Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Make compatible with stack-trace module #3

Description

@vjpr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions