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

src,lib: retrieve parsed source map url from v8 #44798

Closed
wants to merge 3 commits into from

Commits on Sep 26, 2022

  1. src,lib: retrieve parsed source map url from v8

    V8 already parses the source map magic comments. Currently, only scripts
    and functions expose the parsed source map URLs. It is unnecessary to
    parse the source map magic comments again when the parsed information is
    available.
    legendecas committed Sep 26, 2022
    Copy the full SHA
    df4e7df View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Copy the full SHA
    86de757 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Copy the full SHA
    3566c6f View commit details
    Browse the repository at this point in the history