@stryke/path 0.22.10 → 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 +16 -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
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Stryke - Path
4
4
 
5
+ ## [0.22.11](https://github.com/storm-software/stryke/releases/tag/path%400.22.11) (12/08/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.9**
10
+ - Updated **convert** to **v0.6.24**
11
+ - Updated **types** to **v0.10.23**
12
+
13
+ ## [0.22.10](https://github.com/storm-software/stryke/releases/tag/path%400.22.10) (12/08/2025)
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **type-checks** to **v0.5.8**
18
+ - Updated **convert** to **v0.6.23**
19
+ - Updated **types** to **v0.10.22**
20
+
5
21
  ## [0.22.9](https://github.com/storm-software/stryke/releases/tag/path%400.22.9) (12/08/2025)
6
22
 
7
23
  ### Updated Dependencies
package/dist/append.cjs CHANGED
@@ -1 +1 @@
1
- const e=require(`./append-BWRdnlxE.cjs`);exports.append=e.t,exports.appendExtension=e.n,exports.appendPath=e.r;
1
+ const e=require(`./cwd.cjs`),t=require(`./slash.cjs`),n=require(`./is-parent-path.cjs`),r=require(`./join-paths.cjs`);function i(i,a=e.cwd()){return t.slash(n.isParentPath(i,a)?i:r.joinPaths(a,i))}const a=i;function o(e,t){return`${e}.${t.replace(/^\./,``)}`}exports.append=a,exports.appendExtension=o,exports.appendPath=i;
package/dist/append.d.cts CHANGED
@@ -1,2 +1,38 @@
1
- import { n as appendExtension, r as appendPath, t as append } from "./append-DfRQvWY6.cjs";
2
- export { append, appendExtension, appendPath };
1
+ //#region src/append.d.ts
2
+ /**
3
+ * If not already a parent path, append the base path from the beginning of the given child path.
4
+ *
5
+ * @example
6
+ * ```ts
7
+ * appendPath("src/index.ts", "/home/user/project");
8
+ * // returns "/home/user/project/src/index.ts"
9
+ *
10
+ * appendPath("/user/dev/app.ts", "/user/dev");
11
+ * // returns "/user/dev/app.ts"
12
+ * ```
13
+ *
14
+ * @param childPath - The child path to append to the {@link parentPath}
15
+ * @param parentPath - The parent path to add the {@link childPath} to
16
+ * @returns The {@link parentPath} with the {@link childPath} appended
17
+ */
18
+ declare function appendPath(childPath: string, parentPath?: string): string;
19
+ declare const append: typeof appendPath;
20
+ /**
21
+ * Append the extension to the given path.
22
+ *
23
+ * @example
24
+ * ```ts
25
+ * appendExtension("/home/user/project/src/index", ".ts");
26
+ * // returns "/home/user/project/src/index.ts"
27
+ * appendExtension("/home/user/project/src/index.ts", ".js");
28
+ * // returns "/home/user/project/src/index.ts.js"
29
+ * ```
30
+ *
31
+ * @param path - The path to append the extension to.
32
+ * @param extension - The extension to append.
33
+ * @returns The path with the appended extension.
34
+ */
35
+ declare function appendExtension(path: string, extension: string): string;
36
+ //#endregion
37
+ export { append, appendExtension, appendPath };
38
+ //# sourceMappingURL=append.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"append.d.cts","names":[],"sources":["../src/append.ts"],"sourcesContent":[],"mappings":";;AAuCA;AAWA;AAiBA;;;;;;;;;;;;;iBA5BgB,UAAA;cAWH,eAAM;;;;;;;;;;;;;;;;iBAiBH,eAAA"}
package/dist/append.d.mts CHANGED
@@ -1,2 +1,38 @@
1
- import { n as appendExtension, r as appendPath, t as append } from "./append-tFFvRN-V.mjs";
2
- export { append, appendExtension, appendPath };
1
+ //#region src/append.d.ts
2
+ /**
3
+ * If not already a parent path, append the base path from the beginning of the given child path.
4
+ *
5
+ * @example
6
+ * ```ts
7
+ * appendPath("src/index.ts", "/home/user/project");
8
+ * // returns "/home/user/project/src/index.ts"
9
+ *
10
+ * appendPath("/user/dev/app.ts", "/user/dev");
11
+ * // returns "/user/dev/app.ts"
12
+ * ```
13
+ *
14
+ * @param childPath - The child path to append to the {@link parentPath}
15
+ * @param parentPath - The parent path to add the {@link childPath} to
16
+ * @returns The {@link parentPath} with the {@link childPath} appended
17
+ */
18
+ declare function appendPath(childPath: string, parentPath?: string): string;
19
+ declare const append: typeof appendPath;
20
+ /**
21
+ * Append the extension to the given path.
22
+ *
23
+ * @example
24
+ * ```ts
25
+ * appendExtension("/home/user/project/src/index", ".ts");
26
+ * // returns "/home/user/project/src/index.ts"
27
+ * appendExtension("/home/user/project/src/index.ts", ".js");
28
+ * // returns "/home/user/project/src/index.ts.js"
29
+ * ```
30
+ *
31
+ * @param path - The path to append the extension to.
32
+ * @param extension - The extension to append.
33
+ * @returns The path with the appended extension.
34
+ */
35
+ declare function appendExtension(path: string, extension: string): string;
36
+ //#endregion
37
+ export { append, appendExtension, appendPath };
38
+ //# sourceMappingURL=append.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"append.d.mts","names":[],"sources":["../src/append.ts"],"sourcesContent":[],"mappings":";;AAuCA;AAWA;AAiBA;;;;;;;;;;;;;iBA5BgB,UAAA;cAWH,eAAM;;;;;;;;;;;;;;;;iBAiBH,eAAA"}
package/dist/append.mjs CHANGED
@@ -1 +1,2 @@
1
- import{n as e,r as t,t as n}from"./append-xQ5toDGS.mjs";export{n as append,e as appendExtension,t as appendPath};
1
+ import{cwd as e}from"./cwd.mjs";import{slash as t}from"./slash.mjs";import{isParentPath as n}from"./is-parent-path.mjs";import{joinPaths as r}from"./join-paths.mjs";function i(i,a=e()){return t(n(i,a)?i:r(a,i))}const a=i;function o(e,t){return`${e}.${t.replace(/^\./,``)}`}export{a as append,o as appendExtension,i as appendPath};
2
+ //# sourceMappingURL=append.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"append.mjs","names":[],"sources":["../src/append.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 { isParentPath } from \"./is-parent-path\";\nimport { joinPaths } from \"./join-paths\";\nimport { slash } from \"./slash\";\n\n/**\n * If not already a parent path, append the base path from the beginning of the given child path.\n *\n * @example\n * ```ts\n * appendPath(\"src/index.ts\", \"/home/user/project\");\n * // returns \"/home/user/project/src/index.ts\"\n *\n * appendPath(\"/user/dev/app.ts\", \"/user/dev\");\n * // returns \"/user/dev/app.ts\"\n * ```\n *\n * @param childPath - The child path to append to the {@link parentPath}\n * @param parentPath - The parent path to add the {@link childPath} to\n * @returns The {@link parentPath} with the {@link childPath} appended\n */\nexport function appendPath(\n childPath: string,\n parentPath: string = cwd()\n): string {\n return slash(\n !isParentPath(childPath, parentPath)\n ? joinPaths(parentPath, childPath)\n : childPath\n );\n}\n\nexport const append = appendPath;\n\n/**\n * Append the extension to the given path.\n *\n * @example\n * ```ts\n * appendExtension(\"/home/user/project/src/index\", \".ts\");\n * // returns \"/home/user/project/src/index.ts\"\n * appendExtension(\"/home/user/project/src/index.ts\", \".js\");\n * // returns \"/home/user/project/src/index.ts.js\"\n * ```\n *\n * @param path - The path to append the extension to.\n * @param extension - The extension to append.\n * @returns The path with the appended extension.\n */\nexport function appendExtension(path: string, extension: string): string {\n return `${path}.${extension.replace(/^\\./, \"\")}`;\n}\n"],"mappings":"qKAuCA,SAAgB,EACd,EACA,EAAqB,GAAK,CAClB,CACR,OAAO,EACJ,EAAa,EAAW,EAAW,CAEhC,EADA,EAAU,EAAY,EAAU,CAErC,CAGH,MAAa,EAAS,EAiBtB,SAAgB,EAAgB,EAAc,EAA2B,CACvE,MAAO,GAAG,EAAK,GAAG,EAAU,QAAQ,MAAO,GAAG"}
@@ -1 +1 @@
1
- const e=require(`./asset-extensions-DNMkK37t.cjs`);exports.DEFAULT_ASSET_EXTS=e.t;
1
+ const e=`bmp.gif.jpg.jpeg.png.psd.svg.webp.m4v.mov.mp4.mpeg.mpg.webm.aac.aiff.caf.m4a.mp3.wav.html.pdf.yaml.yml.otf.ttf.zip`.split(`.`);exports.DEFAULT_ASSET_EXTS=e;
@@ -1,2 +1,11 @@
1
- import { t as DEFAULT_ASSET_EXTS } from "./asset-extensions-D-_39huh.cjs";
2
- export { DEFAULT_ASSET_EXTS };
1
+ //#region src/asset-extensions.d.ts
2
+ /**
3
+ * Default asset extensions
4
+ *
5
+ * @remarks
6
+ * For more info please see the {@link https://github.com/facebook/metro/blob/v0.80.10/packages/metro-config/src/defaults/defaults.js#L18-L52 | Metro defaults}
7
+ */
8
+ declare const DEFAULT_ASSET_EXTS: string[];
9
+ //#endregion
10
+ export { DEFAULT_ASSET_EXTS };
11
+ //# sourceMappingURL=asset-extensions.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asset-extensions.d.cts","names":[],"sources":["../src/asset-extensions.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;cAAa"}
@@ -1,2 +1,11 @@
1
- import { t as DEFAULT_ASSET_EXTS } from "./asset-extensions-DlN384ac.mjs";
2
- export { DEFAULT_ASSET_EXTS };
1
+ //#region src/asset-extensions.d.ts
2
+ /**
3
+ * Default asset extensions
4
+ *
5
+ * @remarks
6
+ * For more info please see the {@link https://github.com/facebook/metro/blob/v0.80.10/packages/metro-config/src/defaults/defaults.js#L18-L52 | Metro defaults}
7
+ */
8
+ declare const DEFAULT_ASSET_EXTS: string[];
9
+ //#endregion
10
+ export { DEFAULT_ASSET_EXTS };
11
+ //# sourceMappingURL=asset-extensions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asset-extensions.d.mts","names":[],"sources":["../src/asset-extensions.ts"],"sourcesContent":[],"mappings":";;AAwBA;;;;;cAAa"}
@@ -1 +1,2 @@
1
- import{t as e}from"./asset-extensions-BFW_s97B.mjs";export{e as DEFAULT_ASSET_EXTS};
1
+ const e=`bmp.gif.jpg.jpeg.png.psd.svg.webp.m4v.mov.mp4.mpeg.mpg.webm.aac.aiff.caf.m4a.mp3.wav.html.pdf.yaml.yml.otf.ttf.zip`.split(`.`);export{e as DEFAULT_ASSET_EXTS};
2
+ //# sourceMappingURL=asset-extensions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asset-extensions.mjs","names":[],"sources":["../src/asset-extensions.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 * Default asset extensions\n *\n * @remarks\n * For more info please see the {@link https://github.com/facebook/metro/blob/v0.80.10/packages/metro-config/src/defaults/defaults.js#L18-L52 | Metro defaults}\n */\nexport const DEFAULT_ASSET_EXTS = [\n // Image formats\n \"bmp\",\n \"gif\",\n \"jpg\",\n \"jpeg\",\n \"png\",\n \"psd\",\n \"svg\",\n \"webp\",\n // Video formats\n \"m4v\",\n \"mov\",\n \"mp4\",\n \"mpeg\",\n \"mpg\",\n \"webm\",\n // Audio formats\n \"aac\",\n \"aiff\",\n \"caf\",\n \"m4a\",\n \"mp3\",\n \"wav\",\n // Document formats\n \"html\",\n \"pdf\",\n \"yaml\",\n \"yml\",\n // Font formats\n \"otf\",\n \"ttf\",\n // Archives (virtual files)\n \"zip\"\n];\n"],"mappings":"AAwBA,MAAa,EAAqB,+HAkCjC"}
@@ -1 +1 @@
1
- const e=require(`./correct-path-B0Y_kOkW.cjs`);exports.correctPath=e.t,exports.normalizeString=e.n,exports.normalizeWindowsPath=e.r,exports.stripStars=e.i,exports.toAbsolutePath=e.a,exports.toRelativePath=e.o,exports.withTrailingSlash=e.s;
1
+ const e=require(`./cwd.cjs`),t=require(`./regex.cjs`),n=require(`./is-type.cjs`),r=require(`./slash.cjs`),i=require(`./join-paths.cjs`),a=require(`./append.cjs`);function o(e=``){return e&&r.slash(e).replace(t.DRIVE_LETTER_START_REGEX,e=>e.toUpperCase())}function s(e){if(!e||e.length===0)return`.`;e=o(e);let r=e.match(t.UNC_REGEX),i=n.isAbsolutePath(e),a=e.endsWith(`/`);return e=l(e,!i),e.length===0?i?`/`:a?`./`:`.`:(a&&(e+=`/`),t.DRIVE_LETTER_REGEX.test(e)&&(e+=`/`),r?i?`//${e}`:`//./${e}`:!e.startsWith(`/`)&&i&&!t.DRIVE_LETTER_REGEX.test(e)?`/${e}`:e)}function c(e){if(!e||e.length===0)return`.`;e=s(e);let t=!1;return e.split(`/`).reduce((e,n)=>n?.trim()?t||n.includes(`*`)?(t=!0,e):e+(e?`/${n}`:n):e,``)}function l(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}function u(t,i=e.cwd()){return n.isAbsolutePath(t)?t:r.slash(l(a.appendPath(t,i),!0))}function d(t,a=e.cwd()){return!t||t.length===0?`.`:(t=n.isAbsolutePath(t)?r.slash(l(t,!0)):r.slash(l(i.joinPaths(a,t),!0)),t.startsWith(`./`)?t.slice(2):t)}function f(e){let t=s(e);return t.endsWith(`/`)?t:`${t}/`}exports.correctPath=s,exports.normalizeString=l,exports.normalizeWindowsPath=o,exports.stripStars=c,exports.toAbsolutePath=u,exports.toRelativePath=d,exports.withTrailingSlash=f;
@@ -1,2 +1,59 @@
1
- import { a as toAbsolutePath, i as stripStars, n as normalizeString, o as toRelativePath, r as normalizeWindowsPath, s as withTrailingSlash, t as correctPath } from "./correct-path-CwHhpk6I.cjs";
2
- export { correctPath, normalizeString, normalizeWindowsPath, stripStars, toAbsolutePath, toRelativePath, withTrailingSlash };
1
+ //#region src/correct-path.d.ts
2
+ declare function normalizeWindowsPath(input?: string): string;
3
+ /**
4
+ * Corrects/normalized a file path.
5
+ *
6
+ * @param path - The path to correct.
7
+ * @returns The corrected path.
8
+ */
9
+ declare function correctPath(path?: string): string;
10
+ /**
11
+ * Remove any star tokens (*) from the end of the file path
12
+ *
13
+ * @example
14
+ * stripStars("src/**") // returns "src"
15
+ * stripStars("src/*") // returns "src"
16
+ * stripStars("src/**\/*") // returns "src"
17
+ * stripStars("src/**\/*.txt") // returns "src"
18
+ * stripStars("src/**\/file.txt") // returns "src"
19
+ * stripStars("src/file.txt") // returns "src/file.txt"
20
+ * stripStars("") // returns "."
21
+ *
22
+ * @param path - The path to correct.
23
+ * @returns The corrected path.
24
+ */
25
+ declare function stripStars(path?: string): string;
26
+ /**
27
+ * Resolves a string path, resolving '.' and '.' segments and allowing paths above the root.
28
+ *
29
+ * @param path - The path to normalize.
30
+ * @param allowAboveRoot - Whether to allow the resulting path to be above the root directory.
31
+ * @returns the normalize path string.
32
+ */
33
+ declare function normalizeString(path: string, allowAboveRoot: boolean): string;
34
+ /**
35
+ * Converts a given path to an absolute path based on the current working directory.
36
+ *
37
+ * @param path - The path to convert to an absolute path.
38
+ * @param cwd - The current working directory to use as the base path if the path is not absolute.
39
+ * @returns The absolute path.
40
+ */
41
+ declare function toAbsolutePath(path: string, cwd?: string): string;
42
+ /**
43
+ * Converts a given path to a relative path based on the current working directory.
44
+ *
45
+ * @param path - The path to convert to a relative path.
46
+ * @param cwd - The current working directory to use as the base path if the path is not absolute.
47
+ * @returns The relative path.
48
+ */
49
+ declare function toRelativePath(path: string, cwd?: string): string;
50
+ /**
51
+ * Adds a trailing slash to a path if it doesn't already have one.
52
+ *
53
+ * @param path - The path to modify.
54
+ * @returns The modified path with a trailing slash.
55
+ */
56
+ declare function withTrailingSlash(path: string): string;
57
+ //#endregion
58
+ export { correctPath, normalizeString, normalizeWindowsPath, stripStars, toAbsolutePath, toRelativePath, withTrailingSlash };
59
+ //# sourceMappingURL=correct-path.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"correct-path.d.cts","names":[],"sources":["../src/correct-path.ts"],"sourcesContent":[],"mappings":";iBA8BgB,oBAAA;AAAhB;AAcA;AA0DA;AA8BA;AA2EA;AAeA;AAwBgB,iBA1MA,WAAA,CA0MiB,IAAA,CAAA,EAAA,MAAA,CAAA,EAAA,MAAA;;;;;;;;;;;;;;;;iBAhJjB,UAAA;;;;;;;;iBA8BA,eAAA;;;;;;;;iBA2EA,cAAA;;;;;;;;iBAeA,cAAA;;;;;;;iBAwBA,iBAAA"}
@@ -1,2 +1,59 @@
1
- import { a as toAbsolutePath, i as stripStars, n as normalizeString, o as toRelativePath, r as normalizeWindowsPath, s as withTrailingSlash, t as correctPath } from "./correct-path-LC5QqYV-.mjs";
2
- export { correctPath, normalizeString, normalizeWindowsPath, stripStars, toAbsolutePath, toRelativePath, withTrailingSlash };
1
+ //#region src/correct-path.d.ts
2
+ declare function normalizeWindowsPath(input?: string): string;
3
+ /**
4
+ * Corrects/normalized a file path.
5
+ *
6
+ * @param path - The path to correct.
7
+ * @returns The corrected path.
8
+ */
9
+ declare function correctPath(path?: string): string;
10
+ /**
11
+ * Remove any star tokens (*) from the end of the file path
12
+ *
13
+ * @example
14
+ * stripStars("src/**") // returns "src"
15
+ * stripStars("src/*") // returns "src"
16
+ * stripStars("src/**\/*") // returns "src"
17
+ * stripStars("src/**\/*.txt") // returns "src"
18
+ * stripStars("src/**\/file.txt") // returns "src"
19
+ * stripStars("src/file.txt") // returns "src/file.txt"
20
+ * stripStars("") // returns "."
21
+ *
22
+ * @param path - The path to correct.
23
+ * @returns The corrected path.
24
+ */
25
+ declare function stripStars(path?: string): string;
26
+ /**
27
+ * Resolves a string path, resolving '.' and '.' segments and allowing paths above the root.
28
+ *
29
+ * @param path - The path to normalize.
30
+ * @param allowAboveRoot - Whether to allow the resulting path to be above the root directory.
31
+ * @returns the normalize path string.
32
+ */
33
+ declare function normalizeString(path: string, allowAboveRoot: boolean): string;
34
+ /**
35
+ * Converts a given path to an absolute path based on the current working directory.
36
+ *
37
+ * @param path - The path to convert to an absolute path.
38
+ * @param cwd - The current working directory to use as the base path if the path is not absolute.
39
+ * @returns The absolute path.
40
+ */
41
+ declare function toAbsolutePath(path: string, cwd?: string): string;
42
+ /**
43
+ * Converts a given path to a relative path based on the current working directory.
44
+ *
45
+ * @param path - The path to convert to a relative path.
46
+ * @param cwd - The current working directory to use as the base path if the path is not absolute.
47
+ * @returns The relative path.
48
+ */
49
+ declare function toRelativePath(path: string, cwd?: string): string;
50
+ /**
51
+ * Adds a trailing slash to a path if it doesn't already have one.
52
+ *
53
+ * @param path - The path to modify.
54
+ * @returns The modified path with a trailing slash.
55
+ */
56
+ declare function withTrailingSlash(path: string): string;
57
+ //#endregion
58
+ export { correctPath, normalizeString, normalizeWindowsPath, stripStars, toAbsolutePath, toRelativePath, withTrailingSlash };
59
+ //# sourceMappingURL=correct-path.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"correct-path.d.mts","names":[],"sources":["../src/correct-path.ts"],"sourcesContent":[],"mappings":";iBA8BgB,oBAAA;AAAhB;AAcA;AA0DA;AA8BA;AA2EA;AAeA;AAwBgB,iBA1MA,WAAA,CA0MiB,IAAA,CAAA,EAAA,MAAA,CAAA,EAAA,MAAA;;;;;;;;;;;;;;;;iBAhJjB,UAAA;;;;;;;;iBA8BA,eAAA;;;;;;;;iBA2EA,cAAA;;;;;;;;iBAeA,cAAA;;;;;;;iBAwBA,iBAAA"}
@@ -1 +1,2 @@
1
- import{a as e,i as t,n,o as r,r as i,s as a,t as o}from"./correct-path-DmaZHNUF.mjs";export{o as correctPath,n as normalizeString,i as normalizeWindowsPath,t as stripStars,e as toAbsolutePath,r as toRelativePath,a as withTrailingSlash};
1
+ import{cwd as e}from"./cwd.mjs";import{DRIVE_LETTER_REGEX as t,DRIVE_LETTER_START_REGEX as n,UNC_REGEX as r}from"./regex.mjs";import{isAbsolutePath as i}from"./is-type.mjs";import{slash as a}from"./slash.mjs";import{joinPaths as o}from"./join-paths.mjs";import{appendPath as s}from"./append.mjs";function c(e=``){return e&&a(e).replace(n,e=>e.toUpperCase())}function l(e){if(!e||e.length===0)return`.`;e=c(e);let n=e.match(r),a=i(e),o=e.endsWith(`/`);return e=d(e,!a),e.length===0?a?`/`:o?`./`:`.`:(o&&(e+=`/`),t.test(e)&&(e+=`/`),n?a?`//${e}`:`//./${e}`:!e.startsWith(`/`)&&a&&!t.test(e)?`/${e}`:e)}function u(e){if(!e||e.length===0)return`.`;e=l(e);let t=!1;return e.split(`/`).reduce((e,n)=>n?.trim()?t||n.includes(`*`)?(t=!0,e):e+(e?`/${n}`:n):e,``)}function d(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}function f(t,n=e()){return i(t)?t:a(d(s(t,n),!0))}function p(t,n=e()){return!t||t.length===0?`.`:(t=i(t)?a(d(t,!0)):a(d(o(n,t),!0)),t.startsWith(`./`)?t.slice(2):t)}function m(e){let t=l(e);return t.endsWith(`/`)?t:`${t}/`}export{l as correctPath,d as normalizeString,c as normalizeWindowsPath,u as stripStars,f as toAbsolutePath,p as toRelativePath,m as withTrailingSlash};
2
+ //# sourceMappingURL=correct-path.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"correct-path.mjs","names":["char: string | null","currentDir","cwd"],"sources":["../src/correct-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 { appendPath } from \"./append\";\nimport { cwd as currentDir } from \"./cwd\";\nimport { isAbsolutePath } from \"./is-type\";\nimport { joinPaths } from \"./join-paths\";\nimport {\n DRIVE_LETTER_REGEX,\n DRIVE_LETTER_START_REGEX,\n UNC_REGEX\n} from \"./regex\";\nimport { slash } from \"./slash\";\n\n// Util to normalize windows paths to posix\nexport function normalizeWindowsPath(input = \"\") {\n if (!input) {\n return input;\n }\n\n return slash(input).replace(DRIVE_LETTER_START_REGEX, r => r.toUpperCase());\n}\n\n/**\n * Corrects/normalized a file path.\n *\n * @param path - The path to correct.\n * @returns The corrected path.\n */\nexport function correctPath(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 = isAbsolutePath(path);\n const trailingSeparator = path.endsWith(\"/\");\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\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 !path.startsWith(\"/\") &&\n isPathAbsolute &&\n !DRIVE_LETTER_REGEX.test(path)\n ? `/${path}`\n : path;\n}\n\n/**\n * Remove any star tokens (*) from the end of the file path\n *\n * @example\n * stripStars(\"src/**\") // returns \"src\"\n * stripStars(\"src/*\") // returns \"src\"\n * stripStars(\"src/**\\/*\") // returns \"src\"\n * stripStars(\"src/**\\/*.txt\") // returns \"src\"\n * stripStars(\"src/**\\/file.txt\") // returns \"src\"\n * stripStars(\"src/file.txt\") // returns \"src/file.txt\"\n * stripStars(\"\") // returns \".\"\n *\n * @param path - The path to correct.\n * @returns The corrected path.\n */\nexport function stripStars(path?: string) {\n if (!path || path.length === 0) {\n return \".\";\n }\n\n path = correctPath(path);\n\n let found = false;\n\n return path.split(\"/\").reduce((ret, segment) => {\n if (!segment?.trim()) {\n return ret;\n }\n\n if (found || segment.includes(\"*\")) {\n found = true;\n return ret;\n }\n\n return ret + (ret ? `/${segment}` : segment);\n }, \"\");\n}\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 normalize path string.\n */\nexport function 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\n/**\n * Converts a given path to an absolute path based on the current working directory.\n *\n * @param path - The path to convert to an absolute path.\n * @param cwd - The current working directory to use as the base path if the path is not absolute.\n * @returns The absolute path.\n */\nexport function toAbsolutePath(path: string, cwd = currentDir()): string {\n if (isAbsolutePath(path)) {\n return path;\n }\n\n return slash(normalizeString(appendPath(path, cwd), true));\n}\n\n/**\n * Converts a given path to a relative path based on the current working directory.\n *\n * @param path - The path to convert to a relative path.\n * @param cwd - The current working directory to use as the base path if the path is not absolute.\n * @returns The relative path.\n */\nexport function toRelativePath(path: string, cwd = currentDir()): string {\n if (!path || path.length === 0) {\n return \".\";\n }\n\n if (isAbsolutePath(path)) {\n path = slash(normalizeString(path, true));\n } else {\n path = slash(normalizeString(joinPaths(cwd, path), true));\n }\n\n if (path.startsWith(\"./\")) {\n return path.slice(2);\n }\n\n return path;\n}\n\n/**\n * Adds a trailing slash to a path if it doesn't already have one.\n *\n * @param path - The path to modify.\n * @returns The modified path with a trailing slash.\n */\nexport function withTrailingSlash(path: string): string {\n const result = correctPath(path);\n\n return result.endsWith(\"/\") ? result : `${result}/`;\n}\n"],"mappings":"wSA8BA,SAAgB,EAAqB,EAAQ,GAAI,CAK/C,OAJK,GAIE,EAAM,EAAM,CAAC,QAAQ,EAA0B,GAAK,EAAE,aAAa,CAAC,CAS7E,SAAgB,EAAY,EAAe,CACzC,GAAI,CAAC,GAAQ,EAAK,SAAW,EAC3B,MAAO,IAIT,EAAO,EAAqB,EAAK,CAEjC,IAAM,EAAY,EAAK,MAAM,EAAU,CACjC,EAAiB,EAAe,EAAK,CACrC,EAAoB,EAAK,SAAS,IAAI,CA0B5C,MAvBA,GAAO,EAAgB,EAAM,CAAC,EAAe,CAEzC,EAAK,SAAW,EACd,EACK,IAEF,EAAoB,KAAO,KAGhC,IACF,GAAQ,KAEN,EAAmB,KAAK,EAAK,GAC/B,GAAQ,KAGN,EACG,EAGE,KAAK,IAFH,OAAO,IAKX,CAAC,EAAK,WAAW,IAAI,EAC1B,GACA,CAAC,EAAmB,KAAK,EAAK,CAC5B,IAAI,IACJ,GAkBN,SAAgB,EAAW,EAAe,CACxC,GAAI,CAAC,GAAQ,EAAK,SAAW,EAC3B,MAAO,IAGT,EAAO,EAAY,EAAK,CAExB,IAAI,EAAQ,GAEZ,OAAO,EAAK,MAAM,IAAI,CAAC,QAAQ,EAAK,IAC7B,GAAS,MAAM,CAIhB,GAAS,EAAQ,SAAS,IAAI,EAChC,EAAQ,GACD,GAGF,GAAO,EAAM,IAAI,IAAY,GAR3B,EASR,GAAG,CAUR,SAAgB,EAAgB,EAAc,EAAyB,CACrE,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,EAUT,SAAgB,EAAe,EAAc,EAAMC,GAAY,CAAU,CAKvE,OAJI,EAAe,EAAK,CACf,EAGF,EAAM,EAAgB,EAAW,EAAMC,EAAI,CAAE,GAAK,CAAC,CAU5D,SAAgB,EAAe,EAAc,EAAMD,GAAY,CAAU,CAevE,MAdI,CAAC,GAAQ,EAAK,SAAW,EACpB,KAGT,AAGE,EAHE,EAAe,EAAK,CACf,EAAM,EAAgB,EAAM,GAAK,CAAC,CAElC,EAAM,EAAgB,EAAUC,EAAK,EAAK,CAAE,GAAK,CAAC,CAGvD,EAAK,WAAW,KAAK,CAChB,EAAK,MAAM,EAAE,CAGf,GAST,SAAgB,EAAkB,EAAsB,CACtD,IAAM,EAAS,EAAY,EAAK,CAEhC,OAAO,EAAO,SAAS,IAAI,CAAG,EAAS,GAAG,EAAO"}
package/dist/cwd.cjs CHANGED
@@ -1 +1 @@
1
- const e=require(`./cwd-D66SsPHE.cjs`);exports.cwd=e.t;
1
+ function e(){return typeof process<`u`&&typeof process.cwd==`function`?process.cwd().replace(/\\/g,`/`):`/`}exports.cwd=e;
package/dist/cwd.d.cts CHANGED
@@ -1,2 +1,13 @@
1
- import { t as cwd } from "./cwd-Bt4NcS-v.cjs";
2
- export { cwd };
1
+ //#region src/cwd.d.ts
2
+ /**
3
+ * Get the current working directory.
4
+ *
5
+ * @remarks
6
+ * This function attempts to retrieve the current working directory using `process.cwd()`.
7
+ *
8
+ * @returns The current working directory or '/' if it cannot be determined
9
+ */
10
+ declare function cwd(): string;
11
+ //#endregion
12
+ export { cwd };
13
+ //# sourceMappingURL=cwd.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cwd.d.cts","names":[],"sources":["../src/cwd.ts"],"sourcesContent":[],"mappings":";;AA0BA;;;;;;;iBAAgB,GAAA,CAAA"}
package/dist/cwd.d.mts CHANGED
@@ -1,2 +1,13 @@
1
- import { t as cwd } from "./cwd-Dx53cgUn.mjs";
2
- export { cwd };
1
+ //#region src/cwd.d.ts
2
+ /**
3
+ * Get the current working directory.
4
+ *
5
+ * @remarks
6
+ * This function attempts to retrieve the current working directory using `process.cwd()`.
7
+ *
8
+ * @returns The current working directory or '/' if it cannot be determined
9
+ */
10
+ declare function cwd(): string;
11
+ //#endregion
12
+ export { cwd };
13
+ //# sourceMappingURL=cwd.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cwd.d.mts","names":[],"sources":["../src/cwd.ts"],"sourcesContent":[],"mappings":";;AA0BA;;;;;;;iBAAgB,GAAA,CAAA"}
package/dist/cwd.mjs CHANGED
@@ -1 +1,2 @@
1
- import{t as e}from"./cwd-DxrPG9WB.mjs";export{e as cwd};
1
+ function e(){return typeof process<`u`&&typeof process.cwd==`function`?process.cwd().replace(/\\/g,`/`):`/`}export{e as cwd};
2
+ //# sourceMappingURL=cwd.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cwd.mjs","names":[],"sources":["../src/cwd.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 * Get the current working directory.\n *\n * @remarks\n * This function attempts to retrieve the current working directory using `process.cwd()`.\n *\n * @returns The current working directory or '/' if it cannot be determined\n */\nexport function cwd() {\n if (typeof process !== \"undefined\" && typeof process.cwd === \"function\") {\n return process.cwd().replace(/\\\\/g, \"/\");\n }\n return \"/\";\n}\n"],"mappings":"AA0BA,SAAgB,GAAM,CAIpB,OAHI,OAAO,QAAY,KAAe,OAAO,QAAQ,KAAQ,WACpD,QAAQ,KAAK,CAAC,QAAQ,MAAO,IAAI,CAEnC"}
@@ -1 +1 @@
1
- const e=require(`./delimiter-IA9U4fxC.cjs`);exports.delimiter=e.t,exports.posix=e.n,exports.win32=e.r;
1
+ const e=(()=>process?.platform===`win32`?`;`:`:`)(),t={posix:void 0,win32:void 0},n=(n=e)=>new Proxy({},{get(e,a){return a===`delimiter`?n:a===`posix`?r:a===`win32`?i:t[a]}}),r=n(`:`),i=n(`;`);exports.delimiter=e,exports.posix=r,exports.win32=i;
@@ -1,2 +1,22 @@
1
- import { n as posix, r as win32, t as delimiter } from "./delimiter-BwyCEwu9.cjs";
2
- export { delimiter, posix, win32 };
1
+ //#region src/delimiter.d.ts
2
+ /**
3
+ * The platform-specific file delimiter.
4
+ *
5
+ * Equals to `";"` in windows and `":"` in all other platforms.
6
+ */
7
+ declare const delimiter: ";" | ":";
8
+ declare const posix: {
9
+ posix: any;
10
+ win32: any;
11
+ } & {
12
+ delimiter: ";" | ":";
13
+ };
14
+ declare const win32: {
15
+ posix: any;
16
+ win32: any;
17
+ } & {
18
+ delimiter: ";" | ":";
19
+ };
20
+ //#endregion
21
+ export { delimiter, posix, win32 };
22
+ //# sourceMappingURL=delimiter.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delimiter.d.cts","names":[],"sources":["../src/delimiter.ts"],"sourcesContent":[],"mappings":";;AAuBA;AAmCA;AAEA;;cArCa;cAmCA;;;;;;cAEA"}
@@ -1,2 +1,22 @@
1
- import { n as posix, r as win32, t as delimiter } from "./delimiter-DuDX7fvN.mjs";
2
- export { delimiter, posix, win32 };
1
+ //#region src/delimiter.d.ts
2
+ /**
3
+ * The platform-specific file delimiter.
4
+ *
5
+ * Equals to `";"` in windows and `":"` in all other platforms.
6
+ */
7
+ declare const delimiter: ";" | ":";
8
+ declare const posix: {
9
+ posix: any;
10
+ win32: any;
11
+ } & {
12
+ delimiter: ";" | ":";
13
+ };
14
+ declare const win32: {
15
+ posix: any;
16
+ win32: any;
17
+ } & {
18
+ delimiter: ";" | ":";
19
+ };
20
+ //#endregion
21
+ export { delimiter, posix, win32 };
22
+ //# sourceMappingURL=delimiter.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delimiter.d.mts","names":[],"sources":["../src/delimiter.ts"],"sourcesContent":[],"mappings":";;AAuBA;AAmCA;AAEA;;cArCa;cAmCA;;;;;;cAEA"}
@@ -1 +1,2 @@
1
- import{n as e,r as t,t as n}from"./delimiter-B3nWo9Xn.mjs";export{n as delimiter,e as posix,t as win32};
1
+ const e=(()=>process?.platform===`win32`?`;`:`:`)(),t={posix:void 0,win32:void 0},n=(n=e)=>new Proxy({},{get(e,a){return a===`delimiter`?n:a===`posix`?r:a===`win32`?i:t[a]}}),r=n(`:`),i=n(`;`);export{e as delimiter,r as posix,i as win32};
2
+ //# sourceMappingURL=delimiter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delimiter.mjs","names":["delimiter: \";\" | \":\""],"sources":["../src/delimiter.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 * The platform-specific file delimiter.\n *\n * Equals to `\";\"` in windows and `\":\"` in all other platforms.\n */\nexport const delimiter: \";\" | \":\" = /* @__PURE__ */ (() =>\n process?.platform === \"win32\" ? \";\" : \":\")();\n\n// Mix namespaces without side-effects of object to allow tree-shaking\n\nconst platforms = {\n posix: undefined,\n win32: undefined\n} as unknown as {\n posix: any;\n win32: any;\n};\n\nconst mix = (del: \";\" | \":\" = delimiter) => {\n return new Proxy(\n {},\n {\n get(_, prop) {\n if (prop === \"delimiter\") {\n return del;\n }\n if (prop === \"posix\") {\n // eslint-disable-next-line ts/no-use-before-define\n return posix;\n }\n if (prop === \"win32\") {\n // eslint-disable-next-line ts/no-use-before-define\n return win32;\n }\n return platforms[prop as keyof typeof platforms];\n }\n }\n ) as unknown as typeof platforms & { delimiter: typeof del };\n};\n\nexport const posix = /* @__PURE__ */ mix(\":\");\n\nexport const win32 = /* @__PURE__ */ mix(\";\");\n"],"mappings":"AAuBA,MAAaA,OACX,SAAS,WAAa,QAAU,IAAM,MAAM,CAIxC,EAAY,CAChB,MAAO,IAAA,GACP,MAAO,IAAA,GACR,CAKK,GAAO,EAAiB,IACrB,IAAI,MACT,EAAE,CACF,CACE,IAAI,EAAG,EAAM,CAYX,OAXI,IAAS,YACJ,EAEL,IAAS,QAEJ,EAEL,IAAS,QAEJ,EAEF,EAAU,IAEpB,CACF,CAGU,EAAwB,EAAI,IAAI,CAEhC,EAAwB,EAAI,IAAI"}
@@ -1 +1 @@
1
- const e=require(`./file-path-fns-B9hKjfA-.cjs`);exports.basename=e.t,exports.dirname=e.n,exports.extname=e.r,exports.findFileDotExtension=e.i,exports.findFileDotExtensionSafe=e.a,exports.findFileExtension=e.o,exports.findFileExtensionSafe=e.s,exports.findFileName=e.c,exports.findFilePath=e.l,exports.findFolderName=e.u,exports.hasFileExtension=e.d,exports.hasFileName=e.f,exports.hasFilePath=e.p,exports.hasFolderName=e.m,exports.parsePath=e.h,exports.relative=e.g,exports.relativePath=e._,exports.relativeToCurrentDir=e.v,exports.renameFile=e.y,exports.resolve=e.b,exports.resolvePath=e.x,exports.resolvePaths=e.S;
1
+ const e=require(`./cwd.cjs`),t=require(`./regex.cjs`),n=require(`./is-type.cjs`),r=require(`./join-paths.cjs`),i=require(`./correct-path.cjs`),a=require(`./type-checks/src/is-set-string.cjs`),o=require(`./types/src/base.cjs`);function s(e,t={}){let{requireExtension:n=!1,withExtension:r=!0}=t,a=i.normalizeWindowsPath(e)?.split(e?.includes(`\\`)?`\\`:`/`)?.pop()??``;return n===!0&&!a.includes(`.`)?o.EMPTY_STRING:r===!1&&a.includes(`.`)?a.replace(`.${f(a)??``}`,``)||o.EMPTY_STRING:a}function c(e,t={}){let n=i.normalizeWindowsPath(e),r=n.replace(s(n,{requireExtension:!1,...t}),``);return r===`/`?r:r.replace(/\/$/,``)}const l=c;function u(e,t){let n=c(e,t).split(`/`),r=``;for(let e=n.length-1;e>=0;e--){let t=n[e];if(t){r=t;break}}return r??o.EMPTY_STRING}const d=u;function f(e){if(e.endsWith(`.`)||e.endsWith(`/`))return;let n=t.FILE_EXTENSION_REGEX.exec(i.normalizeWindowsPath(e));return n&&n.length>0&&a.isSetString(n[0])?n[0].replace(`.`,``):void 0}const p=f;function m(e){let t=f(e);return t?`.${t}`:void 0}function h(e){return f(e)??o.EMPTY_STRING}function g(e){let t=f(e);return t?`.${t}`:``}function _(e){return!!s(e)}function v(e){return!!c(e)}function y(e){return!!u(e)}function b(e){return!!f(e)}function x(t,a=e.cwd()){let o=i.normalizeWindowsPath(t).split(`/`),s=``,c=!1;for(let e=o.length-1;e>=-1&&!c;e--){let t=e>=0?o[e]:a;!t||t.length===0||(s=r.joinPaths(t,s),c=n.isAbsolutePath(t))}return s=i.normalizeString(s,!c),c&&!n.isAbsolutePath(s)?`/${s}`:s.length>0?s:`.`}function S(...t){t=t.map(e=>i.normalizeWindowsPath(e));let r=``,a=!1;for(let i=t.length-1;i>=-1&&!a;i--){let o=i>=0?t[i]:e.cwd();!o||o.length===0||(r=`${o}/${r}`,a=n.isAbsolute(o))}return r=i.normalizeString(r,!a),a&&!n.isAbsolute(r)?`/${r}`:r.length>0?r:`.`}function C(...e){return x(r.joinPaths(...e.map(e=>i.normalizeWindowsPath(e))))}function w(e,n){let r=S(e).replace(t.ROOT_FOLDER_REGEX,`$1`).split(`/`),i=S(n).replace(t.ROOT_FOLDER_REGEX,`$1`).split(`/`);if(i[0][1]===`:`&&r[0][1]===`:`&&r[0]!==i[0])return i.join(`/`);let a=[...r];for(let e of a){if(i[0]!==e)break;r.shift(),i.shift()}return[...r.map(()=>`..`),...i].join(`/`)}function T(e,t,n=!1){return w(n===!0?e:e.replace(/\/$/,``),n===!0?t:t.replace(/\/$/,``))}function E(t){return T(t,e.cwd())}function D(e){let t=/^[/\\]|^[a-z]:[/\\]/i.exec(e)?.[0]?.replace(/\\/g,`/`)||``,r=i.normalizeWindowsPath(e),a=r.replace(/\/$/,``).split(`/`).slice(0,-1);a.length===1&&/^[A-Z]:$/i.test(a[0])&&(a[0]+=`/`);let o=u(r),s=a.join(`/`)||(n.isAbsolutePath(e)?`/`:`.`),c=h(e);return{root:t,dir:s,base:o,ext:c,name:o.slice(0,o.length-c.length)}}function O(e,t){let n=D(e);return r.joinPaths(n.dir,t.includes(`.`)?t:t+n.ext)}exports.basename=d,exports.dirname=l,exports.extname=p,exports.findFileDotExtension=m,exports.findFileDotExtensionSafe=g,exports.findFileExtension=f,exports.findFileExtensionSafe=h,exports.findFileName=s,exports.findFilePath=c,exports.findFolderName=u,exports.hasFileExtension=b,exports.hasFileName=_,exports.hasFilePath=v,exports.hasFolderName=y,exports.parsePath=D,exports.relative=w,exports.relativePath=T,exports.relativeToCurrentDir=E,exports.renameFile=O,exports.resolve=S,exports.resolvePath=x,exports.resolvePaths=C;