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

Watch transitive dependencies for changes #3

Open
apaleslimghost opened this issue Nov 2, 2014 · 0 comments
Open

Watch transitive dependencies for changes #3

apaleslimghost opened this issue Nov 2, 2014 · 0 comments

Comments

@apaleslimghost
Copy link
Owner

From this comment.

There's a couple of ways we could go about this. Easiest would be to compile a module graph (module-deps?) and reload top-level modules when their descendants change.

Harder but requiring less reloading is to reload a module into its parent. We'd need to (somehow) work out what variable it's required into and use rewire to inject the change. I'm not sure if this is feasible.

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

No branches or pull requests

1 participant