powerlines 0.42.41 → 0.43.0

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 (125) hide show
  1. package/dist/{chunk-AIJqnxB6.cjs → _virtual/_rolldown/runtime.cjs} +1 -32
  2. package/dist/{chunk-CtajNgzt.mjs → _virtual/_rolldown/runtime.mjs} +1 -1
  3. package/dist/api.cjs +10 -0
  4. package/dist/api.d.cts +2 -0
  5. package/dist/api.d.mts +2 -0
  6. package/dist/api.mjs +3 -0
  7. package/dist/config.cjs +0 -12
  8. package/dist/config.mjs +1 -10
  9. package/dist/constants.cjs +0 -12
  10. package/dist/constants.mjs +1 -10
  11. package/dist/context.cjs +9 -0
  12. package/dist/context.d.cts +1 -0
  13. package/dist/context.d.mts +1 -0
  14. package/dist/context.mjs +3 -0
  15. package/dist/engine.cjs +30 -0
  16. package/dist/engine.d.cts +24 -0
  17. package/dist/engine.d.cts.map +1 -0
  18. package/dist/engine.d.mts +24 -0
  19. package/dist/engine.d.mts.map +1 -0
  20. package/dist/engine.mjs +29 -0
  21. package/dist/engine.mjs.map +1 -0
  22. package/dist/esbuild.cjs +2 -2
  23. package/dist/esbuild.mjs.map +1 -1
  24. package/dist/farm.cjs +1 -1
  25. package/dist/index.cjs +24 -16
  26. package/dist/index.d.cts +13 -260
  27. package/dist/index.d.cts.map +1 -1
  28. package/dist/index.d.mts +13 -260
  29. package/dist/index.d.mts.map +1 -1
  30. package/dist/index.mjs +14 -8
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/nuxt.cjs +4 -4
  33. package/dist/nuxt.d.cts +1 -1
  34. package/dist/nuxt.d.mts +1 -1
  35. package/dist/nuxt.mjs +1 -1
  36. package/dist/package.cjs +18 -0
  37. package/dist/package.mjs +7 -0
  38. package/dist/package.mjs.map +1 -0
  39. package/dist/plugin-utils.cjs +0 -12
  40. package/dist/plugin-utils.mjs +1 -10
  41. package/dist/rolldown.cjs +2 -2
  42. package/dist/rollup.cjs +2 -2
  43. package/dist/rspack.cjs +2 -2
  44. package/dist/schemas.cjs +9 -0
  45. package/dist/schemas.d.cts +1 -0
  46. package/dist/schemas.d.mts +1 -0
  47. package/dist/schemas.mjs +3 -0
  48. package/dist/storage.cjs +9 -0
  49. package/dist/storage.d.cts +1 -0
  50. package/dist/storage.d.mts +1 -0
  51. package/dist/storage.mjs +3 -0
  52. package/dist/tsdown.cjs +3 -3
  53. package/dist/tsdown.mjs +1 -1
  54. package/dist/tsup.cjs +2 -2
  55. package/dist/types.cjs +0 -0
  56. package/dist/types.d.cts +8 -0
  57. package/dist/types.d.cts.map +1 -0
  58. package/dist/types.d.mts +8 -0
  59. package/dist/types.d.mts.map +1 -0
  60. package/dist/types.mjs +1 -0
  61. package/dist/typescript.cjs +9 -0
  62. package/dist/typescript.d.cts +1 -0
  63. package/dist/typescript.d.mts +1 -0
  64. package/dist/typescript.mjs +3 -0
  65. package/dist/unbuild.cjs +17 -0
  66. package/dist/unbuild.d.cts +2 -0
  67. package/dist/unbuild.d.mts +2 -0
  68. package/dist/unbuild.mjs +3 -0
  69. package/dist/unloader.cjs +1 -1
  70. package/dist/unplugin.cjs +13 -14
  71. package/dist/unplugin.d.cts +3 -2
  72. package/dist/unplugin.d.cts.map +1 -1
  73. package/dist/unplugin.d.mts +3 -2
  74. package/dist/unplugin.d.mts.map +1 -1
  75. package/dist/unplugin.mjs +11 -13
  76. package/dist/unplugin.mjs.map +1 -1
  77. package/dist/utils.cjs +0 -14
  78. package/dist/utils.d.mts +1 -1
  79. package/dist/utils.mjs +2 -15
  80. package/dist/vite.cjs +4 -4
  81. package/dist/vite.mjs +1 -1
  82. package/dist/vite.mjs.map +1 -1
  83. package/dist/webpack.cjs +2 -2
  84. package/package.json +64 -53
  85. package/dist/api-CyXUks49.mjs +0 -1078
  86. package/dist/api-CyXUks49.mjs.map +0 -1
  87. package/dist/api-DITWluqG.cjs +0 -1098
  88. package/dist/api-context-BDFU_IC7.cjs +0 -3066
  89. package/dist/api-context-Cb99qIjE.mjs +0 -2986
  90. package/dist/api-context-Cb99qIjE.mjs.map +0 -1
  91. package/dist/config.mjs.map +0 -1
  92. package/dist/constants.mjs.map +0 -1
  93. package/dist/context/index.cjs +0 -7
  94. package/dist/context/index.d.cts +0 -600
  95. package/dist/context/index.d.cts.map +0 -1
  96. package/dist/context/index.d.mts +0 -600
  97. package/dist/context/index.d.mts.map +0 -1
  98. package/dist/context/index.mjs +0 -3
  99. package/dist/plugin-utils.mjs.map +0 -1
  100. package/dist/storage/index.cjs +0 -9
  101. package/dist/storage/index.d.cts +0 -419
  102. package/dist/storage/index.d.cts.map +0 -1
  103. package/dist/storage/index.d.mts +0 -419
  104. package/dist/storage/index.d.mts.map +0 -1
  105. package/dist/storage/index.mjs +0 -3
  106. package/dist/ts-morph-B85ZbV1Q.mjs +0 -102
  107. package/dist/ts-morph-B85ZbV1Q.mjs.map +0 -1
  108. package/dist/ts-morph-BvE8TMhv.cjs +0 -114
  109. package/dist/tsconfig-BjkktvB9.cjs +0 -198
  110. package/dist/tsconfig-DoV1dUYg.mjs +0 -155
  111. package/dist/tsconfig-DoV1dUYg.mjs.map +0 -1
  112. package/dist/types-9O-s0Fpu.d.mts +0 -4
  113. package/dist/types-9O-s0Fpu.d.mts.map +0 -1
  114. package/dist/types-DerAvFjs.d.cts +0 -4
  115. package/dist/types-DerAvFjs.d.cts.map +0 -1
  116. package/dist/typescript/index.cjs +0 -13
  117. package/dist/typescript/index.d.cts +0 -106
  118. package/dist/typescript/index.d.cts.map +0 -1
  119. package/dist/typescript/index.d.mts +0 -106
  120. package/dist/typescript/index.d.mts.map +0 -1
  121. package/dist/typescript/index.mjs +0 -4
  122. package/dist/utils.mjs.map +0 -1
  123. package/dist/virtual-BNy8T32w.cjs +0 -548
  124. package/dist/virtual-PaZGNIrj.mjs +0 -513
  125. package/dist/virtual-PaZGNIrj.mjs.map +0 -1
