You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2022. It is now read-only.
The reason I think is that the Babel CLI gets each source file as a command line argument and gets a single output directory. The CLI doesn't rebase paths in that situation, it just puts all files in that directory. Maybe rather than a list of files, it should just get the src/packages/recompose as input with a recurse flag, using the --ignore flag to exclude tests and such? I'm not sure if v7 still supports that, but it might work.
I don't have time to look more into it this week so I'm sorry for not PRing a patch!