Skip to content
New issue

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

Use source map (if present) to translate source file references in backtrace. #278

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2021

  1. Establish framework for translating source file/line/col items in a b…

    …acktrace.
    
    Pass the backtrace string through a lookup function that uses a regex to
    extract the file path/line/col entries and replace them with ones
    translated by a SourceMap.
    Jim Hague committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    fd85a80 View commit details
    Browse the repository at this point in the history
  2. Load and decode source map if present and use to translate file/line/…

    …col triplets.
    Jim Hague committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    aec833a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c942f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Observe we're not using the current source file, and expand mapping t…

    …o invoke()
    Jim Hague committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9a446dd View commit details
    Browse the repository at this point in the history