@storm-software/projen 0.9.31 → 0.9.32
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 +95 -42
- package/README.md +7 -7
- package/dist/{chunk-TKYNU6LX.js → chunk-3DQG66DJ.js} +7 -7
- package/dist/chunk-3Y6AMHJ5.js +6 -0
- package/dist/{chunk-D7E6PO7R.js → chunk-KWEYIJCM.js} +760 -774
- package/dist/{chunk-2QLFDU35.mjs → chunk-M432POFH.mjs} +1 -1
- package/dist/{chunk-Y44MTSI7.mjs → chunk-MC42JFGZ.mjs} +2 -2
- package/dist/{chunk-ZXG4IN2I.mjs → chunk-RQVK53ZU.mjs} +395 -409
- package/dist/{chunk-TGOBVO4I.mjs → chunk-TTG4YCRZ.mjs} +1 -1
- package/dist/{chunk-SETAUINA.js → chunk-WTMG7MTK.js} +2 -2
- package/dist/{chunk-574Q4AGO.mjs → chunk-WXKORI6N.mjs} +1 -1
- package/dist/{chunk-EKZ5PM52.js → chunk-Z2UXMCUY.js} +3 -3
- package/dist/generators.d.mts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/{index-C9MVcMz_.d.mts → index-Dx_XVEzo.d.mts} +64 -0
- package/dist/{index-C9MVcMz_.d.ts → index-Dx_XVEzo.d.ts} +64 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.d.mts +1 -1
- package/dist/src/generators/init/generator.d.ts +1 -1
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +6 -6
- package/dist/chunk-TTGWXSDC.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,233 +1,286 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Projen
|
|
4
|
+
|
|
5
|
+
## [0.9.32](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.32) (2025-03-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
|
|
11
|
+
|
|
1
12
|
## 0.9.31 (2025-02-26)
|
|
2
13
|
|
|
3
14
|
### Miscellaneous
|
|
4
15
|
|
|
5
|
-
- **monorepo:** Regenerated README markdown files
|
|
16
|
+
- **monorepo:** Regenerated README markdown files
|
|
17
|
+
([54355d315](https://github.com/storm-software/storm-ops/commit/54355d315))
|
|
6
18
|
|
|
7
19
|
## 0.9.30 (2025-02-23)
|
|
8
20
|
|
|
9
21
|
### Miscellaneous
|
|
10
22
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([b785ce163](https://github.com/storm-software/storm-ops/commit/b785ce163))
|
|
12
25
|
|
|
13
26
|
## 0.9.29 (2025-02-23)
|
|
14
27
|
|
|
15
28
|
### Miscellaneous
|
|
16
29
|
|
|
17
|
-
- **monorepo:** Reformat README markdown files
|
|
30
|
+
- **monorepo:** Reformat README markdown files
|
|
31
|
+
([68f6724f6](https://github.com/storm-software/storm-ops/commit/68f6724f6))
|
|
18
32
|
|
|
19
33
|
## 0.9.28 (2025-02-23)
|
|
20
34
|
|
|
21
35
|
### Miscellaneous
|
|
22
36
|
|
|
23
|
-
- **monorepo:** Regenerate README markdown files
|
|
37
|
+
- **monorepo:** Regenerate README markdown files
|
|
38
|
+
([312306e34](https://github.com/storm-software/storm-ops/commit/312306e34))
|
|
24
39
|
|
|
25
40
|
## 0.9.27 (2025-02-22)
|
|
26
41
|
|
|
27
42
|
### Miscellaneous
|
|
28
43
|
|
|
29
|
-
- **monorepo:** Reformat and lint workspace files
|
|
44
|
+
- **monorepo:** Reformat and lint workspace files
|
|
45
|
+
([9b706de2f](https://github.com/storm-software/storm-ops/commit/9b706de2f))
|
|
30
46
|
|
|
31
47
|
## 0.9.26 (2025-02-21)
|
|
32
48
|
|
|
33
49
|
### Miscellaneous
|
|
34
50
|
|
|
35
|
-
- **monorepo:** Format monorepo files and run linters
|
|
51
|
+
- **monorepo:** Format monorepo files and run linters
|
|
52
|
+
([8f25455d5](https://github.com/storm-software/storm-ops/commit/8f25455d5))
|
|
36
53
|
|
|
37
54
|
## 0.9.25 (2025-02-06)
|
|
38
55
|
|
|
39
56
|
### Miscellaneous
|
|
40
57
|
|
|
41
|
-
- **monorepo:** Regenerate README markdown files
|
|
58
|
+
- **monorepo:** Regenerate README markdown files
|
|
59
|
+
([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
42
60
|
|
|
43
61
|
## 0.9.24 (2025-02-05)
|
|
44
62
|
|
|
45
63
|
### Miscellaneous
|
|
46
64
|
|
|
47
|
-
- **monorepo:** Regenerate README markdown files
|
|
65
|
+
- **monorepo:** Regenerate README markdown files
|
|
66
|
+
([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
|
|
48
67
|
|
|
49
68
|
## 0.9.23 (2025-02-05)
|
|
50
69
|
|
|
51
70
|
### Miscellaneous
|
|
52
71
|
|
|
53
|
-
- **monorepo:** Regenerate README markdown files
|
|
72
|
+
- **monorepo:** Regenerate README markdown files
|
|
73
|
+
([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
|
|
54
74
|
|
|
55
75
|
## 0.9.22 (2025-02-05)
|
|
56
76
|
|
|
57
77
|
### Miscellaneous
|
|
58
78
|
|
|
59
|
-
- **monorepo:** Regenerate README markdown files
|
|
79
|
+
- **monorepo:** Regenerate README markdown files
|
|
80
|
+
([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
|
|
60
81
|
|
|
61
82
|
## 0.9.21 (2025-02-05)
|
|
62
83
|
|
|
63
84
|
### Miscellaneous
|
|
64
85
|
|
|
65
|
-
- **monorepo:** Regenerated README markdown files
|
|
86
|
+
- **monorepo:** Regenerated README markdown files
|
|
87
|
+
([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
|
|
66
88
|
|
|
67
89
|
## 0.9.20 (2025-02-04)
|
|
68
90
|
|
|
69
91
|
### Miscellaneous
|
|
70
92
|
|
|
71
|
-
- **monorepo:** Regenerate README markdown files
|
|
93
|
+
- **monorepo:** Regenerate README markdown files
|
|
94
|
+
([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
|
|
72
95
|
|
|
73
96
|
## 0.9.19 (2025-02-04)
|
|
74
97
|
|
|
75
98
|
### Miscellaneous
|
|
76
99
|
|
|
77
|
-
- **monorepo:** Regenerate README markdown files
|
|
100
|
+
- **monorepo:** Regenerate README markdown files
|
|
101
|
+
([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
|
|
78
102
|
|
|
79
103
|
## 0.9.18 (2025-02-04)
|
|
80
104
|
|
|
81
105
|
### Miscellaneous
|
|
82
106
|
|
|
83
|
-
- **monorepo:** Generate README markdown files
|
|
107
|
+
- **monorepo:** Generate README markdown files
|
|
108
|
+
([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
|
|
84
109
|
|
|
85
110
|
## 0.9.17 (2025-02-04)
|
|
86
111
|
|
|
87
112
|
### Miscellaneous
|
|
88
113
|
|
|
89
|
-
- **monorepo:** Regenerate README markdown files
|
|
114
|
+
- **monorepo:** Regenerate README markdown files
|
|
115
|
+
([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
90
116
|
|
|
91
117
|
## 0.9.16 (2025-02-04)
|
|
92
118
|
|
|
93
119
|
### Miscellaneous
|
|
94
120
|
|
|
95
|
-
- **monorepo:** Regenerate README markdown files
|
|
121
|
+
- **monorepo:** Regenerate README markdown files
|
|
122
|
+
([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
|
|
96
123
|
|
|
97
124
|
## 0.9.15 (2025-02-04)
|
|
98
125
|
|
|
99
126
|
### Miscellaneous
|
|
100
127
|
|
|
101
|
-
- **monorepo:** Regenerate README markdown files
|
|
128
|
+
- **monorepo:** Regenerate README markdown files
|
|
129
|
+
([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
102
130
|
|
|
103
131
|
## 0.9.14 (2025-02-04)
|
|
104
132
|
|
|
105
133
|
### Bug Fixes
|
|
106
134
|
|
|
107
|
-
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
135
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
136
|
+
([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
108
137
|
|
|
109
138
|
## 0.9.13 (2025-02-04)
|
|
110
139
|
|
|
111
140
|
### Bug Fixes
|
|
112
141
|
|
|
113
|
-
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
142
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
143
|
+
([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
114
144
|
|
|
115
145
|
### Miscellaneous
|
|
116
146
|
|
|
117
|
-
- **monorepo:** Reformat the repo's files
|
|
118
|
-
|
|
147
|
+
- **monorepo:** Reformat the repo's files
|
|
148
|
+
([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
|
|
149
|
+
- **monorepo:** Regenerate README markdown files
|
|
150
|
+
([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
|
|
119
151
|
|
|
120
152
|
## 0.9.12 (2025-02-03)
|
|
121
153
|
|
|
122
154
|
### Miscellaneous
|
|
123
155
|
|
|
124
|
-
- **monorepo:** Regenerate README markdown files
|
|
125
|
-
|
|
156
|
+
- **monorepo:** Regenerate README markdown files
|
|
157
|
+
([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
|
|
158
|
+
- **monorepo:** Regenerate README markdown files
|
|
159
|
+
([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
|
|
126
160
|
|
|
127
161
|
## 0.9.11 (2025-02-02)
|
|
128
162
|
|
|
129
163
|
### Miscellaneous
|
|
130
164
|
|
|
131
|
-
- **monorepo:** Regenerate README markdown files
|
|
165
|
+
- **monorepo:** Regenerate README markdown files
|
|
166
|
+
([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
|
|
132
167
|
|
|
133
168
|
## 0.9.10 (2025-02-02)
|
|
134
169
|
|
|
135
170
|
### Miscellaneous
|
|
136
171
|
|
|
137
|
-
- **monorepo:** Regenerate README markdown files
|
|
172
|
+
- **monorepo:** Regenerate README markdown files
|
|
173
|
+
([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
|
|
138
174
|
|
|
139
175
|
## 0.9.9 (2025-02-02)
|
|
140
176
|
|
|
141
177
|
### Miscellaneous
|
|
142
178
|
|
|
143
|
-
- **monorepo:** Regenerate README markdown files
|
|
179
|
+
- **monorepo:** Regenerate README markdown files
|
|
180
|
+
([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
|
|
144
181
|
|
|
145
182
|
## 0.9.8 (2025-02-02)
|
|
146
183
|
|
|
147
184
|
### Miscellaneous
|
|
148
185
|
|
|
149
|
-
- **monorepo:** Regenerate README markdown files
|
|
186
|
+
- **monorepo:** Regenerate README markdown files
|
|
187
|
+
([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
|
|
150
188
|
|
|
151
189
|
## 0.9.7 (2025-02-02)
|
|
152
190
|
|
|
153
191
|
### Miscellaneous
|
|
154
192
|
|
|
155
|
-
- **monorepo:** Regenerate README markdown files
|
|
193
|
+
- **monorepo:** Regenerate README markdown files
|
|
194
|
+
([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
|
|
156
195
|
|
|
157
196
|
## 0.9.6 (2025-02-02)
|
|
158
197
|
|
|
159
198
|
### Miscellaneous
|
|
160
199
|
|
|
161
|
-
- **monorepo:** Regenerate README markdown files
|
|
200
|
+
- **monorepo:** Regenerate README markdown files
|
|
201
|
+
([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
|
|
162
202
|
|
|
163
203
|
## 0.9.5 (2025-02-02)
|
|
164
204
|
|
|
165
205
|
### Miscellaneous
|
|
166
206
|
|
|
167
|
-
- **monorepo:** Regenerate README markdown files
|
|
207
|
+
- **monorepo:** Regenerate README markdown files
|
|
208
|
+
([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
|
|
168
209
|
|
|
169
210
|
## 0.9.4 (2025-02-02)
|
|
170
211
|
|
|
171
212
|
### Miscellaneous
|
|
172
213
|
|
|
173
|
-
- **monorepo:** Regenerate README markdown files
|
|
214
|
+
- **monorepo:** Regenerate README markdown files
|
|
215
|
+
([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
174
216
|
|
|
175
217
|
## 0.9.3 (2025-02-02)
|
|
176
218
|
|
|
177
219
|
### Miscellaneous
|
|
178
220
|
|
|
179
|
-
- **monorepo:** Regenerate README markdown files
|
|
221
|
+
- **monorepo:** Regenerate README markdown files
|
|
222
|
+
([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
|
|
180
223
|
|
|
181
224
|
## 0.9.2 (2025-02-02)
|
|
182
225
|
|
|
183
226
|
### Miscellaneous
|
|
184
227
|
|
|
185
|
-
- **monorepo:** Regenerate README markdown files
|
|
228
|
+
- **monorepo:** Regenerate README markdown files
|
|
229
|
+
([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
|
|
186
230
|
|
|
187
231
|
## 0.9.1 (2025-02-02)
|
|
188
232
|
|
|
189
233
|
### Miscellaneous
|
|
190
234
|
|
|
191
|
-
- **monorepo:** Regenerate README markdown files
|
|
235
|
+
- **monorepo:** Regenerate README markdown files
|
|
236
|
+
([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
|
|
192
237
|
|
|
193
238
|
## 0.9.0 (2025-02-01)
|
|
194
239
|
|
|
195
240
|
### Features
|
|
196
241
|
|
|
197
|
-
- **projen:** Added the `StormNxWorkspace` component
|
|
242
|
+
- **projen:** Added the `StormNxWorkspace` component
|
|
243
|
+
([191fdb73](https://github.com/storm-software/storm-ops/commit/191fdb73))
|
|
198
244
|
|
|
199
245
|
### Bug Fixes
|
|
200
246
|
|
|
201
|
-
- **projen:** Resolve issue with unused dependency
|
|
247
|
+
- **projen:** Resolve issue with unused dependency
|
|
248
|
+
([6326176f](https://github.com/storm-software/storm-ops/commit/6326176f))
|
|
202
249
|
|
|
203
250
|
### Miscellaneous
|
|
204
251
|
|
|
205
|
-
- **monorepo:** Regenerate README markdown files
|
|
252
|
+
- **monorepo:** Regenerate README markdown files
|
|
253
|
+
([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
|
|
206
254
|
|
|
207
255
|
## 0.8.3 (2025-02-01)
|
|
208
256
|
|
|
209
257
|
### Miscellaneous
|
|
210
258
|
|
|
211
|
-
- **monorepo:** Regenerate README markdown files
|
|
259
|
+
- **monorepo:** Regenerate README markdown files
|
|
260
|
+
([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
|
|
212
261
|
|
|
213
262
|
## 0.8.2 (2025-01-29)
|
|
214
263
|
|
|
215
264
|
### Miscellaneous
|
|
216
265
|
|
|
217
|
-
- **monorepo:** Regenerate README markdown files
|
|
266
|
+
- **monorepo:** Regenerate README markdown files
|
|
267
|
+
([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
|
|
218
268
|
|
|
219
269
|
## 0.8.1 (2025-01-29)
|
|
220
270
|
|
|
221
271
|
### Bug Fixes
|
|
222
272
|
|
|
223
|
-
- **unbuild:** Resolved issue applying plugins
|
|
273
|
+
- **unbuild:** Resolved issue applying plugins
|
|
274
|
+
([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
|
|
224
275
|
|
|
225
276
|
## 0.8.0 (2025-01-29)
|
|
226
277
|
|
|
227
278
|
### Features
|
|
228
279
|
|
|
229
|
-
- **projen:** Initial check-in of the `projen` package
|
|
280
|
+
- **projen:** Initial check-in of the `projen` package
|
|
281
|
+
([a5b61ac7](https://github.com/storm-software/storm-ops/commit/a5b61ac7))
|
|
230
282
|
|
|
231
283
|
### Bug Fixes
|
|
232
284
|
|
|
233
|
-
- **projen:** Resolve build issue with init generator schema
|
|
285
|
+
- **projen:** Resolve build issue with init generator schema
|
|
286
|
+
([94a9f01a](https://github.com/storm-software/storm-ops/commit/94a9f01a))
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://
|
|
6
|
+
<div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -33,7 +33,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
33
33
|
<!-- prettier-ignore-end -->
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
|
-
<b>Be sure to ⭐ this
|
|
36
|
+
<b>Be sure to ⭐ this <a href="https://github.com/storm-software/storm-ops" target="_blank">repository on GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
37
|
</div>
|
|
38
38
|
|
|
39
39
|
<br />
|
|
@@ -317,7 +317,7 @@ specification. Contributions of any kind welcome!
|
|
|
317
317
|
<br />
|
|
318
318
|
|
|
319
319
|
<div align="center">
|
|
320
|
-
<img src="https://
|
|
320
|
+
<img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
|
|
321
321
|
</div>
|
|
322
322
|
<br />
|
|
323
323
|
|
|
@@ -326,7 +326,7 @@ specification. Contributions of any kind welcome!
|
|
|
326
326
|
</div>
|
|
327
327
|
|
|
328
328
|
<div align="center">
|
|
329
|
-
<b>Fingerprint:</b>
|
|
329
|
+
<b>Fingerprint:</b> F47F 1853 BCAD DE9B 42C8 6316 9FDE EC95 47FE D106
|
|
330
330
|
</div>
|
|
331
331
|
<br />
|
|
332
332
|
|
|
@@ -349,9 +349,9 @@ channel!
|
|
|
349
349
|
|
|
350
350
|
<br />
|
|
351
351
|
|
|
352
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
352
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
353
353
|
<br />
|
|
354
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
354
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
355
355
|
|
|
356
356
|
<br />
|
|
357
357
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
|
|
5
5
|
|
|
6
6
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
7
|
-
|
|
7
|
+
_chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );
|
|
8
8
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
9
9
|
function normalizeWindowsPath(input = "") {
|
|
10
10
|
if (!input) {
|
|
@@ -12,11 +12,11 @@ function normalizeWindowsPath(input = "") {
|
|
|
12
12
|
}
|
|
13
13
|
return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
_chunkWTMG7MTKjs.__name.call(void 0, normalizeWindowsPath, "normalizeWindowsPath");
|
|
16
16
|
var _UNC_REGEX = /^[/\\]{2}/;
|
|
17
17
|
var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
|
|
18
18
|
var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
|
|
19
|
-
var correctPaths = /* @__PURE__ */
|
|
19
|
+
var correctPaths = /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, function(path) {
|
|
20
20
|
if (!path || path.length === 0) {
|
|
21
21
|
return ".";
|
|
22
22
|
}
|
|
@@ -45,7 +45,7 @@ var correctPaths = /* @__PURE__ */ _chunkSETAUINAjs.__name.call(void 0, function
|
|
|
45
45
|
}
|
|
46
46
|
return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;
|
|
47
47
|
}, "correctPaths");
|
|
48
|
-
var joinPaths = /* @__PURE__ */
|
|
48
|
+
var joinPaths = /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, function(...segments) {
|
|
49
49
|
let path = "";
|
|
50
50
|
for (const seg of segments) {
|
|
51
51
|
if (!seg) {
|
|
@@ -126,8 +126,8 @@ function normalizeString(path, allowAboveRoot) {
|
|
|
126
126
|
}
|
|
127
127
|
return res;
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
var isAbsolute = /* @__PURE__ */
|
|
129
|
+
_chunkWTMG7MTKjs.__name.call(void 0, normalizeString, "normalizeString");
|
|
130
|
+
var isAbsolute = /* @__PURE__ */ _chunkWTMG7MTKjs.__name.call(void 0, function(p) {
|
|
131
131
|
return _IS_ABSOLUTE_RE.test(p);
|
|
132
132
|
}, "isAbsolute");
|
|
133
133
|
|