From c6f1107e9c8835389479f4f2d80d3539d23df41e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 11 Apr 2024 07:26:35 +1000 Subject: chore: update references to `deno_std` to use JSR (#23239) There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation. --- tests/testdata/module_graph/file_tests-checkwithconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata/module_graph/file_tests-checkwithconfig.ts') diff --git a/tests/testdata/module_graph/file_tests-checkwithconfig.ts b/tests/testdata/module_graph/file_tests-checkwithconfig.ts index e7af5fa19..6628a1b63 100644 --- a/tests/testdata/module_graph/file_tests-checkwithconfig.ts +++ b/tests/testdata/module_graph/file_tests-checkwithconfig.ts @@ -1,4 +1,4 @@ -import { ServerRequest } from "https://deno.land/std/http/server.ts"; +import { ServerRequest } from "jsr:@std/http/server"; export default (req: ServerRequest) => { req.respond({ body: `Hello, from Deno v${Deno.version.deno}!` }); -- cgit v1.2.3