Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Conversation

codehag
Copy link
Contributor

@codehag codehag commented Jul 27, 2017

Associated Issue: #3421

@@ -1,16 +1,3 @@
import { makeLocationId } from "../../../utils/breakpoint";

const sourceFixtures = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moving this to threadClient.js so that later we can consolidate our threadclient

@@ -0,0 +1,116 @@
import { makeLocationId } from "../../../utils/breakpoint";

const sourceFixtures = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the deleted code has been moved here

contentType: "text/javascript"
});
break;
case "foo.js":
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added three cases

@codecov
Copy link

codecov bot commented Jul 27, 2017

Codecov Report

Merging #3472 into next will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             next    #3472      +/-   ##
==========================================
- Coverage   51.45%   51.43%   -0.03%     
==========================================
  Files         109      109              
  Lines        4534     4534              
  Branches      938      938              
==========================================
- Hits         2333     2332       -1     
- Misses       2201     2202       +1
Impacted Files Coverage Δ
src/actions/ast.js 76.78% <0%> (-1.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 078fe32...3a0a0d6. Read the comment docs.

Copy link
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jasonLaster jasonLaster merged commit 2c61894 into firefox-devtools:next Jul 27, 2017
jasonLaster pushed a commit to jasonLaster/debugger.html that referenced this pull request Jul 28, 2017
jbhoosreddy pushed a commit to jbhoosreddy/debugger.html that referenced this pull request Aug 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants