gohypergiant / react-component-hierarchy

A CLI app for visualizing how React components are structured in a project.
https://medium.com/bpxl-craft/introducing-react-component-hierarchy-35d5cc4d3782
MIT License
119 stars 25 forks source link

added support for parsing "ComponentName/index.js" files #10

Closed jacksbox closed 6 years ago

jacksbox commented 6 years ago

search for ComponentName/index.js

Support for finding imports of type ComponentName/index.js Will check for this file after .js and .jsx

Surreal9 commented 6 years ago

Closing in lieu of #6 which handled this and other fixes