@stryke/path 0.22.11 → 0.22.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/append.cjs +1 -1
  3. package/dist/append.d.cts +38 -2
  4. package/dist/append.d.cts.map +1 -0
  5. package/dist/append.d.mts +38 -2
  6. package/dist/append.d.mts.map +1 -0
  7. package/dist/append.mjs +2 -1
  8. package/dist/append.mjs.map +1 -0
  9. package/dist/asset-extensions.cjs +1 -1
  10. package/dist/asset-extensions.d.cts +11 -2
  11. package/dist/asset-extensions.d.cts.map +1 -0
  12. package/dist/asset-extensions.d.mts +11 -2
  13. package/dist/asset-extensions.d.mts.map +1 -0
  14. package/dist/asset-extensions.mjs +2 -1
  15. package/dist/asset-extensions.mjs.map +1 -0
  16. package/dist/correct-path.cjs +1 -1
  17. package/dist/correct-path.d.cts +59 -2
  18. package/dist/correct-path.d.cts.map +1 -0
  19. package/dist/correct-path.d.mts +59 -2
  20. package/dist/correct-path.d.mts.map +1 -0
  21. package/dist/correct-path.mjs +2 -1
  22. package/dist/correct-path.mjs.map +1 -0
  23. package/dist/cwd.cjs +1 -1
  24. package/dist/cwd.d.cts +13 -2
  25. package/dist/cwd.d.cts.map +1 -0
  26. package/dist/cwd.d.mts +13 -2
  27. package/dist/cwd.d.mts.map +1 -0
  28. package/dist/cwd.mjs +2 -1
  29. package/dist/cwd.mjs.map +1 -0
  30. package/dist/delimiter.cjs +1 -1
  31. package/dist/delimiter.d.cts +22 -2
  32. package/dist/delimiter.d.cts.map +1 -0
  33. package/dist/delimiter.d.mts +22 -2
  34. package/dist/delimiter.d.mts.map +1 -0
  35. package/dist/delimiter.mjs +2 -1
  36. package/dist/delimiter.mjs.map +1 -0
  37. package/dist/file-path-fns.cjs +1 -1
  38. package/dist/file-path-fns.d.cts +218 -2
  39. package/dist/file-path-fns.d.cts.map +1 -0
  40. package/dist/file-path-fns.d.mts +218 -2
  41. package/dist/file-path-fns.d.mts.map +1 -0
  42. package/dist/file-path-fns.mjs +2 -1
  43. package/dist/file-path-fns.mjs.map +1 -0
  44. package/dist/find.cjs +1 -1
  45. package/dist/find.d.cts +1 -1
  46. package/dist/find.d.mts +1 -1
  47. package/dist/find.mjs +1 -1
  48. package/dist/index.cjs +1 -1
  49. package/dist/index.d.cts +13 -13
  50. package/dist/index.d.mts +13 -13
  51. package/dist/index.mjs +1 -1
  52. package/dist/is-parent-path.cjs +1 -1
  53. package/dist/is-parent-path.d.cts +26 -2
  54. package/dist/is-parent-path.d.cts.map +1 -0
  55. package/dist/is-parent-path.d.mts +26 -2
  56. package/dist/is-parent-path.d.mts.map +1 -0
  57. package/dist/is-parent-path.mjs +2 -1
  58. package/dist/is-parent-path.mjs.map +1 -0
  59. package/dist/is-root-dir.cjs +1 -1
  60. package/dist/is-root-dir.d.cts +11 -2
  61. package/dist/is-root-dir.d.cts.map +1 -0
  62. package/dist/is-root-dir.d.mts +11 -2
  63. package/dist/is-root-dir.d.mts.map +1 -0
  64. package/dist/is-root-dir.mjs +2 -1
  65. package/dist/is-root-dir.mjs.map +1 -0
  66. package/dist/is-type.cjs +1 -1
  67. package/dist/is-type.mjs +2 -1
  68. package/dist/is-type.mjs.map +1 -0
  69. package/dist/join-paths.cjs +1 -1
  70. package/dist/join-paths.d.cts +13 -2
  71. package/dist/join-paths.d.cts.map +1 -0
  72. package/dist/join-paths.d.mts +13 -2
  73. package/dist/join-paths.d.mts.map +1 -0
  74. package/dist/join-paths.mjs +2 -1
  75. package/dist/join-paths.mjs.map +1 -0
  76. package/dist/join.cjs +1 -1
  77. package/dist/join.d.cts +1 -1
  78. package/dist/join.d.mts +1 -1
  79. package/dist/join.mjs +1 -1
  80. package/dist/normalize.cjs +1 -1
  81. package/dist/normalize.d.cts +1 -1
  82. package/dist/normalize.d.mts +1 -1
  83. package/dist/normalize.mjs +1 -1
  84. package/dist/regex.cjs +1 -1
  85. package/dist/regex.d.cts +12 -2
  86. package/dist/regex.d.cts.map +1 -0
  87. package/dist/regex.d.mts +12 -2
  88. package/dist/regex.d.mts.map +1 -0
  89. package/dist/regex.mjs +2 -1
  90. package/dist/regex.mjs.map +1 -0
  91. package/dist/replace.cjs +1 -1
  92. package/dist/replace.d.cts +34 -2
  93. package/dist/replace.d.cts.map +1 -0
  94. package/dist/replace.d.mts +34 -2
  95. package/dist/replace.d.mts.map +1 -0
  96. package/dist/replace.mjs +2 -1
  97. package/dist/replace.mjs.map +1 -0
  98. package/dist/resolve-parent-path.cjs +1 -1
  99. package/dist/resolve-parent-path.d.cts +12 -2
  100. package/dist/resolve-parent-path.d.cts.map +1 -0
  101. package/dist/resolve-parent-path.d.mts +12 -2
  102. package/dist/resolve-parent-path.d.mts.map +1 -0
  103. package/dist/resolve-parent-path.mjs +2 -1
  104. package/dist/resolve-parent-path.mjs.map +1 -0
  105. package/dist/slash.cjs +1 -1
  106. package/dist/slash.d.cts +18 -2
  107. package/dist/slash.d.cts.map +1 -0
  108. package/dist/slash.d.mts +18 -2
  109. package/dist/slash.d.mts.map +1 -0
  110. package/dist/slash.mjs +2 -1
  111. package/dist/slash.mjs.map +1 -0
  112. package/dist/type-checks/src/is-empty.cjs +1 -0
  113. package/dist/type-checks/src/is-empty.mjs +2 -0
  114. package/dist/type-checks/src/is-empty.mjs.map +1 -0
  115. package/dist/type-checks/src/is-null.cjs +1 -0
  116. package/dist/type-checks/src/is-null.mjs +2 -0
  117. package/dist/type-checks/src/is-null.mjs.map +1 -0
  118. package/dist/type-checks/src/is-set-string.cjs +1 -0
  119. package/dist/type-checks/src/is-set-string.mjs +2 -0
  120. package/dist/type-checks/src/is-set-string.mjs.map +1 -0
  121. package/dist/type-checks/src/is-set.cjs +1 -0
  122. package/dist/type-checks/src/is-set.mjs +2 -0
  123. package/dist/type-checks/src/is-set.mjs.map +1 -0
  124. package/dist/type-checks/src/is-string.cjs +1 -0
  125. package/dist/type-checks/src/is-string.mjs +2 -0
  126. package/dist/type-checks/src/is-string.mjs.map +1 -0
  127. package/dist/type-checks/src/is-undefined.cjs +1 -0
  128. package/dist/type-checks/src/is-undefined.mjs +2 -0
  129. package/dist/type-checks/src/is-undefined.mjs.map +1 -0
  130. package/dist/types/src/base.cjs +1 -0
  131. package/dist/types/src/base.mjs +2 -0
  132. package/dist/types/src/base.mjs.map +1 -0
  133. package/package.json +7 -7
  134. package/dist/append-BWRdnlxE.cjs +0 -1
  135. package/dist/append-DfRQvWY6.d.cts +0 -38
  136. package/dist/append-DfRQvWY6.d.cts.map +0 -1
  137. package/dist/append-tFFvRN-V.d.mts +0 -38
  138. package/dist/append-tFFvRN-V.d.mts.map +0 -1
  139. package/dist/append-xQ5toDGS.mjs +0 -2
  140. package/dist/append-xQ5toDGS.mjs.map +0 -1
  141. package/dist/asset-extensions-BFW_s97B.mjs +0 -2
  142. package/dist/asset-extensions-BFW_s97B.mjs.map +0 -1
  143. package/dist/asset-extensions-D-_39huh.d.cts +0 -11
  144. package/dist/asset-extensions-D-_39huh.d.cts.map +0 -1
  145. package/dist/asset-extensions-DNMkK37t.cjs +0 -1
  146. package/dist/asset-extensions-DlN384ac.d.mts +0 -11
  147. package/dist/asset-extensions-DlN384ac.d.mts.map +0 -1
  148. package/dist/correct-path-B0Y_kOkW.cjs +0 -1
  149. package/dist/correct-path-CwHhpk6I.d.cts +0 -59
  150. package/dist/correct-path-CwHhpk6I.d.cts.map +0 -1
  151. package/dist/correct-path-DmaZHNUF.mjs +0 -2
  152. package/dist/correct-path-DmaZHNUF.mjs.map +0 -1
  153. package/dist/correct-path-LC5QqYV-.d.mts +0 -59
  154. package/dist/correct-path-LC5QqYV-.d.mts.map +0 -1
  155. package/dist/cwd-Bt4NcS-v.d.cts +0 -13
  156. package/dist/cwd-Bt4NcS-v.d.cts.map +0 -1
  157. package/dist/cwd-D66SsPHE.cjs +0 -1
  158. package/dist/cwd-Dx53cgUn.d.mts +0 -13
  159. package/dist/cwd-Dx53cgUn.d.mts.map +0 -1
  160. package/dist/cwd-DxrPG9WB.mjs +0 -2
  161. package/dist/cwd-DxrPG9WB.mjs.map +0 -1
  162. package/dist/delimiter-B3nWo9Xn.mjs +0 -2
  163. package/dist/delimiter-B3nWo9Xn.mjs.map +0 -1
  164. package/dist/delimiter-BwyCEwu9.d.cts +0 -22
  165. package/dist/delimiter-BwyCEwu9.d.cts.map +0 -1
  166. package/dist/delimiter-DuDX7fvN.d.mts +0 -22
  167. package/dist/delimiter-DuDX7fvN.d.mts.map +0 -1
  168. package/dist/delimiter-IA9U4fxC.cjs +0 -1
  169. package/dist/file-path-fns-B9hKjfA-.cjs +0 -1
  170. package/dist/file-path-fns-BKbfZRTB.d.mts +0 -218
  171. package/dist/file-path-fns-BKbfZRTB.d.mts.map +0 -1
  172. package/dist/file-path-fns-CTLJP4j9.d.cts +0 -218
  173. package/dist/file-path-fns-CTLJP4j9.d.cts.map +0 -1
  174. package/dist/file-path-fns-MRI3PV8K.mjs +0 -2
  175. package/dist/file-path-fns-MRI3PV8K.mjs.map +0 -1
  176. package/dist/is-parent-path-B1EPPZ08.d.cts +0 -26
  177. package/dist/is-parent-path-B1EPPZ08.d.cts.map +0 -1
  178. package/dist/is-parent-path-BW6CsB2o.d.mts +0 -26
  179. package/dist/is-parent-path-BW6CsB2o.d.mts.map +0 -1
  180. package/dist/is-parent-path-C0Azmjnd.mjs +0 -2
  181. package/dist/is-parent-path-C0Azmjnd.mjs.map +0 -1
  182. package/dist/is-parent-path-ChIi6oAO.cjs +0 -1
  183. package/dist/is-root-dir-BzQKuwi2.cjs +0 -1
  184. package/dist/is-root-dir-CQA1qNI-.d.mts +0 -11
  185. package/dist/is-root-dir-CQA1qNI-.d.mts.map +0 -1
  186. package/dist/is-root-dir-DI5qcnLw.mjs +0 -2
  187. package/dist/is-root-dir-DI5qcnLw.mjs.map +0 -1
  188. package/dist/is-root-dir-DnWZlIgB.d.cts +0 -11
  189. package/dist/is-root-dir-DnWZlIgB.d.cts.map +0 -1
  190. package/dist/join-paths-BLjJ0GmK.mjs +0 -2
  191. package/dist/join-paths-BLjJ0GmK.mjs.map +0 -1
  192. package/dist/join-paths-Bklwf_Bh.d.mts +0 -13
  193. package/dist/join-paths-Bklwf_Bh.d.mts.map +0 -1
  194. package/dist/join-paths-DBTcCEw0.d.cts +0 -13
  195. package/dist/join-paths-DBTcCEw0.d.cts.map +0 -1
  196. package/dist/join-paths-hCBPtGlC.cjs +0 -1
  197. package/dist/regex-BEjSq2wo.cjs +0 -1
  198. package/dist/regex-DHvK8l1E.d.cts +0 -12
  199. package/dist/regex-DHvK8l1E.d.cts.map +0 -1
  200. package/dist/regex-fq9t8ABF.d.mts +0 -12
  201. package/dist/regex-fq9t8ABF.d.mts.map +0 -1
  202. package/dist/regex-hMUNHeGK.mjs +0 -2
  203. package/dist/regex-hMUNHeGK.mjs.map +0 -1
  204. package/dist/replace-0nP9MPWp.d.cts +0 -34
  205. package/dist/replace-0nP9MPWp.d.cts.map +0 -1
  206. package/dist/replace-C570sho0.cjs +0 -1
  207. package/dist/replace-C9dh7bEG.mjs +0 -2
  208. package/dist/replace-C9dh7bEG.mjs.map +0 -1
  209. package/dist/replace-fEEM12P3.d.mts +0 -34
  210. package/dist/replace-fEEM12P3.d.mts.map +0 -1
  211. package/dist/resolve-parent-path-5B4YvR_k.mjs +0 -2
  212. package/dist/resolve-parent-path-5B4YvR_k.mjs.map +0 -1
  213. package/dist/resolve-parent-path-D5uwbjqj.d.mts +0 -12
  214. package/dist/resolve-parent-path-D5uwbjqj.d.mts.map +0 -1
  215. package/dist/resolve-parent-path-DIrSH2oN.cjs +0 -1
  216. package/dist/resolve-parent-path-oZQZf2nw.d.cts +0 -12
  217. package/dist/resolve-parent-path-oZQZf2nw.d.cts.map +0 -1
  218. package/dist/slash-C7xRDucF.mjs +0 -2
  219. package/dist/slash-C7xRDucF.mjs.map +0 -1
  220. package/dist/slash-CuA7ERRf.d.mts +0 -18
  221. package/dist/slash-CuA7ERRf.d.mts.map +0 -1
  222. package/dist/slash-DPd6cWOz.d.cts +0 -18
  223. package/dist/slash-DPd6cWOz.d.cts.map +0 -1
  224. package/dist/slash-DhzW1Om-.cjs +0 -1
