summaryrefslogtreecommitdiff
path: root/tests/specs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-16 10:42:11 -0400
committerGitHub <noreply@github.com>2024-08-16 10:42:11 -0400
commit4d1b263e91dc7b85e9c8cd1cb42270ddc0468396 (patch)
tree1bc685cd725652bcdaa0e35d88bf145f7a5d858a /tests/specs
parent57cd2951f193b02cbd3fb15f0ee14d83107a2855 (diff)
feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)
Diffstat (limited to 'tests/specs')
-rw-r--r--tests/specs/publish/prefer_fast_check_graph/main.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/publish/prefer_fast_check_graph/main.out b/tests/specs/publish/prefer_fast_check_graph/main.out
index 6c68dde8a..64296206f 100644
--- a/tests/specs/publish/prefer_fast_check_graph/main.out
+++ b/tests/specs/publish/prefer_fast_check_graph/main.out
@@ -9,6 +9,10 @@ error[invalid-external-import]: invalid import to a non-JSR 'https' specifier
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the specifier
|
= hint: replace this import with one from jsr or npm, or vendor the dependency into your package
+ |
+1 | "jsr:@std/assert@1/assert"
+ | -------------------------- try this specifier
+ |
info: the import was resolved to 'https://deno.land/std/assert/assert.ts'
info: this specifier is not allowed to be imported on jsr