evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

Recursive imports processing #42

Closed msimulcik closed 5 years ago

msimulcik commented 5 years ago

This PR adds recursive imports processing which allows imported files to import other files. It solves https://github.com/evenchange4/graphql.macro/issues/35

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.69%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   92.85%   93.54%   +0.69%     
==========================================
  Files           4        4              
  Lines          28       31       +3     
  Branches        3        4       +1     
==========================================
+ Hits           26       29       +3     
  Misses          1        1              
  Partials        1        1
Impacted Files Coverage Δ
src/utils/expandImports.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 eb40519...b09f4ca. Read the comment docs.

evenchange4 commented 5 years ago

Thanks! Released v1.1.0 with your changes.