@@ -1 +0,0 @@
1
- const e=require(`./slash-DhzW1Om-.cjs`);function t(t,n){let r=e.n(t.replace(/\\/g,`/`).replace(/\/$/,``)),i=e.n(n.replace(/\\/g,`/`).replace(/\/$/,``));return r!==i&&r.startsWith(`${i}/`)}Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return t}});
@@ -1 +0,0 @@
1
- function e(e){return e===`/`||e===`c:\\`||e===`C:\\`}Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return e}});
@@ -1,11 +0,0 @@
1
- //#region src/is-root-dir.d.ts
2
- /**
3
- * Check if the directory is the current system's root directory.
4
- *
5
- * @param dir - The directory to check.
6
- * @returns Returns true if the directory is the root directory.
7
- */
8
- declare function isSystemRoot(dir: string): boolean;
9
- //#endregion
10
- export { isSystemRoot as t };
11
- //# sourceMappingURL=is-root-dir-CQA1qNI-.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-root-dir-CQA1qNI-.d.mts","names":[],"sources":["../src/is-root-dir.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;iBAAgB,YAAA"}
@@ -1,2 +0,0 @@
1
- function e(e){return e===`/`||e===`c:\\`||e===`C:\\`}export{e as t};
2
- //# sourceMappingURL=is-root-dir-DI5qcnLw.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-root-dir-DI5qcnLw.mjs","names":[],"sources":["../src/is-root-dir.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * Check if the directory is the current system's root directory.\n *\n * @param dir - The directory to check.\n * @returns Returns true if the directory is the root directory.\n */\nexport function isSystemRoot(dir: string): boolean {\n return Boolean(dir === \"/\" || dir === \"c:\\\\\" || dir === \"C:\\\\\");\n}\n"],"mappings":"AAwBA,SAAgB,EAAa,EAAsB,CACjD,OAAe,IAAQ,KAAO,IAAQ,QAAU,IAAQ"}
@@ -1,11 +0,0 @@
1
- //#region src/is-root-dir.d.ts
2
- /**
3
- * Check if the directory is the current system's root directory.
4
- *
5
- * @param dir - The directory to check.
6
- * @returns Returns true if the directory is the root directory.
7
- */
8
- declare function isSystemRoot(dir: string): boolean;
9
- //#endregion
10
- export { isSystemRoot as t };
11
- //# sourceMappingURL=is-root-dir-DnWZlIgB.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-root-dir-DnWZlIgB.d.cts","names":[],"sources":["../src/is-root-dir.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;iBAAgB,YAAA"}
@@ -1,2 +0,0 @@
1
- import{c as e,n as t,r as n}from"./regex-hMUNHeGK.mjs";import{r}from"./slash-C7xRDucF.mjs";function i(e=``){return e&&e.replace(/\\/g,`/`).replace(n,e=>e.toUpperCase())}function a(n){if(!n||n.length===0)return`.`;n=i(n);let a=n.match(e),o=r(n),s=n[n.length-1]===`/`;return n=c(n,!o),n.length===0?o?`/`:s?`./`:`.`:(s&&(n+=`/`),t.test(n)&&(n+=`/`),a?o?`//${n}`:`//./${n}`:o&&!r(n)?`/${n}`:n)}function o(...e){let t=``;for(let n of e)if(n)if(t.length>0){let e=t[t.length-1]===`/`,r=n[0]===`/`;e&&r?t+=n.slice(1):t+=e||r?n:`/${n}`}else t+=n;return a(t)}const s=o;function c(e,t){let n=``,r=0,i=-1,a=0,o=null;for(let s=0;s<=e.length;++s){if(s<e.length)o=e[s];else if(o===`/`)break;else o=`/`;if(o===`/`){if(!(i===s-1||a===1))if(a===2){if(n.length<2||r!==2||n[n.length-1]!==`.`||n[n.length-2]!==`.`){if(n.length>2){let e=n.lastIndexOf(`/`);e===-1?(n=``,r=0):(n=n.slice(0,e),r=n.length-1-n.lastIndexOf(`/`)),i=s,a=0;continue}else if(n.length>0){n=``,r=0,i=s,a=0;continue}}t&&(n+=n.length>0?`/..`:`..`,r=2)}else n.length>0?n+=`/${e.slice(i+1,s)}`:n=e.slice(i+1,s),r=s-i-1;i=s,a=0}else o===`.`&&a!==-1?++a:a=-1}return n}export{o as n,s as t};
2
- //# sourceMappingURL=join-paths-BLjJ0GmK.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join-paths-BLjJ0GmK.mjs","names":["char: string | null"],"sources":["../src/join-paths.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { isAbsolute } from \"./is-type\";\nimport {\n DRIVE_LETTER_REGEX,\n DRIVE_LETTER_START_REGEX,\n UNC_REGEX\n} from \"./regex\";\n\n// Util to normalize windows paths to posix\nfunction normalizeWindowsPath(input = \"\") {\n if (!input) {\n return input;\n }\n return input\n .replace(/\\\\/g, \"/\")\n .replace(DRIVE_LETTER_START_REGEX, r => r.toUpperCase());\n}\n\nfunction correctPaths(path?: string) {\n if (!path || path.length === 0) {\n return \".\";\n }\n\n // Normalize windows argument\n path = normalizeWindowsPath(path);\n\n const isUNCPath = path.match(UNC_REGEX);\n const isPathAbsolute = isAbsolute(path);\n const trailingSeparator = path[path.length - 1] === \"/\";\n\n // Normalize the path\n path = normalizeString(path, !isPathAbsolute);\n\n if (path.length === 0) {\n if (isPathAbsolute) {\n return \"/\";\n }\n return trailingSeparator ? \"./\" : \".\";\n }\n if (trailingSeparator) {\n path += \"/\";\n }\n if (DRIVE_LETTER_REGEX.test(path)) {\n path += \"/\";\n }\n\n if (isUNCPath) {\n if (!isPathAbsolute) {\n return `//./${path}`;\n }\n return `//${path}`;\n }\n\n return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;\n}\n\n/**\n * Joins all given path segments together using the platform-specific separator as a delimiter.\n * The resulting path is normalized to remove any redundant or unnecessary segments.\n *\n * @param segments - The path segments to join.\n * @returns The joined and normalized path string.\n */\nexport function joinPaths(...segments: string[]): string {\n let path = \"\";\n\n for (const seg of segments) {\n if (!seg) {\n continue;\n }\n if (path.length > 0) {\n const pathTrailing = path[path.length - 1] === \"/\";\n const segLeading = seg[0] === \"/\";\n const both = pathTrailing && segLeading;\n if (both) {\n path += seg.slice(1);\n } else {\n path += pathTrailing || segLeading ? seg : `/${seg}`;\n }\n } else {\n path += seg;\n }\n }\n\n return correctPaths(path);\n}\n\nexport const join = joinPaths;\n\n/**\n * Resolves a string path, resolving '.' and '.' segments and allowing paths above the root.\n *\n * @param path - The path to normalize.\n * @param allowAboveRoot - Whether to allow the resulting path to be above the root directory.\n * @returns the normalized path string.\n */\nfunction normalizeString(path: string, allowAboveRoot: boolean) {\n let res = \"\";\n let lastSegmentLength = 0;\n let lastSlash = -1;\n let dots = 0;\n let char: string | null = null;\n for (let index = 0; index <= path.length; ++index) {\n if (index < path.length) {\n // casted because we know it exists thanks to the length check\n char = path[index] as string;\n } else if (char === \"/\") {\n break;\n } else {\n char = \"/\";\n }\n if (char === \"/\") {\n if (lastSlash === index - 1 || dots === 1) {\n // NOOP\n } else if (dots === 2) {\n if (\n res.length < 2 ||\n lastSegmentLength !== 2 ||\n res[res.length - 1] !== \".\" ||\n res[res.length - 2] !== \".\"\n ) {\n if (res.length > 2) {\n const lastSlashIndex = res.lastIndexOf(\"/\");\n if (lastSlashIndex === -1) {\n res = \"\";\n lastSegmentLength = 0;\n } else {\n res = res.slice(0, lastSlashIndex);\n lastSegmentLength = res.length - 1 - res.lastIndexOf(\"/\");\n }\n lastSlash = index;\n dots = 0;\n continue;\n } else if (res.length > 0) {\n res = \"\";\n lastSegmentLength = 0;\n lastSlash = index;\n dots = 0;\n continue;\n }\n }\n if (allowAboveRoot) {\n res += res.length > 0 ? \"/..\" : \"..\";\n lastSegmentLength = 2;\n }\n } else {\n if (res.length > 0) {\n res += `/${path.slice(lastSlash + 1, index)}`;\n } else {\n res = path.slice(lastSlash + 1, index);\n }\n lastSegmentLength = index - lastSlash - 1;\n }\n lastSlash = index;\n dots = 0;\n } else if (char === \".\" && dots !== -1) {\n ++dots;\n } else {\n dots = -1;\n }\n }\n return res;\n}\n"],"mappings":"2FA0BA,SAAS,EAAqB,EAAQ,GAAI,CAIxC,OAHK,GAGE,EACJ,QAAQ,MAAO,IAAI,CACnB,QAAQ,EAA0B,GAAK,EAAE,aAAa,CAAC,CAG5D,SAAS,EAAa,EAAe,CACnC,GAAI,CAAC,GAAQ,EAAK,SAAW,EAC3B,MAAO,IAIT,EAAO,EAAqB,EAAK,CAEjC,IAAM,EAAY,EAAK,MAAM,EAAU,CACjC,EAAiB,EAAW,EAAK,CACjC,EAAoB,EAAK,EAAK,OAAS,KAAO,IAyBpD,MAtBA,GAAO,EAAgB,EAAM,CAAC,EAAe,CAEzC,EAAK,SAAW,EACd,EACK,IAEF,EAAoB,KAAO,KAEhC,IACF,GAAQ,KAEN,EAAmB,KAAK,EAAK,GAC/B,GAAQ,KAGN,EACG,EAGE,KAAK,IAFH,OAAO,IAKX,GAAkB,CAAC,EAAW,EAAK,CAAG,IAAI,IAAS,GAU5D,SAAgB,EAAU,GAAG,EAA4B,CACvD,IAAI,EAAO,GAEX,IAAK,IAAM,KAAO,EACX,KAGL,GAAI,EAAK,OAAS,EAAG,CACnB,IAAM,EAAe,EAAK,EAAK,OAAS,KAAO,IACzC,EAAa,EAAI,KAAO,IACjB,GAAgB,EAE3B,GAAQ,EAAI,MAAM,EAAE,CAEpB,GAAQ,GAAgB,EAAa,EAAM,IAAI,SAGjD,GAAQ,EAIZ,OAAO,EAAa,EAAK,CAG3B,MAAa,EAAO,EASpB,SAAS,EAAgB,EAAc,EAAyB,CAC9D,IAAI,EAAM,GACN,EAAoB,EACpB,EAAY,GACZ,EAAO,EACPA,EAAsB,KAC1B,IAAK,IAAI,EAAQ,EAAG,GAAS,EAAK,OAAQ,EAAE,EAAO,CACjD,GAAI,EAAQ,EAAK,OAEf,EAAO,EAAK,WACH,IAAS,IAClB,WAEA,EAAO,IAET,GAAI,IAAS,IAAK,CAChB,GAAI,MAAc,EAAQ,GAAK,IAAS,GAAG,GAEhC,IAAS,EAAG,CACrB,GACE,EAAI,OAAS,GACb,IAAsB,GACtB,EAAI,EAAI,OAAS,KAAO,KACxB,EAAI,EAAI,OAAS,KAAO,QAEpB,EAAI,OAAS,EAAG,CAClB,IAAM,EAAiB,EAAI,YAAY,IAAI,CACvC,IAAmB,IACrB,EAAM,GACN,EAAoB,IAEpB,EAAM,EAAI,MAAM,EAAG,EAAe,CAClC,EAAoB,EAAI,OAAS,EAAI,EAAI,YAAY,IAAI,EAE3D,EAAY,EACZ,EAAO,EACP,iBACS,EAAI,OAAS,EAAG,CACzB,EAAM,GACN,EAAoB,EACpB,EAAY,EACZ,EAAO,EACP,UAGA,IACF,GAAO,EAAI,OAAS,EAAI,MAAQ,KAChC,EAAoB,QAGlB,EAAI,OAAS,EACf,GAAO,IAAI,EAAK,MAAM,EAAY,EAAG,EAAM,GAE3C,EAAM,EAAK,MAAM,EAAY,EAAG,EAAM,CAExC,EAAoB,EAAQ,EAAY,EAE1C,EAAY,EACZ,EAAO,OACE,IAAS,KAAO,IAAS,GAClC,EAAE,EAEF,EAAO,GAGX,OAAO"}
@@ -1,13 +0,0 @@
1
- //#region src/join-paths.d.ts
2
- /**
3
- * Joins all given path segments together using the platform-specific separator as a delimiter.
4
- * The resulting path is normalized to remove any redundant or unnecessary segments.
5
- *
6
- * @param segments - The path segments to join.
7
- * @returns The joined and normalized path string.
8
- */
9
- declare function joinPaths(...segments: string[]): string;
10
- declare const join: typeof joinPaths;
11
- //#endregion
12
- export { joinPaths as n, join as t };
13
- //# sourceMappingURL=join-paths-Bklwf_Bh.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join-paths-Bklwf_Bh.d.mts","names":[],"sources":["../src/join-paths.ts"],"sourcesContent":[],"mappings":";;AAgFA;AAwBA;;;;;iBAxBgB,SAAA;cAwBH,aAAI"}
@@ -1,13 +0,0 @@
1
- //#region src/join-paths.d.ts
2
- /**
3
- * Joins all given path segments together using the platform-specific separator as a delimiter.
4
- * The resulting path is normalized to remove any redundant or unnecessary segments.
5
- *
6
- * @param segments - The path segments to join.
7
- * @returns The joined and normalized path string.
8
- */
9
- declare function joinPaths(...segments: string[]): string;
10
- declare const join: typeof joinPaths;
11
- //#endregion
12
- export { joinPaths as n, join as t };
13
- //# sourceMappingURL=join-paths-DBTcCEw0.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join-paths-DBTcCEw0.d.cts","names":[],"sources":["../src/join-paths.ts"],"sourcesContent":[],"mappings":";;AAgFA;AAwBA;;;;;iBAxBgB,SAAA;cAwBH,aAAI"}
@@ -1 +0,0 @@
1
- const e=require(`./regex-BEjSq2wo.cjs`),t=require(`./slash-DhzW1Om-.cjs`);function n(t=``){return t&&t.replace(/\\/g,`/`).replace(e.r,e=>e.toUpperCase())}function r(r){if(!r||r.length===0)return`.`;r=n(r);let i=r.match(e.c),a=t.r(r),s=r[r.length-1]===`/`;return r=o(r,!a),r.length===0?a?`/`:s?`./`:`.`:(s&&(r+=`/`),e.n.test(r)&&(r+=`/`),i?a?`//${r}`:`//./${r}`:a&&!t.r(r)?`/${r}`:r)}function i(...e){let t=``;for(let n of e)if(n)if(t.length>0){let e=t[t.length-1]===`/`,r=n[0]===`/`;e&&r?t+=n.slice(1):t+=e||r?n:`/${n}`}else t+=n;return r(t)}const a=i;function o(e,t){let n=``,r=0,i=-1,a=0,o=null;for(let s=0;s<=e.length;++s){if(s<e.length)o=e[s];else if(o===`/`)break;else o=`/`;if(o===`/`){if(!(i===s-1||a===1))if(a===2){if(n.length<2||r!==2||n[n.length-1]!==`.`||n[n.length-2]!==`.`){if(n.length>2){let e=n.lastIndexOf(`/`);e===-1?(n=``,r=0):(n=n.slice(0,e),r=n.length-1-n.lastIndexOf(`/`)),i=s,a=0;continue}else if(n.length>0){n=``,r=0,i=s,a=0;continue}}t&&(n+=n.length>0?`/..`:`..`,r=2)}else n.length>0?n+=`/${e.slice(i+1,s)}`:n=e.slice(i+1,s),r=s-i-1;i=s,a=0}else o===`.`&&a!==-1?++a:a=-1}return n}Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
@@ -1 +0,0 @@
1
- const e=/^[A-Z]:\//i,t=/^[A-Z]:$/i,n=/^[/\\]{2}/,r=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^~[/\\]|^[A-Z]:[/\\]/i,i=/^\/([A-Z]:)?$/i,a=/\.[0-9a-z]+$/i,o=/^@\w+\/.*$/,s=/^(?:@[\w-]+\/)?[\w-]+$/;Object.defineProperty(exports,`a`,{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,`c`,{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,`i`,{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`o`,{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return e}}),Object.defineProperty(exports,`s`,{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return r}});
@@ -1,12 +0,0 @@
1
- //#region src/regex.d.ts
2
- declare const DRIVE_LETTER_START_REGEX: RegExp;
3
- declare const DRIVE_LETTER_REGEX: RegExp;
4
- declare const UNC_REGEX: RegExp;
5
- declare const ABSOLUTE_PATH_REGEX: RegExp;
6
- declare const ROOT_FOLDER_REGEX: RegExp;
7
- declare const FILE_EXTENSION_REGEX: RegExp;
8
- declare const PACKAGE_PATH_REGEX: RegExp;
9
- declare const NPM_SCOPED_PACKAGE_REGEX: RegExp;
10
- //#endregion
11
- export { NPM_SCOPED_PACKAGE_REGEX as a, UNC_REGEX as c, FILE_EXTENSION_REGEX as i, DRIVE_LETTER_REGEX as n, PACKAGE_PATH_REGEX as o, DRIVE_LETTER_START_REGEX as r, ROOT_FOLDER_REGEX as s, ABSOLUTE_PATH_REGEX as t };
12
- //# sourceMappingURL=regex-DHvK8l1E.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"regex-DHvK8l1E.d.cts","names":[],"sources":["../src/regex.ts"],"sourcesContent":[],"mappings":";cAkBa,0BAAwB;AAAxB,cACA,kBADuC,EACrB,MADM;AACxB,cAEA,SAFgC,EAEvB,MAFS;AAElB,cAEA,mBAFuB,EAEJ,MAFI;AAEvB,cAGA,iBAHmB,EAGF,MAF2B;AAE5C,cAEA,oBAFiB,EAEG,MAFgB;AAEpC,cAEA,kBAFoB,EAEF,MAFoB;AAEtC,cACA,wBADiC,EACT,MADS"}
@@ -1,12 +0,0 @@
1
- //#region src/regex.d.ts
2
- declare const DRIVE_LETTER_START_REGEX: RegExp;
3
- declare const DRIVE_LETTER_REGEX: RegExp;
4
- declare const UNC_REGEX: RegExp;
5
- declare const ABSOLUTE_PATH_REGEX: RegExp;
6
- declare const ROOT_FOLDER_REGEX: RegExp;
7
- declare const FILE_EXTENSION_REGEX: RegExp;
8
- declare const PACKAGE_PATH_REGEX: RegExp;
9
- declare const NPM_SCOPED_PACKAGE_REGEX: RegExp;
10
- //#endregion
11
- export { NPM_SCOPED_PACKAGE_REGEX as a, UNC_REGEX as c, FILE_EXTENSION_REGEX as i, DRIVE_LETTER_REGEX as n, PACKAGE_PATH_REGEX as o, DRIVE_LETTER_START_REGEX as r, ROOT_FOLDER_REGEX as s, ABSOLUTE_PATH_REGEX as t };
12
- //# sourceMappingURL=regex-fq9t8ABF.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"regex-fq9t8ABF.d.mts","names":[],"sources":["../src/regex.ts"],"sourcesContent":[],"mappings":";cAkBa,0BAAwB;AAAxB,cACA,kBADuC,EACrB,MADM;AACxB,cAEA,SAFgC,EAEvB,MAFS;AAElB,cAEA,mBAFuB,EAEJ,MAFI;AAEvB,cAGA,iBAHmB,EAGF,MAF2B;AAE5C,cAEA,oBAFiB,EAEG,MAFgB;AAEpC,cAEA,kBAFoB,EAEF,MAFoB;AAEtC,cACA,wBADiC,EACT,MADS"}
@@ -1,2 +0,0 @@
1
- const e=/^[A-Z]:\//i,t=/^[A-Z]:$/i,n=/^[/\\]{2}/,r=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^~[/\\]|^[A-Z]:[/\\]/i,i=/^\/([A-Z]:)?$/i,a=/\.[0-9a-z]+$/i,o=/^@\w+\/.*$/,s=/^(?:@[\w-]+\/)?[\w-]+$/;export{s as a,n as c,a as i,t as n,o,e as r,i as s,r as t};
2
- //# sourceMappingURL=regex-hMUNHeGK.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"regex-hMUNHeGK.mjs","names":[],"sources":["../src/regex.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nexport const DRIVE_LETTER_START_REGEX = /^[A-Z]:\\//i;\nexport const DRIVE_LETTER_REGEX = /^[A-Z]:$/i;\n\nexport const UNC_REGEX = /^[/\\\\]{2}/;\n\nexport const ABSOLUTE_PATH_REGEX =\n /^[/\\\\](?![/\\\\])|^[/\\\\]{2}(?!\\.)|^~[/\\\\]|^[A-Z]:[/\\\\]/i;\n\nexport const ROOT_FOLDER_REGEX = /^\\/([A-Z]:)?$/i;\n\nexport const FILE_EXTENSION_REGEX = /\\.[0-9a-z]+$/i;\n\nexport const PACKAGE_PATH_REGEX = /^@\\w+\\/.*$/;\nexport const NPM_SCOPED_PACKAGE_REGEX = /^(?:@[\\w-]+\\/)?[\\w-]+$/;\n"],"mappings":"AAkBA,MAAa,EAA2B,aAC3B,EAAqB,YAErB,EAAY,YAEZ,EACX,wDAEW,EAAoB,iBAEpB,EAAuB,gBAEvB,EAAqB,aACrB,EAA2B"}
@@ -1,34 +0,0 @@
1
- //#region src/replace.d.ts
2
- /**
3
- * Replace the base path from the beginning of the given path.
4
- *
5
- * @example
6
- * ```ts
7
- * replacePath("/home/user/project/src/index.ts", "/home/user/project");
8
- * // returns "src/index.ts"
9
- * ```
10
- *
11
- * @param childPath - The child path to replace the {@link parentPath} substring from
12
- * @param parentPath - The parent path to remove from the {@link childPath} parameter
13
- * @returns The {@link childPath} with the {@link parentPath} path removed
14
- */
15
- declare function replacePath(childPath: string, parentPath?: string): string;
16
- /**
17
- * Replace the extension of a given path with the provided value.
18
- *
19
- * @example
20
- * ```ts
21
- * replaceExtension("/home/user/project/src/index.ts", ".js");
22
- * // returns "/home/user/project/src/index.js"
23
- * replaceExtension("/home/user/project/src/index.ts");
24
- * // returns "/home/user/project/src/index"
25
- * ```
26
- *
27
- * @param path - The path that will have its current extension replaced
28
- * @param replacement - The value (or an empty string) to replace the current extension with
29
- * @returns The path with the replaced extension
30
- */
31
- declare function replaceExtension(path: string, replacement?: string): string;
32
- //#endregion
33
- export { replacePath as n, replaceExtension as t };
34
- //# sourceMappingURL=replace-0nP9MPWp.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-0nP9MPWp.d.cts","names":[],"sources":["../src/replace.ts"],"sourcesContent":[],"mappings":";;AAuCA;AAwBA;;;;;;;;;;;iBAxBgB,WAAA;;;;;;;;;;;;;;;;iBAwBA,gBAAA"}
@@ -1 +0,0 @@
1
- const e=require(`./cwd-D66SsPHE.cjs`),t=require(`./slash-DhzW1Om-.cjs`),n=require(`./is-parent-path-ChIi6oAO.cjs`),r=require(`./file-path-fns-B9hKjfA-.cjs`);function i(r,i=e.t()){return n.t(r,i)?t.n(r).replace(t.n(i),``).replace(/^\//,``):r}function a(e,t=``){return e.replace(!t||t.includes(`.`)?r.a(e):r.s(e),t)}Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
@@ -1,2 +0,0 @@
1
- import{t as e}from"./cwd-DxrPG9WB.mjs";import{n as t}from"./slash-C7xRDucF.mjs";import{t as n}from"./is-parent-path-C0Azmjnd.mjs";import{a as r,s as i}from"./file-path-fns-MRI3PV8K.mjs";function a(r,i=e()){return n(r,i)?t(r).replace(t(i),``).replace(/^\//,``):r}function o(e,t=``){return e.replace(!t||t.includes(`.`)?r(e):i(e),t)}export{a as n,o as t};
2
- //# sourceMappingURL=replace-C9dh7bEG.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-C9dh7bEG.mjs","names":[],"sources":["../src/replace.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { cwd } from \"./cwd\";\nimport {\n findFileDotExtensionSafe,\n findFileExtensionSafe\n} from \"./file-path-fns\";\nimport { isParentPath } from \"./is-parent-path\";\nimport { slash } from \"./slash\";\n\n/**\n * Replace the base path from the beginning of the given path.\n *\n * @example\n * ```ts\n * replacePath(\"/home/user/project/src/index.ts\", \"/home/user/project\");\n * // returns \"src/index.ts\"\n * ```\n *\n * @param childPath - The child path to replace the {@link parentPath} substring from\n * @param parentPath - The parent path to remove from the {@link childPath} parameter\n * @returns The {@link childPath} with the {@link parentPath} path removed\n */\nexport function replacePath(\n childPath: string,\n parentPath: string = cwd()\n): string {\n return isParentPath(childPath, parentPath)\n ? slash(childPath).replace(slash(parentPath), \"\").replace(/^\\//, \"\")\n : childPath;\n}\n\n/**\n * Replace the extension of a given path with the provided value.\n *\n * @example\n * ```ts\n * replaceExtension(\"/home/user/project/src/index.ts\", \".js\");\n * // returns \"/home/user/project/src/index.js\"\n * replaceExtension(\"/home/user/project/src/index.ts\");\n * // returns \"/home/user/project/src/index\"\n * ```\n *\n * @param path - The path that will have its current extension replaced\n * @param replacement - The value (or an empty string) to replace the current extension with\n * @returns The path with the replaced extension\n */\nexport function replaceExtension(path: string, replacement = \"\"): string {\n return path.replace(\n !replacement || replacement.includes(\".\")\n ? findFileDotExtensionSafe(path)\n : findFileExtensionSafe(path),\n replacement\n );\n}\n"],"mappings":"0LAuCA,SAAgB,EACd,EACA,EAAqB,GAAK,CAClB,CACR,OAAO,EAAa,EAAW,EAAW,CACtC,EAAM,EAAU,CAAC,QAAQ,EAAM,EAAW,CAAE,GAAG,CAAC,QAAQ,MAAO,GAAG,CAClE,EAkBN,SAAgB,EAAiB,EAAc,EAAc,GAAY,CACvE,OAAO,EAAK,QACV,CAAC,GAAe,EAAY,SAAS,IAAI,CACrC,EAAyB,EAAK,CAC9B,EAAsB,EAAK,CAC/B,EACD"}
@@ -1,34 +0,0 @@
1
- //#region src/replace.d.ts
2
- /**
3
- * Replace the base path from the beginning of the given path.
4
- *
5
- * @example
6
- * ```ts
7
- * replacePath("/home/user/project/src/index.ts", "/home/user/project");
8
- * // returns "src/index.ts"
9
- * ```
10
- *
11
- * @param childPath - The child path to replace the {@link parentPath} substring from
12
- * @param parentPath - The parent path to remove from the {@link childPath} parameter
13
- * @returns The {@link childPath} with the {@link parentPath} path removed
14
- */
15
- declare function replacePath(childPath: string, parentPath?: string): string;
16
- /**
17
- * Replace the extension of a given path with the provided value.
18
- *
19
- * @example
20
- * ```ts
21
- * replaceExtension("/home/user/project/src/index.ts", ".js");
22
- * // returns "/home/user/project/src/index.js"
23
- * replaceExtension("/home/user/project/src/index.ts");
24
- * // returns "/home/user/project/src/index"
25
- * ```
26
- *
27
- * @param path - The path that will have its current extension replaced
28
- * @param replacement - The value (or an empty string) to replace the current extension with
29
- * @returns The path with the replaced extension
30
- */
31
- declare function replaceExtension(path: string, replacement?: string): string;
32
- //#endregion
33
- export { replacePath as n, replaceExtension as t };
34
- //# sourceMappingURL=replace-fEEM12P3.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-fEEM12P3.d.mts","names":[],"sources":["../src/replace.ts"],"sourcesContent":[],"mappings":";;AAuCA;AAwBA;;;;;;;;;;;iBAxBgB,WAAA;;;;;;;;;;;;;;;;iBAwBA,gBAAA"}
@@ -1,2 +0,0 @@
1
- import{n as e}from"./join-paths-BLjJ0GmK.mjs";const t=(t,n=1)=>{let r=t.replaceAll(/\/+$/g,``);for(let t=0;t<n;t++)r=e(r,`..`);return r};export{t};
2
- //# sourceMappingURL=resolve-parent-path-5B4YvR_k.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolve-parent-path-5B4YvR_k.mjs","names":[],"sources":["../src/resolve-parent-path.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { joinPaths } from \"./join-paths\";\n\n/**\n * Resolve the parent path of the provided path.\n *\n * @param path - The path to resolve.\n * @param count - The number of parent directories to traverse.\n * @returns The parent path of the provided path.\n */\nexport const resolveParentPath = (path: string, count: number = 1): string => {\n let parentPath = path.replaceAll(/\\/+$/g, \"\");\n for (let i = 0; i < count; i++) {\n parentPath = joinPaths(parentPath, \"..\");\n }\n return parentPath;\n};\n"],"mappings":"8CA2BA,MAAa,GAAqB,EAAc,EAAgB,IAAc,CAC5E,IAAI,EAAa,EAAK,WAAW,QAAS,GAAG,CAC7C,IAAK,IAAI,EAAI,EAAG,EAAI,EAAO,IACzB,EAAa,EAAU,EAAY,KAAK,CAE1C,OAAO"}
@@ -1,12 +0,0 @@
1
- //#region src/resolve-parent-path.d.ts
2
- /**
3
- * Resolve the parent path of the provided path.
4
- *
5
- * @param path - The path to resolve.
6
- * @param count - The number of parent directories to traverse.
7
- * @returns The parent path of the provided path.
8
- */
9
- declare const resolveParentPath: (path: string, count?: number) => string;
10
- //#endregion
11
- export { resolveParentPath as t };
12
- //# sourceMappingURL=resolve-parent-path-D5uwbjqj.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolve-parent-path-D5uwbjqj.d.mts","names":[],"sources":["../src/resolve-parent-path.ts"],"sourcesContent":[],"mappings":";;AA2BA;;;;;;cAAa"}
@@ -1 +0,0 @@
1
- const e=require(`./join-paths-hCBPtGlC.cjs`),t=(t,n=1)=>{let r=t.replaceAll(/\/+$/g,``);for(let t=0;t<n;t++)r=e.n(r,`..`);return r};Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return t}});
@@ -1,12 +0,0 @@
1
- //#region src/resolve-parent-path.d.ts
2
- /**
3
- * Resolve the parent path of the provided path.
4
- *
5
- * @param path - The path to resolve.
6
- * @param count - The number of parent directories to traverse.
7
- * @returns The parent path of the provided path.
8
- */
9
- declare const resolveParentPath: (path: string, count?: number) => string;
10
- //#endregion
11
- export { resolveParentPath as t };
12
- //# sourceMappingURL=resolve-parent-path-oZQZf2nw.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolve-parent-path-oZQZf2nw.d.cts","names":[],"sources":["../src/resolve-parent-path.ts"],"sourcesContent":[],"mappings":";;AA2BA;;;;;;cAAa"}
@@ -1,2 +0,0 @@
1
- import{a as e,t}from"./regex-hMUNHeGK.mjs";function n(e){return t.test(c(e))}function r(e){return n(e)}function i(e){return!n(e)}function a(e){return i(e)}function o(t){return e.test(c(t))}function s(e){return o(e)}function c(e){return e.startsWith(`\\\\?\\`)?e:e.replace(/\\/g,`/`)}function l(e){let t=c(e);return n(t)?t.replace(/\/+$/g,``):t.replace(/^\.\//g,``).replace(/\/+$/g,``)}export{s as a,i as c,n as i,c as n,o,r,a as s,l as t};
2
- //# sourceMappingURL=slash-C7xRDucF.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slash-C7xRDucF.mjs","names":[],"sources":["../src/is-type.ts","../src/slash.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { ABSOLUTE_PATH_REGEX, NPM_SCOPED_PACKAGE_REGEX } from \"./regex\";\nimport { slash } from \"./slash\";\n\n/**\n * Check if the path is an absolute path.\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is an absolute path\n */\nexport function isAbsolutePath(path: string): boolean {\n return ABSOLUTE_PATH_REGEX.test(slash(path));\n}\n\n/**\n * Check if the path is an absolute path.\n *\n * @remarks\n * This is an alias for {@link isAbsolutePath}.\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is an absolute path\n */\nexport function isAbsolute(path: string): boolean {\n return isAbsolutePath(path);\n}\n\n/**\n * Check if the path is a relative path.\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is a relative path\n */\nexport function isRelativePath(path: string): boolean {\n return !isAbsolutePath(path);\n}\n\n/**\n * Check if the path is a relative path.\n *\n * @remarks\n * This is an alias for {@link isRelativePath}.\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is a relative path\n */\nexport function isRelative(path: string): boolean {\n return isRelativePath(path);\n}\n\n/**\n * Check if the path is a npm package path.\n *\n * @remarks\n * This only checks if the path matches the npm namespace scoped package naming convention such as `@scope/package-name`. This is an alias for {@link isNpmScopedPackage}.\n *\n * @example\n * ```ts\n * isNpmScopedPackage(\"@stryke/path\"); // returns true\n * isNpmScopedPackage(\"lodash\"); // returns false\n * isNpmNamespacePackage(\"./src/index.ts\"); // returns false\n * ```\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is a npm package path\n */\nexport function isNpmScopedPackagePath(path: string): boolean {\n return NPM_SCOPED_PACKAGE_REGEX.test(slash(path));\n}\n\n/**\n * Check if the path is a npm package path.\n *\n * @remarks\n * This only checks if the path matches the npm namespace scoped package naming convention such as `@scope/package-name`. This is an alias for {@link isNpmScopedPackagePath}.\n *\n * @example\n * ```ts\n * isNpmScopedPackagePath(\"@stryke/path\"); // returns true\n * isNpmScopedPackagePath(\"lodash\"); // returns false\n * isNpmScopedPackagePath(\"./src/index.ts\"); // returns false\n * ```\n *\n * @param path - The path to check\n * @returns An indicator specifying if the path is a npm package path\n */\nexport function isNpmScopedPackage(path: string): boolean {\n return isNpmScopedPackagePath(path);\n}\n","/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { isAbsolutePath } from \"./is-type\";\n\n/**\n * Replace backslash to slash\n *\n * @param path - The string to replace\n * @returns The string with replaced backslashes\n */\nexport function slash(path: string) {\n if (path.startsWith(\"\\\\\\\\?\\\\\")) {\n return path;\n }\n\n return path.replace(/\\\\/g, \"/\");\n}\n\n/**\n * Replace backslash to slash and remove unneeded leading and trailing slashes\n *\n * @param path - The string to replace\n * @returns The string with replaced backslashes\n */\nexport function formatSlash(path: string) {\n const formatted = slash(path);\n\n return isAbsolutePath(formatted)\n ? formatted.replace(/\\/+$/g, \"\")\n : formatted.replace(/^\\.\\//g, \"\").replace(/\\/+$/g, \"\");\n}\n"],"mappings":"2CA2BA,SAAgB,EAAe,EAAuB,CACpD,OAAO,EAAoB,KAAK,EAAM,EAAK,CAAC,CAY9C,SAAgB,EAAW,EAAuB,CAChD,OAAO,EAAe,EAAK,CAS7B,SAAgB,EAAe,EAAuB,CACpD,MAAO,CAAC,EAAe,EAAK,CAY9B,SAAgB,EAAW,EAAuB,CAChD,OAAO,EAAe,EAAK,CAmB7B,SAAgB,EAAuB,EAAuB,CAC5D,OAAO,EAAyB,KAAK,EAAM,EAAK,CAAC,CAmBnD,SAAgB,EAAmB,EAAuB,CACxD,OAAO,EAAuB,EAAK,CC9ErC,SAAgB,EAAM,EAAc,CAKlC,OAJI,EAAK,WAAW,UAAU,CACrB,EAGF,EAAK,QAAQ,MAAO,IAAI,CASjC,SAAgB,EAAY,EAAc,CACxC,IAAM,EAAY,EAAM,EAAK,CAE7B,OAAO,EAAe,EAAU,CAC5B,EAAU,QAAQ,QAAS,GAAG,CAC9B,EAAU,QAAQ,SAAU,GAAG,CAAC,QAAQ,QAAS,GAAG"}
@@ -1,18 +0,0 @@
1
- //#region src/slash.d.ts
2
- /**
3
- * Replace backslash to slash
4
- *
5
- * @param path - The string to replace
6
- * @returns The string with replaced backslashes
7
- */
8
- declare function slash(path: string): string;
9
- /**
10
- * Replace backslash to slash and remove unneeded leading and trailing slashes
11
- *
12
- * @param path - The string to replace
13
- * @returns The string with replaced backslashes
14
- */
15
- declare function formatSlash(path: string): string;
16
- //#endregion
17
- export { slash as n, formatSlash as t };
18
- //# sourceMappingURL=slash-CuA7ERRf.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slash-CuA7ERRf.d.mts","names":[],"sources":["../src/slash.ts"],"sourcesContent":[],"mappings":";;AA0BA;AAcA;;;;iBAdgB,KAAA;;;;;;;iBAcA,WAAA"}
@@ -1,18 +0,0 @@
1
- //#region src/slash.d.ts
2
- /**
3
- * Replace backslash to slash
4
- *
5
- * @param path - The string to replace
6
- * @returns The string with replaced backslashes
7
- */
8
- declare function slash(path: string): string;
9
- /**
10
- * Replace backslash to slash and remove unneeded leading and trailing slashes
11
- *
12
- * @param path - The string to replace
13
- * @returns The string with replaced backslashes
14
- */
15
- declare function formatSlash(path: string): string;
16
- //#endregion
17
- export { slash as n, formatSlash as t };
18
- //# sourceMappingURL=slash-DPd6cWOz.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slash-DPd6cWOz.d.cts","names":[],"sources":["../src/slash.ts"],"sourcesContent":[],"mappings":";;AA0BA;AAcA;;;;iBAdgB,KAAA;;;;;;;iBAcA,WAAA"}
@@ -1 +0,0 @@
1
- const e=require(`./regex-BEjSq2wo.cjs`);function t(t){return e.t.test(s(t))}function n(e){return t(e)}function r(e){return!t(e)}function i(e){return r(e)}function a(t){return e.a.test(s(t))}function o(e){return a(e)}function s(e){return e.startsWith(`\\\\?\\`)?e:e.replace(/\\/g,`/`)}function c(e){let n=s(e);return t(n)?n.replace(/\/+$/g,``):n.replace(/^\.\//g,``).replace(/\/+$/g,``)}Object.defineProperty(exports,`a`,{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,`c`,{enumerable:!0,get:function(){return r}}),Object.defineProperty(exports,`i`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,`o`,{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,`s`,{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return c}});