evenchange4 / graphql.macro

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

Support absolute paths and NODE_PATH #37

Closed vinhlh closed 5 years ago

vinhlh commented 5 years ago

Resolves https://github.com/evenchange4/graphql.macro/issues/36.

About NODE_PATH, we use to have this setting with projects created via create-react-app.

cc @evenchange4

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #37   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          29     31    +2     
  Branches        3      4    +1     
=====================================
+ Hits           29     31    +2
Impacted Files Coverage Δ
src/macro.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 3e9a16b...9eab0c9. Read the comment docs.

vinhlh commented 5 years ago

Ping :D @evenchange4

audiolion commented 5 years ago

ping @evenchange4 this would be great to have

nicosayer commented 5 years ago

ping @evenchange4 would love to see that

kolyasya commented 5 years ago

@evenchange4 really need this feature to be merged, could you help please?

evenchange4 commented 5 years ago

Thanks! Released v1.2.0 with your changes.