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
This plugin was exactly what I was looking for, thanks for writing it!
However, it has some pain points:
It treats type imports the same as non-type imports (which is a deal breaker)
It is very slow and consumes a lot of memory (I got an out of heap exception)
It makes live (<5s) ts-lint feedback impossible
If using webpack, I can recommend using circular-dependency-plugin instead.
As it operates on the transpiled modules, it does not consider circular type imports.
It is also way faster.
The text was updated successfully, but these errors were encountered:
This plugin was exactly what I was looking for, thanks for writing it!
However, it has some pain points:
If using webpack, I can recommend using circular-dependency-plugin instead.
As it operates on the transpiled modules, it does not consider circular type imports.
It is also way faster.
The text was updated successfully, but these errors were encountered: