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

errors: display original symbol name #36042

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 26, 2020

  1. errors: display original symbol name

    If symbol names array has been populated in source map, include
    original symbol name in error message.
    
    Fixes nodejs#35325
    bcoe committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    56d7975 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    f46eb0c View commit details
    Browse the repository at this point in the history
  2. Update lib/internal/source_map/source_map.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    bcoe and aduh95 committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    a5f883c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25c45f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. docs: slight tweaks to comments

    bcoe committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    8b4a2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e469554 View commit details
    Browse the repository at this point in the history
  3. test: fix up test output

    bcoe committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    2624239 View commit details
    Browse the repository at this point in the history