@stryke/fs 0.33.83 → 0.33.84

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 (204) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/_virtual/_rolldown/runtime.cjs +0 -14
  3. package/dist/buffer.cjs +0 -12
  4. package/dist/buffer.mjs +1 -8
  5. package/dist/buffer.mjs.map +1 -1
  6. package/dist/chmod-x.cjs +0 -14
  7. package/dist/chmod-x.mjs +1 -10
  8. package/dist/chmod-x.mjs.map +1 -1
  9. package/dist/command-exists.cjs +1 -11
  10. package/dist/command-exists.mjs +1 -6
  11. package/dist/command-exists.mjs.map +1 -1
  12. package/dist/compress.cjs +1 -8
  13. package/dist/compress.mjs +1 -3
  14. package/dist/compress.mjs.map +1 -1
  15. package/dist/constants.cjs +0 -13
  16. package/dist/constants.mjs +1 -8
  17. package/dist/copy-file.cjs +1 -13
  18. package/dist/copy-file.mjs +1 -8
  19. package/dist/copy-file.mjs.map +1 -1
  20. package/dist/exists.cjs +1 -11
  21. package/dist/exists.mjs +1 -6
  22. package/dist/exists.mjs.map +1 -1
  23. package/dist/get-parent-path.cjs +1 -8
  24. package/dist/get-parent-path.mjs +1 -3
  25. package/dist/get-parent-path.mjs.map +1 -1
  26. package/dist/get-workspace-root.cjs +0 -16
  27. package/dist/get-workspace-root.mjs +1 -12
  28. package/dist/get-workspace-root.mjs.map +1 -1
  29. package/dist/helpers.cjs +0 -14
  30. package/dist/helpers.mjs +1 -10
  31. package/dist/helpers.mjs.map +1 -1
  32. package/dist/index.cjs +0 -111
  33. package/dist/index.mjs +1 -107
  34. package/dist/install.cjs +0 -10
  35. package/dist/install.mjs +1 -6
  36. package/dist/install.mjs.map +1 -1
  37. package/dist/is-file.cjs +1 -13
  38. package/dist/is-file.mjs +1 -8
  39. package/dist/is-file.mjs.map +1 -1
  40. package/dist/json.cjs +0 -12
  41. package/dist/json.mjs +1 -8
  42. package/dist/json.mjs.map +1 -1
  43. package/dist/list-files.cjs +1 -15
  44. package/dist/list-files.mjs +1 -10
  45. package/dist/list-files.mjs.map +1 -1
  46. package/dist/package-fns.cjs +1 -16
  47. package/dist/package-fns.mjs +1 -11
  48. package/dist/package-fns.mjs.map +1 -1
  49. package/dist/read-file.cjs +1 -13
  50. package/dist/read-file.mjs +1 -8
  51. package/dist/read-file.mjs.map +1 -1
  52. package/dist/registry.cjs +0 -13
  53. package/dist/registry.mjs +1 -9
  54. package/dist/registry.mjs.map +1 -1
  55. package/dist/remove-file.cjs +1 -11
  56. package/dist/remove-file.mjs +1 -6
  57. package/dist/remove-file.mjs.map +1 -1
  58. package/dist/resolve.cjs +1 -20
  59. package/dist/resolve.mjs +1 -15
  60. package/dist/resolve.mjs.map +1 -1
  61. package/dist/semver-fns.cjs +1 -20
  62. package/dist/semver-fns.mjs +1 -15
  63. package/dist/semver-fns.mjs.map +1 -1
  64. package/dist/toml.cjs +0 -12
  65. package/dist/toml.mjs +1 -8
  66. package/dist/toml.mjs.map +1 -1
  67. package/dist/tsconfig.cjs +1 -8
  68. package/dist/tsconfig.mjs +1 -3
  69. package/dist/tsconfig.mjs.map +1 -1
  70. package/dist/write-file.cjs +1 -11
  71. package/dist/write-file.mjs +1 -6
  72. package/dist/write-file.mjs.map +1 -1
  73. package/dist/yaml.cjs +1 -11
  74. package/dist/yaml.mjs +1 -6
  75. package/dist/yaml.mjs.map +1 -1
  76. package/package.json +9 -109
  77. package/dist/_virtual/_rolldown/runtime.mjs +0 -18
  78. package/dist/buffer.test.cjs +0 -13
  79. package/dist/buffer.test.d.cts +0 -1
  80. package/dist/buffer.test.d.mts +0 -1
  81. package/dist/buffer.test.mjs +0 -14
  82. package/dist/buffer.test.mjs.map +0 -1
  83. package/dist/chmod-x.test.cjs +0 -13
  84. package/dist/chmod-x.test.d.cts +0 -1
  85. package/dist/chmod-x.test.d.mts +0 -1
  86. package/dist/chmod-x.test.mjs +0 -14
  87. package/dist/chmod-x.test.mjs.map +0 -1
  88. package/dist/command-exists.test.cjs +0 -13
  89. package/dist/command-exists.test.d.cts +0 -1
  90. package/dist/command-exists.test.d.mts +0 -1
  91. package/dist/command-exists.test.mjs +0 -14
  92. package/dist/command-exists.test.mjs.map +0 -1
  93. package/dist/compress.test.cjs +0 -13
  94. package/dist/compress.test.d.cts +0 -1
  95. package/dist/compress.test.d.mts +0 -1
  96. package/dist/compress.test.mjs +0 -14
  97. package/dist/compress.test.mjs.map +0 -1
  98. package/dist/constants.mjs.map +0 -1
  99. package/dist/constants.test.cjs +0 -13
  100. package/dist/constants.test.d.cts +0 -1
  101. package/dist/constants.test.d.mts +0 -1
  102. package/dist/constants.test.mjs +0 -14
  103. package/dist/constants.test.mjs.map +0 -1
  104. package/dist/copy-file.test.cjs +0 -13
  105. package/dist/copy-file.test.d.cts +0 -1
  106. package/dist/copy-file.test.d.mts +0 -1
  107. package/dist/copy-file.test.mjs +0 -14
  108. package/dist/copy-file.test.mjs.map +0 -1
  109. package/dist/exists.test.cjs +0 -13
  110. package/dist/exists.test.d.cts +0 -1
  111. package/dist/exists.test.d.mts +0 -1
  112. package/dist/exists.test.mjs +0 -14
  113. package/dist/exists.test.mjs.map +0 -1
  114. package/dist/get-parent-path.test.cjs +0 -13
  115. package/dist/get-parent-path.test.d.cts +0 -1
  116. package/dist/get-parent-path.test.d.mts +0 -1
  117. package/dist/get-parent-path.test.mjs +0 -14
  118. package/dist/get-parent-path.test.mjs.map +0 -1
  119. package/dist/get-workspace-root.test.cjs +0 -13
  120. package/dist/get-workspace-root.test.d.cts +0 -1
  121. package/dist/get-workspace-root.test.d.mts +0 -1
  122. package/dist/get-workspace-root.test.mjs +0 -14
  123. package/dist/get-workspace-root.test.mjs.map +0 -1
  124. package/dist/helpers.test.cjs +0 -13
  125. package/dist/helpers.test.d.cts +0 -1
  126. package/dist/helpers.test.d.mts +0 -1
  127. package/dist/helpers.test.mjs +0 -14
  128. package/dist/helpers.test.mjs.map +0 -1
  129. package/dist/index.mjs.map +0 -1
  130. package/dist/index.test.cjs +0 -13
  131. package/dist/index.test.d.cts +0 -1
  132. package/dist/index.test.d.mts +0 -1
  133. package/dist/index.test.mjs +0 -14
  134. package/dist/index.test.mjs.map +0 -1
  135. package/dist/install.test.cjs +0 -13
  136. package/dist/install.test.d.cts +0 -1
  137. package/dist/install.test.d.mts +0 -1
  138. package/dist/install.test.mjs +0 -14
  139. package/dist/install.test.mjs.map +0 -1
  140. package/dist/is-file.test.cjs +0 -13
  141. package/dist/is-file.test.d.cts +0 -1
  142. package/dist/is-file.test.d.mts +0 -1
  143. package/dist/is-file.test.mjs +0 -14
  144. package/dist/is-file.test.mjs.map +0 -1
  145. package/dist/json.test.cjs +0 -13
  146. package/dist/json.test.d.cts +0 -1
  147. package/dist/json.test.d.mts +0 -1
  148. package/dist/json.test.mjs +0 -14
  149. package/dist/json.test.mjs.map +0 -1
  150. package/dist/list-files.test.cjs +0 -13
  151. package/dist/list-files.test.d.cts +0 -1
  152. package/dist/list-files.test.d.mts +0 -1
  153. package/dist/list-files.test.mjs +0 -14
  154. package/dist/list-files.test.mjs.map +0 -1
  155. package/dist/package-fns.test.cjs +0 -13
  156. package/dist/package-fns.test.d.cts +0 -1
  157. package/dist/package-fns.test.d.mts +0 -1
  158. package/dist/package-fns.test.mjs +0 -14
  159. package/dist/package-fns.test.mjs.map +0 -1
  160. package/dist/read-file.test.cjs +0 -13
  161. package/dist/read-file.test.d.cts +0 -1
  162. package/dist/read-file.test.d.mts +0 -1
  163. package/dist/read-file.test.mjs +0 -14
  164. package/dist/read-file.test.mjs.map +0 -1
  165. package/dist/registry.test.cjs +0 -13
  166. package/dist/registry.test.d.cts +0 -1
  167. package/dist/registry.test.d.mts +0 -1
  168. package/dist/registry.test.mjs +0 -14
  169. package/dist/registry.test.mjs.map +0 -1
  170. package/dist/remove-file.test.cjs +0 -13
  171. package/dist/remove-file.test.d.cts +0 -1
  172. package/dist/remove-file.test.d.mts +0 -1
  173. package/dist/remove-file.test.mjs +0 -14
  174. package/dist/remove-file.test.mjs.map +0 -1
  175. package/dist/resolve.test.cjs +0 -13
  176. package/dist/resolve.test.d.cts +0 -1
  177. package/dist/resolve.test.d.mts +0 -1
  178. package/dist/resolve.test.mjs +0 -14
  179. package/dist/resolve.test.mjs.map +0 -1
  180. package/dist/semver-fns.test.cjs +0 -13
  181. package/dist/semver-fns.test.d.cts +0 -1
  182. package/dist/semver-fns.test.d.mts +0 -1
  183. package/dist/semver-fns.test.mjs +0 -14
  184. package/dist/semver-fns.test.mjs.map +0 -1
  185. package/dist/toml.test.cjs +0 -13
  186. package/dist/toml.test.d.cts +0 -1
  187. package/dist/toml.test.d.mts +0 -1
  188. package/dist/toml.test.mjs +0 -14
  189. package/dist/toml.test.mjs.map +0 -1
  190. package/dist/tsconfig.test.cjs +0 -13
  191. package/dist/tsconfig.test.d.cts +0 -1
  192. package/dist/tsconfig.test.d.mts +0 -1
  193. package/dist/tsconfig.test.mjs +0 -14
  194. package/dist/tsconfig.test.mjs.map +0 -1
  195. package/dist/write-file.test.cjs +0 -13
  196. package/dist/write-file.test.d.cts +0 -1
  197. package/dist/write-file.test.d.mts +0 -1
  198. package/dist/write-file.test.mjs +0 -14
  199. package/dist/write-file.test.mjs.map +0 -1
  200. package/dist/yaml.test.cjs +0 -13
  201. package/dist/yaml.test.d.cts +0 -1
  202. package/dist/yaml.test.d.mts +0 -1
  203. package/dist/yaml.test.mjs +0 -14
  204. package/dist/yaml.test.mjs.map +0 -1
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { command_exists_exports } from "./command-exists.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/command-exists.test.ts
5
- describe("command-exists.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(command_exists_exports).toBeDefined();
8
- expect(typeof command_exists_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=command-exists.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"command-exists.test.mjs","names":["moduleExports"],"sources":["../src/command-exists.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./command-exists.ts\";\n\ndescribe(\"command-exists.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,mCAAmC;AAC1C,IAAG,8BAA8B;AAC/B,SAAOA,uBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,uBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_compress = require('./compress.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/compress.test.ts
6
- (0, vitest.describe)("compress.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_compress.compress_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_compress.compress_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { compress_exports } from "./compress.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/compress.test.ts
5
- describe("compress.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(compress_exports).toBeDefined();
8
- expect(typeof compress_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=compress.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compress.test.mjs","names":["moduleExports"],"sources":["../src/compress.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./compress.ts\";\n\ndescribe(\"compress.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,6BAA6B;AACpC,IAAG,8BAA8B;AAC/B,SAAOA,iBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,iBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.mjs","names":[],"sources":["../src/constants.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 type Encoding =\n | \"ascii\"\n | \"utf8\"\n | \"utf-8\"\n | \"utf16le\"\n | \"utf-16le\"\n | \"ucs2\"\n | \"ucs-2\"\n | \"base64\"\n | \"base64url\"\n | \"latin1\"\n | \"binary\"\n | \"hex\";\n"],"mappings":""}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_constants = require('./constants.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/constants.test.ts
6
- (0, vitest.describe)("constants.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_constants.constants_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_constants.constants_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { constants_exports } from "./constants.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/constants.test.ts
5
- describe("constants.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(constants_exports).toBeDefined();
8
- expect(typeof constants_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=constants.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.test.mjs","names":["moduleExports"],"sources":["../src/constants.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./constants.ts\";\n\ndescribe(\"constants.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,8BAA8B;AACrC,IAAG,8BAA8B;AAC/B,SAAOA,kBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,kBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_copy_file = require('./copy-file.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/copy-file.test.ts
6
- (0, vitest.describe)("copy-file.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_copy_file.copy_file_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_copy_file.copy_file_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { copy_file_exports } from "./copy-file.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/copy-file.test.ts
5
- describe("copy-file.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(copy_file_exports).toBeDefined();
8
- expect(typeof copy_file_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=copy-file.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"copy-file.test.mjs","names":["moduleExports"],"sources":["../src/copy-file.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./copy-file.ts\";\n\ndescribe(\"copy-file.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,8BAA8B;AACrC,IAAG,8BAA8B;AAC/B,SAAOA,kBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,kBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_exists = require('./exists.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/exists.test.ts
6
- (0, vitest.describe)("exists.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_exists.exists_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_exists.exists_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { exists_exports } from "./exists.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/exists.test.ts
5
- describe("exists.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(exists_exports).toBeDefined();
8
- expect(typeof exists_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=exists.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"exists.test.mjs","names":["moduleExports"],"sources":["../src/exists.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./exists.ts\";\n\ndescribe(\"exists.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,2BAA2B;AAClC,IAAG,8BAA8B;AAC/B,SAAOA,eAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,eAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_get_parent_path = require('./get-parent-path.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/get-parent-path.test.ts
6
- (0, vitest.describe)("get-parent-path.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_get_parent_path.get_parent_path_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_get_parent_path.get_parent_path_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { get_parent_path_exports } from "./get-parent-path.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/get-parent-path.test.ts
5
- describe("get-parent-path.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(get_parent_path_exports).toBeDefined();
8
- expect(typeof get_parent_path_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=get-parent-path.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-parent-path.test.mjs","names":["moduleExports"],"sources":["../src/get-parent-path.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./get-parent-path.ts\";\n\ndescribe(\"get-parent-path.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,oCAAoC;AAC3C,IAAG,8BAA8B;AAC/B,SAAOA,wBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,wBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_get_workspace_root = require('./get-workspace-root.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/get-workspace-root.test.ts
6
- (0, vitest.describe)("get-workspace-root.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_get_workspace_root.get_workspace_root_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_get_workspace_root.get_workspace_root_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { get_workspace_root_exports } from "./get-workspace-root.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/get-workspace-root.test.ts
5
- describe("get-workspace-root.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(get_workspace_root_exports).toBeDefined();
8
- expect(typeof get_workspace_root_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=get-workspace-root.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-workspace-root.test.mjs","names":["moduleExports"],"sources":["../src/get-workspace-root.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./get-workspace-root.ts\";\n\ndescribe(\"get-workspace-root.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,uCAAuC;AAC9C,IAAG,8BAA8B;AAC/B,SAAOA,2BAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,2BAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_helpers = require('./helpers.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/helpers.test.ts
6
- (0, vitest.describe)("helpers.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_helpers.helpers_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_helpers.helpers_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { helpers_exports } from "./helpers.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/helpers.test.ts
5
- describe("helpers.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(helpers_exports).toBeDefined();
8
- expect(typeof helpers_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=helpers.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.test.mjs","names":["moduleExports"],"sources":["../src/helpers.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./helpers.ts\";\n\ndescribe(\"helpers.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,4BAA4B;AACnC,IAAG,8BAA8B;AAC/B,SAAOA,gBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,gBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.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 fs library used by Storm Software for building NodeJS applications.\n *\n * @remarks\n * A package containing various file system utilities that expand the functionality of NodeJs's `fs` module\n *\n * @packageDocumentation\n */\n\nexport * from \"./buffer\";\nexport * from \"./chmod-x\";\nexport * from \"./command-exists\";\nexport * from \"./compress\";\nexport * from \"./constants\";\nexport * from \"./copy-file\";\nexport * from \"./exists\";\nexport * from \"./get-parent-path\";\nexport * from \"./get-workspace-root\";\nexport * from \"./helpers\";\nexport * from \"./install\";\nexport * from \"./is-file\";\nexport * from \"./json\";\nexport * from \"./list-files\";\nexport * from \"./package-fns\";\nexport * from \"./read-file\";\nexport * from \"./registry\";\nexport * from \"./remove-file\";\nexport * from \"./resolve\";\nexport * from \"./semver-fns\";\nexport * from \"./toml\";\nexport * from \"./tsconfig\";\nexport * from \"./write-file\";\nexport * from \"./yaml\";\n"],"mappings":""}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_index = require('./index.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/index.test.ts
6
- (0, vitest.describe)("index.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_index.src_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_index.src_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { src_exports } from "./index.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/index.test.ts
5
- describe("index.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(src_exports).toBeDefined();
8
- expect(typeof src_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=index.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.mjs","names":["moduleExports"],"sources":["../src/index.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./index.ts\";\n\ndescribe(\"index.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,0BAA0B;AACjC,IAAG,8BAA8B;AAC/B,SAAOA,YAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,YAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_install = require('./install.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/install.test.ts
6
- (0, vitest.describe)("install.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_install.install_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_install.install_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { install_exports } from "./install.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/install.test.ts
5
- describe("install.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(install_exports).toBeDefined();
8
- expect(typeof install_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=install.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"install.test.mjs","names":["moduleExports"],"sources":["../src/install.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./install.ts\";\n\ndescribe(\"install.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,4BAA4B;AACnC,IAAG,8BAA8B;AAC/B,SAAOA,gBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,gBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_is_file = require('./is-file.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/is-file.test.ts
6
- (0, vitest.describe)("is-file.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_is_file.is_file_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_is_file.is_file_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { is_file_exports } from "./is-file.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/is-file.test.ts
5
- describe("is-file.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(is_file_exports).toBeDefined();
8
- expect(typeof is_file_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=is-file.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-file.test.mjs","names":["moduleExports"],"sources":["../src/is-file.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./is-file.ts\";\n\ndescribe(\"is-file.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,4BAA4B;AACnC,IAAG,8BAA8B;AAC/B,SAAOA,gBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,gBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_json = require('./json.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/json.test.ts
6
- (0, vitest.describe)("json.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_json.json_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_json.json_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { json_exports } from "./json.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/json.test.ts
5
- describe("json.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(json_exports).toBeDefined();
8
- expect(typeof json_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=json.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"json.test.mjs","names":["moduleExports"],"sources":["../src/json.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./json.ts\";\n\ndescribe(\"json.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,yBAAyB;AAChC,IAAG,8BAA8B;AAC/B,SAAOA,aAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,aAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_list_files = require('./list-files.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/list-files.test.ts
6
- (0, vitest.describe)("list-files.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_list_files.list_files_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_list_files.list_files_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { list_files_exports } from "./list-files.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/list-files.test.ts
5
- describe("list-files.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(list_files_exports).toBeDefined();
8
- expect(typeof list_files_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=list-files.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-files.test.mjs","names":["moduleExports"],"sources":["../src/list-files.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./list-files.ts\";\n\ndescribe(\"list-files.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,+BAA+B;AACtC,IAAG,8BAA8B;AAC/B,SAAOA,mBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,mBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_package_fns = require('./package-fns.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/package-fns.test.ts
6
- (0, vitest.describe)("package-fns.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_package_fns.package_fns_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_package_fns.package_fns_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { package_fns_exports } from "./package-fns.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/package-fns.test.ts
5
- describe("package-fns.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(package_fns_exports).toBeDefined();
8
- expect(typeof package_fns_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=package-fns.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package-fns.test.mjs","names":["moduleExports"],"sources":["../src/package-fns.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./package-fns.ts\";\n\ndescribe(\"package-fns.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,gCAAgC;AACvC,IAAG,8BAA8B;AAC/B,SAAOA,oBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,oBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}
@@ -1,13 +0,0 @@
1
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
2
- const require_read_file = require('./read-file.cjs');
3
- let vitest = require("vitest");
4
-
5
- //#region src/read-file.test.ts
6
- (0, vitest.describe)("read-file.ts exports", () => {
7
- (0, vitest.it)("loads module exports", () => {
8
- (0, vitest.expect)(require_read_file.read_file_exports).toBeDefined();
9
- (0, vitest.expect)(typeof require_read_file.read_file_exports).toBe("object");
10
- });
11
- });
12
-
13
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,14 +0,0 @@
1
- import { read_file_exports } from "./read-file.mjs";
2
- import { describe, expect, it } from "vitest";
3
-
4
- //#region src/read-file.test.ts
5
- describe("read-file.ts exports", () => {
6
- it("loads module exports", () => {
7
- expect(read_file_exports).toBeDefined();
8
- expect(typeof read_file_exports).toBe("object");
9
- });
10
- });
11
-
12
- //#endregion
13
- export { };
14
- //# sourceMappingURL=read-file.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"read-file.test.mjs","names":["moduleExports"],"sources":["../src/read-file.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./read-file.ts\";\n\ndescribe(\"read-file.ts exports\", () => {\n it(\"loads module exports\", () => {\n expect(moduleExports).toBeDefined();\n expect(typeof moduleExports).toBe(\"object\");\n });\n});\n"],"mappings":";;;;AAGA,SAAS,8BAA8B;AACrC,IAAG,8BAA8B;AAC/B,SAAOA,kBAAc,CAAC,aAAa;AACnC,SAAO,OAAOA,kBAAc,CAAC,KAAK,SAAS;GAC3C;EACF"}