@stryke/fs 0.33.82 → 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.
- package/CHANGELOG.md +22 -0
- package/dist/_virtual/_rolldown/runtime.cjs +0 -14
- package/dist/buffer.cjs +0 -12
- package/dist/buffer.mjs +1 -8
- package/dist/buffer.mjs.map +1 -1
- package/dist/chmod-x.cjs +0 -14
- package/dist/chmod-x.mjs +1 -10
- package/dist/chmod-x.mjs.map +1 -1
- package/dist/command-exists.cjs +1 -11
- package/dist/command-exists.mjs +1 -6
- package/dist/command-exists.mjs.map +1 -1
- package/dist/compress.cjs +1 -8
- package/dist/compress.mjs +1 -3
- package/dist/compress.mjs.map +1 -1
- package/dist/constants.cjs +0 -13
- package/dist/constants.mjs +1 -8
- package/dist/copy-file.cjs +1 -13
- package/dist/copy-file.mjs +1 -8
- package/dist/copy-file.mjs.map +1 -1
- package/dist/exists.cjs +1 -11
- package/dist/exists.mjs +1 -6
- package/dist/exists.mjs.map +1 -1
- package/dist/get-parent-path.cjs +1 -8
- package/dist/get-parent-path.mjs +1 -3
- package/dist/get-parent-path.mjs.map +1 -1
- package/dist/get-workspace-root.cjs +0 -16
- package/dist/get-workspace-root.mjs +1 -12
- package/dist/get-workspace-root.mjs.map +1 -1
- package/dist/helpers.cjs +0 -14
- package/dist/helpers.mjs +1 -10
- package/dist/helpers.mjs.map +1 -1
- package/dist/index.cjs +0 -111
- package/dist/index.mjs +1 -107
- package/dist/install.cjs +0 -10
- package/dist/install.mjs +1 -6
- package/dist/install.mjs.map +1 -1
- package/dist/is-file.cjs +1 -13
- package/dist/is-file.mjs +1 -8
- package/dist/is-file.mjs.map +1 -1
- package/dist/json.cjs +0 -12
- package/dist/json.mjs +1 -8
- package/dist/json.mjs.map +1 -1
- package/dist/list-files.cjs +18 -17
- package/dist/list-files.d.cts.map +1 -1
- package/dist/list-files.d.mts.map +1 -1
- package/dist/list-files.mjs +19 -13
- package/dist/list-files.mjs.map +1 -1
- package/dist/package-fns.cjs +1 -16
- package/dist/package-fns.mjs +1 -11
- package/dist/package-fns.mjs.map +1 -1
- package/dist/read-file.cjs +1 -13
- package/dist/read-file.mjs +1 -8
- package/dist/read-file.mjs.map +1 -1
- package/dist/registry.cjs +0 -13
- package/dist/registry.mjs +1 -9
- package/dist/registry.mjs.map +1 -1
- package/dist/remove-file.cjs +1 -11
- package/dist/remove-file.mjs +1 -6
- package/dist/remove-file.mjs.map +1 -1
- package/dist/resolve.cjs +1 -20
- package/dist/resolve.mjs +4 -18
- package/dist/resolve.mjs.map +1 -1
- package/dist/semver-fns.cjs +1 -20
- package/dist/semver-fns.mjs +1 -15
- package/dist/semver-fns.mjs.map +1 -1
- package/dist/toml.cjs +0 -12
- package/dist/toml.mjs +1 -8
- package/dist/toml.mjs.map +1 -1
- package/dist/tsconfig.cjs +1 -8
- package/dist/tsconfig.mjs +1 -3
- package/dist/tsconfig.mjs.map +1 -1
- package/dist/write-file.cjs +1 -11
- package/dist/write-file.mjs +1 -6
- package/dist/write-file.mjs.map +1 -1
- package/dist/yaml.cjs +1 -11
- package/dist/yaml.mjs +1 -6
- package/dist/yaml.mjs.map +1 -1
- package/package.json +9 -109
- package/dist/_virtual/_rolldown/runtime.mjs +0 -18
- package/dist/buffer.test.cjs +0 -13
- package/dist/buffer.test.d.cts +0 -1
- package/dist/buffer.test.d.mts +0 -1
- package/dist/buffer.test.mjs +0 -14
- package/dist/buffer.test.mjs.map +0 -1
- package/dist/chmod-x.test.cjs +0 -13
- package/dist/chmod-x.test.d.cts +0 -1
- package/dist/chmod-x.test.d.mts +0 -1
- package/dist/chmod-x.test.mjs +0 -14
- package/dist/chmod-x.test.mjs.map +0 -1
- package/dist/command-exists.test.cjs +0 -13
- package/dist/command-exists.test.d.cts +0 -1
- package/dist/command-exists.test.d.mts +0 -1
- package/dist/command-exists.test.mjs +0 -14
- package/dist/command-exists.test.mjs.map +0 -1
- package/dist/compress.test.cjs +0 -13
- package/dist/compress.test.d.cts +0 -1
- package/dist/compress.test.d.mts +0 -1
- package/dist/compress.test.mjs +0 -14
- package/dist/compress.test.mjs.map +0 -1
- package/dist/constants.mjs.map +0 -1
- package/dist/constants.test.cjs +0 -13
- package/dist/constants.test.d.cts +0 -1
- package/dist/constants.test.d.mts +0 -1
- package/dist/constants.test.mjs +0 -14
- package/dist/constants.test.mjs.map +0 -1
- package/dist/copy-file.test.cjs +0 -13
- package/dist/copy-file.test.d.cts +0 -1
- package/dist/copy-file.test.d.mts +0 -1
- package/dist/copy-file.test.mjs +0 -14
- package/dist/copy-file.test.mjs.map +0 -1
- package/dist/exists.test.cjs +0 -13
- package/dist/exists.test.d.cts +0 -1
- package/dist/exists.test.d.mts +0 -1
- package/dist/exists.test.mjs +0 -14
- package/dist/exists.test.mjs.map +0 -1
- package/dist/get-parent-path.test.cjs +0 -13
- package/dist/get-parent-path.test.d.cts +0 -1
- package/dist/get-parent-path.test.d.mts +0 -1
- package/dist/get-parent-path.test.mjs +0 -14
- package/dist/get-parent-path.test.mjs.map +0 -1
- package/dist/get-workspace-root.test.cjs +0 -13
- package/dist/get-workspace-root.test.d.cts +0 -1
- package/dist/get-workspace-root.test.d.mts +0 -1
- package/dist/get-workspace-root.test.mjs +0 -14
- package/dist/get-workspace-root.test.mjs.map +0 -1
- package/dist/helpers.test.cjs +0 -13
- package/dist/helpers.test.d.cts +0 -1
- package/dist/helpers.test.d.mts +0 -1
- package/dist/helpers.test.mjs +0 -14
- package/dist/helpers.test.mjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/index.test.cjs +0 -13
- package/dist/index.test.d.cts +0 -1
- package/dist/index.test.d.mts +0 -1
- package/dist/index.test.mjs +0 -14
- package/dist/index.test.mjs.map +0 -1
- package/dist/install.test.cjs +0 -13
- package/dist/install.test.d.cts +0 -1
- package/dist/install.test.d.mts +0 -1
- package/dist/install.test.mjs +0 -14
- package/dist/install.test.mjs.map +0 -1
- package/dist/is-file.test.cjs +0 -13
- package/dist/is-file.test.d.cts +0 -1
- package/dist/is-file.test.d.mts +0 -1
- package/dist/is-file.test.mjs +0 -14
- package/dist/is-file.test.mjs.map +0 -1
- package/dist/json.test.cjs +0 -13
- package/dist/json.test.d.cts +0 -1
- package/dist/json.test.d.mts +0 -1
- package/dist/json.test.mjs +0 -14
- package/dist/json.test.mjs.map +0 -1
- package/dist/list-files.test.cjs +0 -13
- package/dist/list-files.test.d.cts +0 -1
- package/dist/list-files.test.d.mts +0 -1
- package/dist/list-files.test.mjs +0 -14
- package/dist/list-files.test.mjs.map +0 -1
- package/dist/package-fns.test.cjs +0 -13
- package/dist/package-fns.test.d.cts +0 -1
- package/dist/package-fns.test.d.mts +0 -1
- package/dist/package-fns.test.mjs +0 -14
- package/dist/package-fns.test.mjs.map +0 -1
- package/dist/read-file.test.cjs +0 -13
- package/dist/read-file.test.d.cts +0 -1
- package/dist/read-file.test.d.mts +0 -1
- package/dist/read-file.test.mjs +0 -14
- package/dist/read-file.test.mjs.map +0 -1
- package/dist/registry.test.cjs +0 -13
- package/dist/registry.test.d.cts +0 -1
- package/dist/registry.test.d.mts +0 -1
- package/dist/registry.test.mjs +0 -14
- package/dist/registry.test.mjs.map +0 -1
- package/dist/remove-file.test.cjs +0 -13
- package/dist/remove-file.test.d.cts +0 -1
- package/dist/remove-file.test.d.mts +0 -1
- package/dist/remove-file.test.mjs +0 -14
- package/dist/remove-file.test.mjs.map +0 -1
- package/dist/resolve.test.cjs +0 -13
- package/dist/resolve.test.d.cts +0 -1
- package/dist/resolve.test.d.mts +0 -1
- package/dist/resolve.test.mjs +0 -14
- package/dist/resolve.test.mjs.map +0 -1
- package/dist/semver-fns.test.cjs +0 -13
- package/dist/semver-fns.test.d.cts +0 -1
- package/dist/semver-fns.test.d.mts +0 -1
- package/dist/semver-fns.test.mjs +0 -14
- package/dist/semver-fns.test.mjs.map +0 -1
- package/dist/toml.test.cjs +0 -13
- package/dist/toml.test.d.cts +0 -1
- package/dist/toml.test.d.mts +0 -1
- package/dist/toml.test.mjs +0 -14
- package/dist/toml.test.mjs.map +0 -1
- package/dist/tsconfig.test.cjs +0 -13
- package/dist/tsconfig.test.d.cts +0 -1
- package/dist/tsconfig.test.d.mts +0 -1
- package/dist/tsconfig.test.mjs +0 -14
- package/dist/tsconfig.test.mjs.map +0 -1
- package/dist/write-file.test.cjs +0 -13
- package/dist/write-file.test.d.cts +0 -1
- package/dist/write-file.test.d.mts +0 -1
- package/dist/write-file.test.mjs +0 -14
- package/dist/write-file.test.mjs.map +0 -1
- package/dist/yaml.test.cjs +0 -13
- package/dist/yaml.test.d.cts +0 -1
- package/dist/yaml.test.d.mts +0 -1
- package/dist/yaml.test.mjs +0 -14
- package/dist/yaml.test.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/fs",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.84",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing various file system utilities that expand the functionality of NodeJs's built-in `fs` module.",
|
|
6
6
|
"repository": {
|
|
@@ -15,189 +15,89 @@
|
|
|
15
15
|
"import": "./dist/buffer.mjs",
|
|
16
16
|
"require": "./dist/buffer.cjs"
|
|
17
17
|
},
|
|
18
|
-
"./buffer.test": {
|
|
19
|
-
"import": "./dist/buffer.test.mjs",
|
|
20
|
-
"require": "./dist/buffer.test.cjs"
|
|
21
|
-
},
|
|
22
18
|
"./chmod-x": {
|
|
23
19
|
"import": "./dist/chmod-x.mjs",
|
|
24
20
|
"require": "./dist/chmod-x.cjs"
|
|
25
21
|
},
|
|
26
|
-
"./chmod-x.test": {
|
|
27
|
-
"import": "./dist/chmod-x.test.mjs",
|
|
28
|
-
"require": "./dist/chmod-x.test.cjs"
|
|
29
|
-
},
|
|
30
22
|
"./command-exists": {
|
|
31
23
|
"import": "./dist/command-exists.mjs",
|
|
32
24
|
"require": "./dist/command-exists.cjs"
|
|
33
25
|
},
|
|
34
|
-
"./command-exists.test": {
|
|
35
|
-
"import": "./dist/command-exists.test.mjs",
|
|
36
|
-
"require": "./dist/command-exists.test.cjs"
|
|
37
|
-
},
|
|
38
26
|
"./compress": {
|
|
39
27
|
"import": "./dist/compress.mjs",
|
|
40
28
|
"require": "./dist/compress.cjs"
|
|
41
29
|
},
|
|
42
|
-
"./compress.test": {
|
|
43
|
-
"import": "./dist/compress.test.mjs",
|
|
44
|
-
"require": "./dist/compress.test.cjs"
|
|
45
|
-
},
|
|
46
30
|
"./constants": {
|
|
47
31
|
"import": "./dist/constants.mjs",
|
|
48
32
|
"require": "./dist/constants.cjs"
|
|
49
33
|
},
|
|
50
|
-
"./constants.test": {
|
|
51
|
-
"import": "./dist/constants.test.mjs",
|
|
52
|
-
"require": "./dist/constants.test.cjs"
|
|
53
|
-
},
|
|
54
34
|
"./copy-file": {
|
|
55
35
|
"import": "./dist/copy-file.mjs",
|
|
56
36
|
"require": "./dist/copy-file.cjs"
|
|
57
37
|
},
|
|
58
|
-
"./copy-file.test": {
|
|
59
|
-
"import": "./dist/copy-file.test.mjs",
|
|
60
|
-
"require": "./dist/copy-file.test.cjs"
|
|
61
|
-
},
|
|
62
38
|
"./exists": {
|
|
63
39
|
"import": "./dist/exists.mjs",
|
|
64
40
|
"require": "./dist/exists.cjs"
|
|
65
41
|
},
|
|
66
|
-
"./exists.test": {
|
|
67
|
-
"import": "./dist/exists.test.mjs",
|
|
68
|
-
"require": "./dist/exists.test.cjs"
|
|
69
|
-
},
|
|
70
42
|
"./get-parent-path": {
|
|
71
43
|
"import": "./dist/get-parent-path.mjs",
|
|
72
44
|
"require": "./dist/get-parent-path.cjs"
|
|
73
45
|
},
|
|
74
|
-
"./get-parent-path.test": {
|
|
75
|
-
"import": "./dist/get-parent-path.test.mjs",
|
|
76
|
-
"require": "./dist/get-parent-path.test.cjs"
|
|
77
|
-
},
|
|
78
46
|
"./get-workspace-root": {
|
|
79
47
|
"import": "./dist/get-workspace-root.mjs",
|
|
80
48
|
"require": "./dist/get-workspace-root.cjs"
|
|
81
49
|
},
|
|
82
|
-
"./get-workspace-root.test": {
|
|
83
|
-
"import": "./dist/get-workspace-root.test.mjs",
|
|
84
|
-
"require": "./dist/get-workspace-root.test.cjs"
|
|
85
|
-
},
|
|
86
50
|
"./helpers": {
|
|
87
51
|
"import": "./dist/helpers.mjs",
|
|
88
52
|
"require": "./dist/helpers.cjs"
|
|
89
53
|
},
|
|
90
|
-
"./helpers.test": {
|
|
91
|
-
"import": "./dist/helpers.test.mjs",
|
|
92
|
-
"require": "./dist/helpers.test.cjs"
|
|
93
|
-
},
|
|
94
|
-
"./index.test": {
|
|
95
|
-
"import": "./dist/index.test.mjs",
|
|
96
|
-
"require": "./dist/index.test.cjs"
|
|
97
|
-
},
|
|
98
54
|
"./install": {
|
|
99
55
|
"import": "./dist/install.mjs",
|
|
100
56
|
"require": "./dist/install.cjs"
|
|
101
57
|
},
|
|
102
|
-
"./install.test": {
|
|
103
|
-
"import": "./dist/install.test.mjs",
|
|
104
|
-
"require": "./dist/install.test.cjs"
|
|
105
|
-
},
|
|
106
58
|
"./is-file": {
|
|
107
59
|
"import": "./dist/is-file.mjs",
|
|
108
60
|
"require": "./dist/is-file.cjs"
|
|
109
61
|
},
|
|
110
|
-
"./is-file.test": {
|
|
111
|
-
"import": "./dist/is-file.test.mjs",
|
|
112
|
-
"require": "./dist/is-file.test.cjs"
|
|
113
|
-
},
|
|
114
62
|
"./json": { "import": "./dist/json.mjs", "require": "./dist/json.cjs" },
|
|
115
|
-
"./json.test": {
|
|
116
|
-
"import": "./dist/json.test.mjs",
|
|
117
|
-
"require": "./dist/json.test.cjs"
|
|
118
|
-
},
|
|
119
63
|
"./list-files": {
|
|
120
64
|
"import": "./dist/list-files.mjs",
|
|
121
65
|
"require": "./dist/list-files.cjs"
|
|
122
66
|
},
|
|
123
|
-
"./list-files.test": {
|
|
124
|
-
"import": "./dist/list-files.test.mjs",
|
|
125
|
-
"require": "./dist/list-files.test.cjs"
|
|
126
|
-
},
|
|
127
67
|
"./package-fns": {
|
|
128
68
|
"import": "./dist/package-fns.mjs",
|
|
129
69
|
"require": "./dist/package-fns.cjs"
|
|
130
70
|
},
|
|
131
|
-
"./package-fns.test": {
|
|
132
|
-
"import": "./dist/package-fns.test.mjs",
|
|
133
|
-
"require": "./dist/package-fns.test.cjs"
|
|
134
|
-
},
|
|
135
71
|
"./read-file": {
|
|
136
72
|
"import": "./dist/read-file.mjs",
|
|
137
73
|
"require": "./dist/read-file.cjs"
|
|
138
74
|
},
|
|
139
|
-
"./read-file.test": {
|
|
140
|
-
"import": "./dist/read-file.test.mjs",
|
|
141
|
-
"require": "./dist/read-file.test.cjs"
|
|
142
|
-
},
|
|
143
75
|
"./registry": {
|
|
144
76
|
"import": "./dist/registry.mjs",
|
|
145
77
|
"require": "./dist/registry.cjs"
|
|
146
78
|
},
|
|
147
|
-
"./registry.test": {
|
|
148
|
-
"import": "./dist/registry.test.mjs",
|
|
149
|
-
"require": "./dist/registry.test.cjs"
|
|
150
|
-
},
|
|
151
79
|
"./remove-file": {
|
|
152
80
|
"import": "./dist/remove-file.mjs",
|
|
153
81
|
"require": "./dist/remove-file.cjs"
|
|
154
82
|
},
|
|
155
|
-
"./remove-file.test": {
|
|
156
|
-
"import": "./dist/remove-file.test.mjs",
|
|
157
|
-
"require": "./dist/remove-file.test.cjs"
|
|
158
|
-
},
|
|
159
83
|
"./resolve": {
|
|
160
84
|
"import": "./dist/resolve.mjs",
|
|
161
85
|
"require": "./dist/resolve.cjs"
|
|
162
86
|
},
|
|
163
|
-
"./resolve.test": {
|
|
164
|
-
"import": "./dist/resolve.test.mjs",
|
|
165
|
-
"require": "./dist/resolve.test.cjs"
|
|
166
|
-
},
|
|
167
87
|
"./semver-fns": {
|
|
168
88
|
"import": "./dist/semver-fns.mjs",
|
|
169
89
|
"require": "./dist/semver-fns.cjs"
|
|
170
90
|
},
|
|
171
|
-
"./semver-fns.test": {
|
|
172
|
-
"import": "./dist/semver-fns.test.mjs",
|
|
173
|
-
"require": "./dist/semver-fns.test.cjs"
|
|
174
|
-
},
|
|
175
91
|
"./toml": { "import": "./dist/toml.mjs", "require": "./dist/toml.cjs" },
|
|
176
|
-
"./toml.test": {
|
|
177
|
-
"import": "./dist/toml.test.mjs",
|
|
178
|
-
"require": "./dist/toml.test.cjs"
|
|
179
|
-
},
|
|
180
92
|
"./tsconfig": {
|
|
181
93
|
"import": "./dist/tsconfig.mjs",
|
|
182
94
|
"require": "./dist/tsconfig.cjs"
|
|
183
95
|
},
|
|
184
|
-
"./tsconfig.test": {
|
|
185
|
-
"import": "./dist/tsconfig.test.mjs",
|
|
186
|
-
"require": "./dist/tsconfig.test.cjs"
|
|
187
|
-
},
|
|
188
96
|
"./write-file": {
|
|
189
97
|
"import": "./dist/write-file.mjs",
|
|
190
98
|
"require": "./dist/write-file.cjs"
|
|
191
99
|
},
|
|
192
|
-
"./write-file.test": {
|
|
193
|
-
"import": "./dist/write-file.test.mjs",
|
|
194
|
-
"require": "./dist/write-file.test.cjs"
|
|
195
|
-
},
|
|
196
100
|
"./yaml": { "import": "./dist/yaml.mjs", "require": "./dist/yaml.cjs" },
|
|
197
|
-
"./yaml.test": {
|
|
198
|
-
"import": "./dist/yaml.test.mjs",
|
|
199
|
-
"require": "./dist/yaml.test.cjs"
|
|
200
|
-
},
|
|
201
101
|
"./package.json": "./package.json"
|
|
202
102
|
},
|
|
203
103
|
"main": "./dist/index.cjs",
|
|
@@ -206,13 +106,13 @@
|
|
|
206
106
|
"dependencies": {
|
|
207
107
|
"@antfu/install-pkg": "^1.1.0",
|
|
208
108
|
"@storm-software/config-tools": "^1.190.37",
|
|
209
|
-
"@stryke/convert": "^0.7.
|
|
210
|
-
"@stryke/helpers": "^0.10.
|
|
211
|
-
"@stryke/json": "^0.15.
|
|
212
|
-
"@stryke/path": "^0.29.
|
|
213
|
-
"@stryke/string-format": "^0.17.
|
|
214
|
-
"@stryke/type-checks": "^0.6.
|
|
215
|
-
"@stryke/types": "^0.12.
|
|
109
|
+
"@stryke/convert": "^0.7.14",
|
|
110
|
+
"@stryke/helpers": "^0.10.23",
|
|
111
|
+
"@stryke/json": "^0.15.7",
|
|
112
|
+
"@stryke/path": "^0.29.10",
|
|
113
|
+
"@stryke/string-format": "^0.17.25",
|
|
114
|
+
"@stryke/type-checks": "^0.6.16",
|
|
115
|
+
"@stryke/types": "^0.12.11",
|
|
216
116
|
"chalk": "^5.6.2",
|
|
217
117
|
"defu": "^6.1.7",
|
|
218
118
|
"glob": "^11.1.0",
|
|
@@ -229,5 +129,5 @@
|
|
|
229
129
|
"tsdown": "^0.21.10"
|
|
230
130
|
},
|
|
231
131
|
"publishConfig": { "access": "public" },
|
|
232
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "d660a476f1e788523a32652b8c0f96da7735891b"
|
|
233
133
|
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __exportAll = (all, no_symbols) => {
|
|
4
|
-
let target = {};
|
|
5
|
-
for (var name in all) {
|
|
6
|
-
__defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: true
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
if (!no_symbols) {
|
|
12
|
-
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
-
}
|
|
14
|
-
return target;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { __exportAll };
|
package/dist/buffer.test.cjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
2
|
-
const require_buffer = require('./buffer.cjs');
|
|
3
|
-
let vitest = require("vitest");
|
|
4
|
-
|
|
5
|
-
//#region src/buffer.test.ts
|
|
6
|
-
(0, vitest.describe)("buffer.ts exports", () => {
|
|
7
|
-
(0, vitest.it)("loads module exports", () => {
|
|
8
|
-
(0, vitest.expect)(require_buffer.buffer_exports).toBeDefined();
|
|
9
|
-
(0, vitest.expect)(typeof require_buffer.buffer_exports).toBe("object");
|
|
10
|
-
});
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
//#endregion
|
package/dist/buffer.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/buffer.test.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/buffer.test.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { buffer_exports } from "./buffer.mjs";
|
|
2
|
-
import { describe, expect, it } from "vitest";
|
|
3
|
-
|
|
4
|
-
//#region src/buffer.test.ts
|
|
5
|
-
describe("buffer.ts exports", () => {
|
|
6
|
-
it("loads module exports", () => {
|
|
7
|
-
expect(buffer_exports).toBeDefined();
|
|
8
|
-
expect(typeof buffer_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { };
|
|
14
|
-
//# sourceMappingURL=buffer.test.mjs.map
|
package/dist/buffer.test.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"buffer.test.mjs","names":["moduleExports"],"sources":["../src/buffer.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./buffer.ts\";\n\ndescribe(\"buffer.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"}
|
package/dist/chmod-x.test.cjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
2
|
-
const require_chmod_x = require('./chmod-x.cjs');
|
|
3
|
-
let vitest = require("vitest");
|
|
4
|
-
|
|
5
|
-
//#region src/chmod-x.test.ts
|
|
6
|
-
(0, vitest.describe)("chmod-x.ts exports", () => {
|
|
7
|
-
(0, vitest.it)("loads module exports", () => {
|
|
8
|
-
(0, vitest.expect)(require_chmod_x.chmod_x_exports).toBeDefined();
|
|
9
|
-
(0, vitest.expect)(typeof require_chmod_x.chmod_x_exports).toBe("object");
|
|
10
|
-
});
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
//#endregion
|
package/dist/chmod-x.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/chmod-x.test.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/chmod-x.test.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { chmod_x_exports } from "./chmod-x.mjs";
|
|
2
|
-
import { describe, expect, it } from "vitest";
|
|
3
|
-
|
|
4
|
-
//#region src/chmod-x.test.ts
|
|
5
|
-
describe("chmod-x.ts exports", () => {
|
|
6
|
-
it("loads module exports", () => {
|
|
7
|
-
expect(chmod_x_exports).toBeDefined();
|
|
8
|
-
expect(typeof chmod_x_exports).toBe("object");
|
|
9
|
-
});
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { };
|
|
14
|
-
//# sourceMappingURL=chmod-x.test.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chmod-x.test.mjs","names":["moduleExports"],"sources":["../src/chmod-x.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport * as moduleExports from \"./chmod-x.ts\";\n\ndescribe(\"chmod-x.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_command_exists = require('./command-exists.cjs');
|
|
3
|
-
let vitest = require("vitest");
|
|
4
|
-
|
|
5
|
-
//#region src/command-exists.test.ts
|
|
6
|
-
(0, vitest.describe)("command-exists.ts exports", () => {
|
|
7
|
-
(0, vitest.it)("loads module exports", () => {
|
|
8
|
-
(0, vitest.expect)(require_command_exists.command_exists_exports).toBeDefined();
|
|
9
|
-
(0, vitest.expect)(typeof require_command_exists.command_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 { 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"}
|
package/dist/compress.test.cjs
DELETED
|
@@ -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
|
package/dist/compress.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/compress.test.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/compress.test.mjs
DELETED
|
@@ -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"}
|
package/dist/constants.mjs.map
DELETED
|
@@ -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":""}
|
package/dist/constants.test.cjs
DELETED
|
@@ -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 { };
|
package/dist/constants.test.mjs
DELETED
|
@@ -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"}
|
package/dist/copy-file.test.cjs
DELETED
|
@@ -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 { };
|
package/dist/copy-file.test.mjs
DELETED
|
@@ -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"}
|
package/dist/exists.test.cjs
DELETED
|
@@ -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
|
package/dist/exists.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/exists.test.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/exists.test.mjs
DELETED
|
@@ -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
|
package/dist/exists.test.mjs.map
DELETED
|
@@ -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"}
|
package/dist/helpers.test.cjs
DELETED
|
@@ -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
|
package/dist/helpers.test.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|