+3
-0
@@ -1240,2 +1240,5 @@ import fs, { realpathSync, statSync } from 'node:fs'; | ||
| } | ||
| if (!resolved.startsWith("file://") && options?.try) { | ||
| return void 0; | ||
| } | ||
| const absolutePath = fileURLToPath(resolved); | ||
@@ -1242,0 +1245,0 @@ return isWindows ? _normalizeWinPath(absolutePath) : absolutePath; |
+1
-1
| { | ||
| "name": "exsolve", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Module resolution utilities based on Node.js upstream implementation.", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/exsolve", |
58242
0.14%1356
0.22%