@cspell/url
Advanced tools
+1
-6
| import assert from "node:assert"; | ||
| import Path from "node:path"; | ||
| import { fileURLToPath, pathToFileURL } from "node:url"; | ||
| //#region src/url.mts | ||
@@ -149,3 +148,2 @@ const isURLRegEx = /^(\w[\w-]{1,63}:\/|data:|stdin:)/i; | ||
| } | ||
| //#endregion | ||
@@ -172,3 +170,2 @@ //#region src/dataUrl.mts | ||
| } | ||
| //#endregion | ||
@@ -225,3 +222,2 @@ //#region src/fileUrl.mts | ||
| } | ||
| //#endregion | ||
@@ -402,3 +398,2 @@ //#region src/FileUrlBuilder.mts | ||
| }; | ||
| //#endregion | ||
@@ -441,5 +436,5 @@ //#region src/defaultFileUrlBuilder.mts | ||
| } | ||
| //#endregion | ||
| export { FileUrlBuilder, addTrailingSlash, basenameOfUrlPathname, encodePathChars, fixUncUrl, hasProtocol, isDataURL, isFileURL, isNotUrlLike, isURL, isUrlLike, normalizeFilePathForUrl, normalizeWindowsUrl, toFileDirURL, toFilePathOrHref, toFileURL, toURL, urlBasename, urlDirname, urlParent, urlRelative }; | ||
| //# sourceMappingURL=index.js.map |
+2
-2
@@ -7,3 +7,3 @@ { | ||
| }, | ||
| "version": "9.7.0", | ||
| "version": "9.8.0", | ||
| "description": "URL parsing and manipulation utilities for cspell", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
| }, | ||
| "gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73" | ||
| "gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f" | ||
| } |
27077
-0.02%