benawad / destiny

Prettier for File Structures
MIT License
3.53k stars 80 forks source link

Error in dynamic path imports #169

Open HrithikMittal opened 3 years ago

HrithikMittal commented 3 years ago

I was trying out this project in one of my React Project but it through me this error image

and here is this code snippet image

So I think it is not working with dynamic imports.

mattfbacon commented 3 years ago

What would be the expected behavior? Static analysis cannot produce an answer in that case. Maybe assume that all the files in the directory could be imported? Seems like there's no good solution.