Galooshi / import-js

A tool to simplify importing JS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `export * from ''..."` syntax

entropitor opened this issue · comments

Import-js doesn't support re-exports such as export * from "..."

Can you give a little more context on the setup? Based on this test, we already support this scenario.

Hmm, weird, I'll close until I can further pinpoint the issue.

A possibility could be that because I'm using a mono-repo, import-js is just slow at updating the cache and this is why it's not working

Are you using watchman? If not, using it can give a large perf boost.

Yes, that was indeed the problem. I thought I installed it before but apparently, I didn't