diegohaz / generact

Generate React components by replicating your own
https://git.io/generact
MIT License
1.48k stars 64 forks source link

Exposed functions to add support for editor extensions #11

Closed Dennitz closed 6 years ago

Dennitz commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          31     57   +26     
  Branches        4      8    +4     
=====================================
+ Hits           31     57   +26
Impacted Files Coverage Δ
src/utils.js 100% <100%> (ø) :arrow_up:

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 a6bce85...6671c48. Read the comment docs.

diegohaz commented 7 years ago

Thank you, @Dennitz. Will take a look at this as soon as possible.

diegohaz commented 6 years ago

Hi, @Dennitz. Thank you for your work and I'm sorry for the huge delay.

I've just renamed performReplication to replicate.

Released in v0.3.0.

Will send a PR to your repo later.