sultan99 / sexy-require

💃🏻 No more ugly path.
MIT License
39 stars 1 forks source link

Incompatible with Flowtype #1

Open mrusme opened 6 years ago

mrusme commented 6 years ago

Unfortunately this module is not compatible with flowtype and I'm not even sure if it could be made compatible, as it's flowtype itself that is trying to check the paths.

Error: src/Collections/User/Cql.js:3
  3: const PaperworkCollection = require('/Library/PaperworkCollection');
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /Library/PaperworkCollection. Required module not found
sultan99 commented 6 years ago

@mrusme yes, you are right, it is not compatible with flowtype yet. I have to check this case.