Last 12 weeks · 3 commits
2 of 6 standards met
Repository: denoland/deno_cache_dir. Description: Deno CLI's module cache Stars: 50, Forks: 18. Primary language: TypeScript. Languages: TypeScript (83.3%), Rust (16.7%). License: MIT. Homepage: https://jsr.io/@deno/cache-dir Latest release: 0.27.0 (1mo ago). Open PRs: 0, open issues: 4. Last activity: 2d ago. Community health: 37%. Top contributors: dsherret, denobot, kitsonk, nathanwhit, crowlKats, nayeemrmn, littledivy, BlackAsLight, jollytoad, nberlette and others.
TypeScript
Currently, only supports URL imports. The only way to add an module to Deno's cache is to: Import it with a static import. Not ideal since it forces you to execute the package's code which does not make sense for front-end packages. Use a file. It's also difficult to get the source code of modules, unless the option is enabled. Supporting scheme or finding alternative ways to cache and obtain the source code of modules that don't rely on the folder or the file could enable better Deno-first tooling.