-
-
Notifications
You must be signed in to change notification settings - Fork 28
Type only import not deleted from result file #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@danielpza What if |
If that fixes the problem is fine by me. I'll check the test to make sure everything is fine and deploy a new release. |
@danielpza It does looks like ts bug, or maybe we have to update some modules cache. I have created thread on ts, will see what ts guru say about this. Meanwhile I'll be looking to this further. |
Uh oh!
There was an error while loading. Please reload this page.
Import of types error (cyclic import is imported, cause it does breaks functionality):
Produces invalid code with circular dependencies. When without paths and this plugin, resulting b.js does not content
require('./a.js')
, which resolves circular dependency error.The text was updated successfully, but these errors were encountered: