Skip to content
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

Open issue on flow repo about circular dep nightmares #6

Open
thomasboyt opened this issue Jan 17, 2015 · 0 comments
Open

Open issue on flow repo about circular dep nightmares #6

thomasboyt opened this issue Jan 17, 2015 · 0 comments
Labels

Comments

@thomasboyt
Copy link
Owner

// TODO: This causes a breaking circular dependency
// world: World;
world: any;

easy fix here would be to allow a type def like

class Foo {
  bar: require('./bar')
}

which would get stripped out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant