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

WIP: Make console.error and warn log a stack trace and codeframe like thrown errors do #9741

Merged
merged 31 commits into from Apr 12, 2020

Commits on Apr 10, 2020

  1. Copy the full SHA
    8d1e059 View commit details
    Browse the repository at this point in the history
  2. Rely on source-map-support

    No need to pass SourceMapRegistry
    ychi committed Apr 10, 2020
    Copy the full SHA
    d9390b6 View commit details
    Browse the repository at this point in the history
  3. Incorporate review feedbacks

    ychi committed Apr 10, 2020
    Copy the full SHA
    1ed4e36 View commit details
    Browse the repository at this point in the history
  4. Update packages/jest-console/src/getConsoleOutput.ts

    Co-Authored-By: Simen Bekkhus <sbekkhus91@gmail.com>
    ychi and SimenB committed Apr 10, 2020
    Copy the full SHA
    6e153d1 View commit details
    Browse the repository at this point in the history
  5. Ignore unused parameter (sourceMaps)

    Co-Authored-By: Simen Bekkhus <sbekkhus91@gmail.com>
    ychi and SimenB committed Apr 10, 2020
    Copy the full SHA
    1b1e713 View commit details
    Browse the repository at this point in the history
  6. Remove redundant newline

    Co-Authored-By: Simen Bekkhus <sbekkhus91@gmail.com>
    ychi and SimenB committed Apr 10, 2020
    Copy the full SHA
    51258fb View commit details
    Browse the repository at this point in the history
  7. More review feedbacks

    ychi committed Apr 10, 2020
    Copy the full SHA
    d15996c View commit details
    Browse the repository at this point in the history
  8. Remove unused sourcemap

    ychi committed Apr 10, 2020
    Copy the full SHA
    881da4d View commit details
    Browse the repository at this point in the history
  9. lint

    ychi committed Apr 10, 2020
    Copy the full SHA
    d33b5c3 View commit details
    Browse the repository at this point in the history
  10. update snapshots

    ychi committed Apr 10, 2020
    Copy the full SHA
    23b34cf View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0fbf49b View commit details
    Browse the repository at this point in the history
  12. Review feedbacks

    ychi committed Apr 10, 2020
    Copy the full SHA
    fd6a4f1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    211bd7c View commit details
    Browse the repository at this point in the history
  14. fix v8 coverage test

    ychi committed Apr 10, 2020
    Copy the full SHA
    a9d18b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Review feedbacks

    ychi committed Apr 11, 2020
    Copy the full SHA
    16efc8a View commit details
    Browse the repository at this point in the history
  2. chore: consisten newlines

    SimenB committed Apr 11, 2020
    Copy the full SHA
    3fbcd89 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bad2aea View commit details
    Browse the repository at this point in the history
  4. update snaps

    SimenB committed Apr 11, 2020
    Copy the full SHA
    afd68b6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fb0854e View commit details
    Browse the repository at this point in the history
  6. fix circus test

    SimenB committed Apr 11, 2020
    Copy the full SHA
    34901a3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3a8908d View commit details
    Browse the repository at this point in the history
  8. another circus fix

    SimenB committed Apr 11, 2020
    Copy the full SHA
    58cd2f6 View commit details
    Browse the repository at this point in the history
  9. use snapshot

    SimenB committed Apr 11, 2020
    Copy the full SHA
    fb47353 View commit details
    Browse the repository at this point in the history
  10. runtime can be const now

    SimenB committed Apr 11, 2020
    Copy the full SHA
    21ee253 View commit details
    Browse the repository at this point in the history
  11. use default param

    SimenB committed Apr 11, 2020
    Copy the full SHA
    1e99400 View commit details
    Browse the repository at this point in the history
  12. changelog

    SimenB committed Apr 11, 2020
    Copy the full SHA
    8b6b76d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. unit tests jest-message-util

    SimenB committed Apr 12, 2020
    Copy the full SHA
    3d9d47d View commit details
    Browse the repository at this point in the history
  2. maybe consistent snap?

    SimenB committed Apr 12, 2020
    Copy the full SHA
    fae0133 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3ac517f View commit details
    Browse the repository at this point in the history
  4. eslint is hard

    SimenB committed Apr 12, 2020
    Copy the full SHA
    c4386d5 View commit details
    Browse the repository at this point in the history
  5. is this consistent?

    SimenB committed Apr 12, 2020
    Copy the full SHA
    5d3a8e9 View commit details
    Browse the repository at this point in the history