mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
c66386dbd2
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);
|