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

Don’t patch Error.prepareStackTrace if --enable-source-maps is used. #5403

Merged
merged 38 commits into from Apr 19, 2022

Commits on Apr 1, 2022

  1. Fixes jashkenas#5382

    STRd6 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4d9b901 View commit details
    Browse the repository at this point in the history
  2. build:browser

    STRd6 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0fb2951 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    bebcec0 View commit details
    Browse the repository at this point in the history
  2. Basic tests and inline source maps when native source maps are enabled

    - Added check to not patch `Error.prepareStackTrace` if it has already
    been patched by another library.
    - Always attach inline source maps if `--enable-source-map` is set.
    - Added some basic tests for stack trace.
    STRd6 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    9354f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c942bd0 View commit details
    Browse the repository at this point in the history
  4. Added guard for in browser

    STRd6 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    264b009 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Use --require rather than -r

    Co-authored-by: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com>
    STRd6 and GeoffreyBooth committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    9f65df3 View commit details
    Browse the repository at this point in the history
  2. PR Feedback

    STRd6 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    05a9502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1312b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cbbf48 View commit details
    Browse the repository at this point in the history
  5. Comment cleanup

    STRd6 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b71bad6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dad126e View commit details
    Browse the repository at this point in the history
  7. Added test for NODE_OPTIONS

    STRd6 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    44234dd View commit details
    Browse the repository at this point in the history
  8. Node v12 ... my old nemesis

    STRd6 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    946a82f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Simplified

    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fae524b View commit details
    Browse the repository at this point in the history
  2. Added default options object

    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f971278 View commit details
    Browse the repository at this point in the history
  3. Ensuring relative path for sourceRoot ends with separator

    `path.relative` doesn't include a trailing separator which causes source
    maps to have an inaccurate file path when using `--enable-source-maps`
    in node.
    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    46a3962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30489cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0410b11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af44a0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f341739 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b46da93 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into 5382

    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    608f0d6 View commit details
    Browse the repository at this point in the history
  10. Removed test pattern grepping

    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    40529cd View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into 5382

    STRd6 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a29f6bf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    942ce2c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Single quote string style

    STRd6 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    1049cc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    4015fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8590d28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ab9f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    58afee8 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com>
    STRd6 and GeoffreyBooth committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    8e2f090 View commit details
    Browse the repository at this point in the history
  3. Coding style cleanup

    STRd6 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    2467d7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219f76a View commit details
    Browse the repository at this point in the history
  5. doc:test

    STRd6 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    267d91c View commit details
    Browse the repository at this point in the history
  6. Fixed test guard conditional

    STRd6 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    d24c75b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d64fcc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Comment about spawn vs fork

    STRd6 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c56d9a2 View commit details
    Browse the repository at this point in the history