Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Type-check JSX plugin #496

Merged
merged 2 commits into from Apr 27, 2017
Merged

Type-check JSX plugin #496

merged 2 commits into from Apr 27, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 26, 2017

Q A
Bug fix? no
Breaking change? no
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? Tests pass
Fixed tickets
License MIT

Enables type-checking in the files and adds type annotations.
This isn't a very strict check since the spec for the node types isn't done.

@codecov
Copy link

codecov bot commented Apr 26, 2017

Codecov Report

Merging #496 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #496      +/-   ##
=========================================
+ Coverage    98.2%   98.2%   +<.01%     
=========================================
  Files          21      22       +1     
  Lines        3517    3518       +1     
  Branches      974     974              
=========================================
+ Hits         3454    3455       +1     
  Misses         24      24              
  Partials       39      39
Flag Coverage Δ
#babel 80.89% <92%> (ø) ⬆️
#babylon 97.04% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/plugins/jsx/index.js 97.7% <100%> (ø) ⬆️
src/plugins/jsx/xhtml.js 100% <100%> (ø)

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 7627c5a...71c2968. Read the comment docs.

@hzoo hzoo merged commit cccee00 into babel:master Apr 27, 2017
@ghost ghost deleted the jsx branch April 27, 2017 15:28
@ghost ghost mentioned this pull request May 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants