mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 06:54:07 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
This commit changes "npm:" specifier handling to respect "--cached-only" flags and adds "Download" messages for npm registry api calls. Co-authored-by: David Sherret <dsherret@gmail.com>
3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
import chalk from "npm:chalk@5";
|
|
|
|
console.log(chalk);
|