purescript/trypurescript

Send transitive module dependencies in the compiler response

natefaubion opened this issue · 1 comments

Currently the loader works by discovering dependencies as it loads them. If the server sent all transitive dependencies in the response, we could more efficiently load resources since we know ahead of time what we need to request.

Is this still the case now that we're using import maps and es-module-shims?