-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Circular dependencies #1074
Comments
@kamilkisiela what is this for? Some tool that cannot handle circular dependencies? PS: I'm surprised there isn't one between ApolloClient.ts and QueryManager.ts. |
@helfer yes, rollup + systemjs for an example. There's a webpack plugin that shows all circular dependencies. We work on some cool thing and this stops us, last missing piece. |
Note: Typescript files with only types, are used only in compilation phase and not going to be imported on compiled javascript. Closes #1074
I also managed to hit this issue with rollup. It took quite a while to debug. FWIW, here's the rollup issue for tracking this: rollup/rollup-plugin-commonjs#105 |
Note: Typescript files with only types, are used only in compilation phase and not going to be imported on compiled javascript. Closes #1074
@DxCx
The text was updated successfully, but these errors were encountered: