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

Improve source map handling when instrumenting transformed code (#5739) #9811

Merged
merged 15 commits into from Apr 23, 2020

Commits on Apr 21, 2020

  1. Copy the full SHA
    9174c60 View commit details
    Browse the repository at this point in the history
  2. Remove the concept of using Jest's stored sourceMaps to map BabelCove…

    …rage - inputSourceMap should always be available.
    Matthew Preble committed Apr 21, 2020
    Copy the full SHA
    118c951 View commit details
    Browse the repository at this point in the history
  3. Remove use of mapCoverage in jest-runtime.

    Matthew Preble committed Apr 21, 2020
    Copy the full SHA
    40fcece View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6adade9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5a02bb1 View commit details
    Browse the repository at this point in the history
  6. Add test arounds stack traces for code which is both transformed and …

    …instrumented.
    Matthew Preble committed Apr 21, 2020
    Copy the full SHA
    fcc7383 View commit details
    Browse the repository at this point in the history
  7. Update changelog.

    Matthew Preble committed Apr 21, 2020
    Copy the full SHA
    472b882 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a24fbe6 View commit details
    Browse the repository at this point in the history
  9. Feedback - rephrase determination of 'shouldEmitSourceMap'

    Matthew Preble committed Apr 21, 2020
    Copy the full SHA
    4cc5905 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Copy the full SHA
    28ccbf4 View commit details
    Browse the repository at this point in the history
  2. Remove unused __needsCoverageMapped property.

    Matthew Preble committed Apr 23, 2020
    Copy the full SHA
    7aff546 View commit details
    Browse the repository at this point in the history
  3. Convert stack trace test to a snapshot test.

    Matthew Preble committed Apr 23, 2020
    Copy the full SHA
    63324f3 View commit details
    Browse the repository at this point in the history
  4. Restore comment in stack trace test.

    Matthew Preble committed Apr 23, 2020
    Copy the full SHA
    30ec3c5 View commit details
    Browse the repository at this point in the history
  5. Update snapshot to extract 'rest' from summary and wrap.

    Matthew Preble committed Apr 23, 2020
    Copy the full SHA
    f0e256f View commit details
    Browse the repository at this point in the history
  6. Lint fix - import order.

    Matthew Preble committed Apr 23, 2020
    Copy the full SHA
    3a30ae1 View commit details
    Browse the repository at this point in the history