@@ -1,419 +0,0 @@
1
- import { t as types_d_exports } from "../types-DerAvFjs.cjs";
2
- import { MaybePromise } from "@stryke/types/base";
3
- import { writeFile, writeFileSync } from "@stryke/fs/write-file";
4
-
5
- //#region src/storage/base.d.ts
6
- interface StorageAdapterOptions {
7
- base: string;
8
- isReadOnly?: boolean;
9
- ignore?: string | string[];
10
- }
11
- /**
12
- * Abstract base class for storage adapters, providing a template for storage operations.
13
- */
14
- declare abstract class BaseStorageAdapter<TOptions extends StorageAdapterOptions = StorageAdapterOptions> implements types_d_exports.StorageAdapter {
15
- #private;
16
- protected context: types_d_exports.Context;
17
- /**
18
- * A name identifying the storage adapter type.
19
- */
20
- abstract name: string;
21
- /**
22
- * Configuration options for the storage adapter.
23
- */
24
- options: TOptions;
25
- /**
26
- * The storage preset for the adapter.
27
- *
28
- * @remarks
29
- * This can be used as an alternate way to identify the type of storage being used.
30
- */
31
- readonly preset?: types_d_exports.StoragePreset | null;
32
- /**
33
- * Constructor for the BaseStorageAdapter.
34
- *
35
- * @param context - The Powerlines context.
36
- * @param options - Configuration options for the storage adapter.
37
- */
38
- constructor(context: types_d_exports.Context, options?: TOptions);
39
- /**
40
- * Synchronously checks if a key exists in the storage.
41
- *
42
- * @param key - The key to check for existence.
43
- * @returns Returns `true` if the key exists, otherwise `false`.
44
- */
45
- abstract existsSync(key: string): boolean;
46
- /**
47
- * Asynchronously checks if a key exists in the storage.
48
- *
49
- * @param key - The key to check for existence.
50
- * @returns A promise that resolves to `true` if the key exists, otherwise `false`.
51
- */
52
- exists(key: string): Promise<boolean>;
53
- /**
54
- * Synchronously retrieves the value associated with a given key.
55
- *
56
- * @param key - The key whose value is to be retrieved.
57
- * @returns The value associated with the key, or `null` if the key does not exist.
58
- */
59
- abstract getSync(key: string): string | null;
60
- /**
61
- * Asynchronously retrieves the value associated with a given key.
62
- *
63
- * @param key - The key whose value is to be retrieved.
64
- * @returns A promise that resolves to the value associated with the key, or `null` if the key does not exist.
65
- */
66
- get(key: string): Promise<string | null>;
67
- /**
68
- * Synchronously sets the value for a given key.
69
- *
70
- * @param key - The key to set the value for.
71
- * @param value - The value to set.
72
- */
73
- abstract setSync(key: string, value: string): void;
74
- /**
75
- * Asynchronously sets the value for a given key.
76
- *
77
- * @param key - The key to set the value for.
78
- * @param value - The value to set.
79
- */
80
- set(key: string, value: string): Promise<void>;
81
- /**
82
- * Synchronously creates a directory at the specified path.
83
- *
84
- * @param _ - The path of the directory to create.
85
- */
86
- mkdirSync(_: string): void;
87
- /**
88
- * Creates a directory at the specified path.
89
- *
90
- * @param dirPath - The path of the directory to create.
91
- */
92
- mkdir(dirPath: string): Promise<void>;
93
- /**
94
- * Synchronously removes a key from the storage.
95
- *
96
- * @param key - The key to remove.
97
- */
98
- abstract removeSync(key: string): void;
99
- /**
100
- * Asynchronously removes a key from the storage.
101
- *
102
- * @param key - The key to remove.
103
- */
104
- remove(key: string): Promise<void>;
105
- /**
106
- * Synchronously removes all entries from the storage that match the provided base path.
107
- *
108
- * @param base - The base path to clear keys from.
109
- */
110
- clearSync(base?: string): void;
111
- /**
112
- * Asynchronously removes all entries from the storage that match the provided base path.
113
- *
114
- * @param base - The base path to clear keys from.
115
- * @returns A promise that resolves when the operation is complete.
116
- */
117
- clear(base?: string): Promise<void>;
118
- /**
119
- * Lists all keys under a given base path synchronously.
120
- *
121
- * @param base - The base path to list keys from.
122
- * @returns An array of keys under the specified base path.
123
- */
124
- abstract listSync(base?: string): string[];
125
- /**
126
- * Asynchronously lists all keys under a given base path.
127
- *
128
- * @param base - The base path to list keys from.
129
- * @returns A promise that resolves to an array of keys under the specified base path.
130
- */
131
- list(base?: string): Promise<string[]>;
132
- /**
133
- * Synchronously checks if the given key is a directory.
134
- *
135
- * @param _ - The key to check.
136
- * @returns `true` if the key is a directory, otherwise `false`.
137
- */
138
- isDirectorySync(_: string): boolean;
139
- /**
140
- * Checks if the given key is a directory.
141
- *
142
- * @param key - The key to check.
143
- * @returns A promise that resolves to `true` if the key is a directory, otherwise `false`.
144
- */
145
- isDirectory(key: string): Promise<boolean>;
146
- /**
147
- * Synchronously checks if the given key is a file.
148
- *
149
- * @param key - The key to check.
150
- * @returns `true` if the key is a file, otherwise `false`.
151
- */
152
- isFileSync(key: string): boolean;
153
- /**
154
- * Checks if the given key is a file.
155
- *
156
- * @param key - The key to check.
157
- * @returns A promise that resolves to `true` if the key is a file, otherwise `false`.
158
- */
159
- isFile(key: string): Promise<boolean>;
160
- /**
161
- * Disposes of the storage adapter, releasing any held resources.
162
- *
163
- * @returns A promise that resolves when the disposal is complete.
164
- */
165
- dispose(): MaybePromise<void>;
166
- /**
167
- * Async dispose method to clean up resources.
168
- *
169
- * @returns A promise that resolves when disposal is complete.
170
- */
171
- [Symbol.asyncDispose](): Promise<void>;
172
- /**
173
- * Determines if the storage adapter is read-only based on the provided options.
174
- *
175
- * @returns `true` if the storage adapter is read-only, otherwise `false`.
176
- */
177
- protected get isReadOnly(): boolean;
178
- /**
179
- * Determines if the storage adapter should overwrite existing keys based on the provided options and context configuration.
180
- *
181
- * @returns `true` if the storage adapter should overwrite existing keys, otherwise `false`.
182
- */
183
- protected get overwrite(): boolean;
184
- /**
185
- * Resolves a given key to its full path within the storage adapter.
186
- *
187
- * @param key - The key to resolve.
188
- * @returns The resolved full path for the key.
189
- */
190
- protected resolve(key?: string): string;
191
- /**
192
- * Disposes of the storage adapter, releasing any held resources.
193
- *
194
- * @returns A promise that resolves when the disposal is complete.
195
- */
196
- protected _dispose(): Promise<void>;
197
- }
198
- //#endregion
199
- //#region src/storage/file-system.d.ts
200
- type SetSyncOptions = Parameters<typeof writeFileSync>[2];
201
- type SetOptions = Parameters<typeof writeFile>[2];
202
- /**
203
- * File system storage adapter implementation.
204
- */
205
- declare class FileSystemStorageAdapter extends BaseStorageAdapter {
206
- /**
207
- * A name identifying the storage adapter type.
208
- */
209
- name: string;
210
- /**
211
- * The storage preset for the adapter.
212
- *
213
- * @remarks
214
- * This can be used as an alternate way to identify the type of storage being used.
215
- */
216
- readonly preset = "fs";
217
- /**
218
- * Constructor for the FileSystemStorageAdapter.
219
- *
220
- * @param context - The Powerlines context.
221
- * @param options - Configuration options for the storage adapter.
222
- */
223
- constructor(context: types_d_exports.Context, options?: StorageAdapterOptions);
224
- /**
225
- * Synchronously checks if a key exists in the storage.
226
- *
227
- * @param key - The key to check for existence.
228
- * @returns Returns `true` if the key exists, otherwise `false`.
229
- */
230
- existsSync(key: string): boolean;
231
- /**
232
- * Asynchronously checks if a key exists in the storage.
233
- *
234
- * @param key - The key to check for existence.
235
- * @returns A promise that resolves to `true` if the key exists, otherwise `false`.
236
- */
237
- exists(key: string): Promise<boolean>;
238
- /**
239
- * Synchronously retrieves the value associated with a given key.
240
- *
241
- * @param key - The key whose value is to be retrieved.
242
- * @returns The value associated with the key, or `null` if the key does not exist.
243
- */
244
- getSync(key: string): string | null;
245
- /**
246
- * Asynchronously retrieves the value associated with a given key.
247
- *
248
- * @param key - The key whose value is to be retrieved.
249
- * @returns A promise that resolves to the value associated with the key, or `null` if the key does not exist.
250
- */
251
- get(key: string): Promise<string | null>;
252
- /**
253
- * Synchronously sets the value for a given key.
254
- *
255
- * @param key - The key to set the value for.
256
- * @param value - The value to set.
257
- */
258
- setSync(key: string, value: string): void;
259
- /**
260
- * Asynchronously sets the value for a given key.
261
- *
262
- * @param key - The key to set the value for.
263
- * @param value - The value to set.
264
- */
265
- set(key: string, value: string): Promise<void>;
266
- /**
267
- * Synchronously removes a key from the storage.
268
- *
269
- * @param key - The key to remove.
270
- */
271
- removeSync(key: string): any;
272
- /**
273
- * Asynchronously removes a key from the storage.
274
- *
275
- * @param key - The key to remove.
276
- */
277
- remove(key: string): Promise<void>;
278
- /**
279
- * Synchronously creates a directory at the specified path.
280
- *
281
- * @param dirPath - The path of the directory to create.
282
- */
283
- mkdirSync(dirPath: string): void;
284
- /**
285
- * Creates a directory at the specified path.
286
- *
287
- * @param dirPath - The path of the directory to create.
288
- */
289
- mkdir(dirPath: string): Promise<void>;
290
- /**
291
- * Lists all keys under a given base path synchronously.
292
- *
293
- * @param base - The base path to list keys from.
294
- * @returns An array of keys under the specified base path.
295
- */
296
- listSync(base?: string): string[];
297
- /**
298
- * Asynchronously lists all keys under a given base path.
299
- *
300
- * @param base - The base path to list keys from.
301
- * @returns A promise that resolves to an array of keys under the specified base path.
302
- */
303
- list(base?: string): Promise<string[]>;
304
- /**
305
- * Synchronously checks if the given key is a directory.
306
- *
307
- * @param key - The key to check.
308
- * @returns `true` if the key is a directory, otherwise `false`.
309
- */
310
- isDirectorySync(key: string): boolean;
311
- /**
312
- * Synchronously checks if the given key is a file.
313
- *
314
- * @param key - The key to check.
315
- * @returns `true` if the key is a file, otherwise `false`.
316
- */
317
- isFileSync(key: string): boolean;
318
- }
319
- //#endregion
320
- //#region src/storage/helpers.d.ts
321
- /**
322
- * Checks if an error is a file system error.
323
- *
324
- * @param err - The error to check.
325
- * @returns `true` if the error is a file system error, otherwise `false`.
326
- */
327
- declare function isFileError(err: any): unknown;
328
- /**
329
- * Ignores file not found errors.
330
- *
331
- * @param err - The error to check.
332
- * @returns `null` if the error is a file not found error, otherwise returns the error.
333
- */
334
- declare function ignoreNotfound(err: any): any;
335
- /**
336
- * Ignores file exists errors.
337
- *
338
- * @param err - The error to check.
339
- * @returns `null` if the error is a file exists error, otherwise returns the error.
340
- */
341
- declare function ignoreExists(err: any): any;
342
- //#endregion
343
- //#region src/storage/virtual.d.ts
344
- /**
345
- * Virtual/in-memory storage adapter implementation.
346
- */
347
- declare class VirtualStorageAdapter extends BaseStorageAdapter {
348
- /**
349
- * A name identifying the storage adapter type.
350
- */
351
- name: string;
352
- /**
353
- * The storage preset for the adapter.
354
- *
355
- * @remarks
356
- * This can be used as an alternate way to identify the type of storage being used.
357
- */
358
- readonly preset = "virtual";
359
- /**
360
- * In-memory data storage.
361
- */
362
- protected data: Map<string, any>;
363
- /**
364
- * Constructor for the VirtualStorageAdapter.
365
- *
366
- * @param context - The Powerlines context.
367
- * @param options - Configuration options for the storage adapter.
368
- */
369
- constructor(context: types_d_exports.Context, options?: StorageAdapterOptions);
370
- /**
371
- * Synchronously checks if a key exists in the storage.
372
- *
373
- * @param key - The key to check for existence.
374
- * @returns Returns `true` if the key exists, otherwise `false`.
375
- */
376
- existsSync(key: string): boolean;
377
- /**
378
- * Synchronously retrieves the value associated with a given key.
379
- *
380
- * @param key - The key whose value is to be retrieved.
381
- * @returns The value associated with the key, or `null` if the key does not exist.
382
- */
383
- getSync(key: string): string | null;
384
- /**
385
- * Synchronously sets the value for a given key.
386
- *
387
- * @param key - The key to set the value for.
388
- * @param value - The value to set.
389
- */
390
- setSync(key: string, value: string): void;
391
- /**
392
- * Synchronously removes a key from the storage.
393
- *
394
- * @param key - The key to remove.
395
- */
396
- removeSync(key: string): void;
397
- /**
398
- * Lists all keys under a given base path synchronously.
399
- *
400
- * @param base - The base path to list keys from.
401
- * @returns An array of keys under the specified base path.
402
- */
403
- listSync(base?: string): string[];
404
- /**
405
- * Disposes of the storage adapter, releasing any held resources.
406
- *
407
- * @returns A promise that resolves when the disposal is complete.
408
- */
409
- dispose(): Promise<void>;
410
- /**
411
- * Determines if the storage adapter should overwrite existing keys based on the provided options and context configuration.
412
- *
413
- * @returns `true` if the storage adapter should overwrite existing keys, otherwise `false`.
414
- */
415
- protected get overwrite(): boolean;
416
- }
417
- //#endregion
418
- export { BaseStorageAdapter, FileSystemStorageAdapter, SetOptions, SetSyncOptions, StorageAdapterOptions, VirtualStorageAdapter, ignoreExists, ignoreNotfound, isFileError };
419
- //# sourceMappingURL=index.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../../src/storage/base.ts","../../src/storage/file-system.ts","../../src/storage/helpers.ts","../../src/storage/virtual.ts"],"mappings":"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"}