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

Expressions to JSX#3587

Merged
jasonLaster merged 1 commit into
firefox-devtools:masterfrom
ksaldana1:jsx-tranform-Expressions
Aug 7, 2017
Merged

Expressions to JSX#3587
jasonLaster merged 1 commit into
firefox-devtools:masterfrom
ksaldana1:jsx-tranform-Expressions

Conversation

@ksaldana1
Copy link
Copy Markdown
Contributor

Associated Issue: #3506

Summary of Changes

  • Replace React.createElement calls with JSX in Expressions.js

Test Plan

Desk testing of Expressions functionality, as well as continuing to pass the previous snapshot test

Copy link
Copy Markdown
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.

Looks good, but haven’t tested yet!

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 7, 2017

Codecov Report

Merging #3587 into master will decrease coverage by 1.33%.
The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3587      +/-   ##
==========================================
- Coverage   54.35%   53.01%   -1.34%     
==========================================
  Files         119      119              
  Lines        4660     4655       -5     
  Branches      962      962              
==========================================
- Hits         2533     2468      -65     
- Misses       2127     2187      +60
Impacted Files Coverage Δ
src/components/SecondaryPanes/Expressions.js 32.94% <27.27%> (-0.4%) ⬇️
src/components/shared/SearchInput.js 8.33% <0%> (-83.34%) ⬇️
src/components/shared/Modal.js 10.52% <0%> (-57.9%) ⬇️
src/utils/result-list.js 0% <0%> (-36.59%) ⬇️
src/components/SymbolModal.js 30.23% <0%> (-13.96%) ⬇️
src/actions/ast.js 78.57% <0%> (+1.78%) ⬆️

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 2a90c35...bf6f7c1. Read the comment docs.

Copy link
Copy Markdown
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 2e9188c into firefox-devtools:master Aug 7, 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.

2 participants