feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)

This commit is contained in:
Bartek Iwańczuk 2022-09-22 16:39:58 +02:00 committed by GitHub
parent 06c77a30f9
commit 9a216806d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 138 additions and 6 deletions

3
cli/tests/testdata/npm/reload/main.ts vendored Normal file
View file

@ -0,0 +1,3 @@
import chalk from "npm:chalk@5";
console.log(chalk);