From 4eff1e8ec4c12c709ce7e0e6d430ecbbc571bfbe Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 14 Aug 2024 22:38:18 +0100 Subject: fix(lsp): import map lookup for jsr subpath auto import (#25025) --- tests/registry/jsr/@std/url/0.220.1/join.ts | 2 +- tests/registry/jsr/@std/url/0.220.1/normalize.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/registry') diff --git a/tests/registry/jsr/@std/url/0.220.1/join.ts b/tests/registry/jsr/@std/url/0.220.1/join.ts index 158994ad3..b9c8f19d3 100644 --- a/tests/registry/jsr/@std/url/0.220.1/join.ts +++ b/tests/registry/jsr/@std/url/0.220.1/join.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. -import { join as posixJoin } from "jsr:/@std/path@^0.220.1/posix/join"; +import { join as posixJoin } from "jsr:@std/path@^0.220.1/posix/join"; /** * Join a base `URL` and a series of `paths`, then normalizes the resulting URL. diff --git a/tests/registry/jsr/@std/url/0.220.1/normalize.ts b/tests/registry/jsr/@std/url/0.220.1/normalize.ts index dc2305701..e8d728435 100644 --- a/tests/registry/jsr/@std/url/0.220.1/normalize.ts +++ b/tests/registry/jsr/@std/url/0.220.1/normalize.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. -import { normalize as posixNormalize } from "jsr:/@std/path@^0.220.1/posix/normalize"; +import { normalize as posixNormalize } from "jsr:@std/path@^0.220.1/posix/normalize"; /** * Normalize the `URL`, resolving `'..'` and `'.'` segments and multiple -- cgit v1.2.3