dazinator / NetPack

.Net Core library, for runtime processing of static files such as typescript, js, css etc.
13 stars 2 forks source link

Module Dependency Graph / Tracing #37

Open dazinator opened 5 years ago

dazinator commented 5 years ago

Create a Madge pipe, so that netpack can compute dependency graph information. This information could be consumed in #36 by allowing the server to include information about dependent modules when it signals to the browser that a module has changed. This will allow the HMR implementation in the browser to reload not just the changed module but also all dependant modules.

dazinator commented 5 years ago

Opened regarding in memory file processing: https://github.com/pahen/madge/issues/186#issuecomment-443897058