Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive imports processing #42

Merged

Conversation

msimulcik
Copy link
Contributor

This PR adds recursive imports processing which allows imported files to import other files. It solves #35

@codecov
Copy link

codecov bot commented Nov 2, 2018

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%> (ø) ⬆️

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 evenchange4 merged commit c01a938 into evenchange4:master Jan 24, 2019
@evenchange4
Copy link
Owner

Thanks! Released v1.1.0 with your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants