From 4d1b263e91dc7b85e9c8cd1cb42270ddc0468396 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 16 Aug 2024 10:42:11 -0400 Subject: feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046) --- tests/specs/publish/prefer_fast_check_graph/main.out | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3