mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
This commit is contained in:
parent
06c77a30f9
commit
9a216806d5
7 changed files with 138 additions and 6 deletions
3
cli/tests/testdata/npm/reload/main.ts
vendored
Normal file
3
cli/tests/testdata/npm/reload/main.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import chalk from "npm:chalk@5";
|
||||
|
||||
console.log(chalk);
|
Loading…
Add table
Add a link
Reference in a new issue