diegohaz / generact

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

Adds support for .mdx #25

Closed mmgj closed 5 years ago

mmgj commented 5 years ago

A very small change to include support for mdx-documents to make working with stuff like Docz easier.

https://mdxjs.com/ https://www.docz.site/

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          57     57           
  Branches        8      8           
=====================================
  Hits           57     57
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 71d73c0...5d06b4e. Read the comment docs.