trypurescript icon indicating copy to clipboard operation
trypurescript copied to clipboard

Send transitive module dependencies in the compiler response

Open natefaubion opened this issue 5 years ago • 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.

natefaubion avatar May 03 '20 03:05 natefaubion

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

JordanMartinez avatar Jun 18 '22 11:06 JordanMartinez