denoland / deno_graph

The module graph logic for Deno CLI
https://docs.rs/deno_graph
MIT License
112 stars 39 forks source link

feat: teach the module graph about jsr modules #490

Closed maraisr closed 5 months ago

maraisr commented 5 months ago

In order for us to map jsr modules to other NPM/external packages we need to teach the module graph about JsrModules.

This is a requirement in order to merge https://github.com/denoland/dnt/pull/411

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.