Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 62ecc95

Browse files
authored
Update resolve.rs
1 parent 6067e9e commit 62ecc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl Resolver {
103103
// - `http://localhost:8080/mod` -> `/-/http_localhost_8080/mod.js`
104104
// - `/components/logo.tsx` -> `/components/logo.tsx`
105105
// - `@/components/logo.tsx` -> `/components/logo.tsx`
106-
// - `~/components/logo.tsx` -> `~/components/logo.tsx`
106+
// - `~/components/logo.tsx` -> `/components/logo.tsx`
107107
// - `../components/logo.tsx` -> `../components/logo.tsx`
108108
// - `./button.tsx` -> `./button.tsx`
109109
// - `/components/foo/./logo.tsx` -> `/components/foo/logo.tsx`

0 commit comments

Comments
 (0)