@powerlines/core 0.13.12 → 0.13.14

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 (93) hide show
  1. package/dist/constants/api.cjs +16 -0
  2. package/dist/constants/api.d.cts +5 -0
  3. package/dist/constants/api.d.cts.map +1 -0
  4. package/dist/constants/api.d.mts +5 -0
  5. package/dist/constants/api.d.mts.map +1 -0
  6. package/dist/constants/api.mjs +16 -0
  7. package/dist/constants/api.mjs.map +1 -0
  8. package/dist/constants/commands.cjs +2 -11
  9. package/dist/constants/commands.d.cts +1 -1
  10. package/dist/constants/commands.d.cts.map +1 -1
  11. package/dist/constants/commands.d.mts +1 -1
  12. package/dist/constants/commands.d.mts.map +1 -1
  13. package/dist/constants/commands.mjs +3 -11
  14. package/dist/constants/commands.mjs.map +1 -1
  15. package/dist/constants/index.cjs +2 -0
  16. package/dist/constants/index.d.cts +2 -1
  17. package/dist/constants/index.d.mts +2 -1
  18. package/dist/constants/index.mjs +2 -1
  19. package/dist/constants/plugin.d.cts +2 -2
  20. package/dist/constants/plugin.d.mts +2 -2
  21. package/dist/index.d.cts +5 -4
  22. package/dist/index.d.mts +5 -4
  23. package/dist/lib/config.cjs +17 -28
  24. package/dist/lib/config.d.cts +6 -11
  25. package/dist/lib/config.d.cts.map +1 -1
  26. package/dist/lib/config.d.mts +6 -11
  27. package/dist/lib/config.d.mts.map +1 -1
  28. package/dist/lib/config.mjs +17 -28
  29. package/dist/lib/config.mjs.map +1 -1
  30. package/dist/lib/entry.cjs +4 -4
  31. package/dist/lib/entry.d.cts.map +1 -1
  32. package/dist/lib/entry.d.mts.map +1 -1
  33. package/dist/lib/entry.mjs +4 -4
  34. package/dist/lib/entry.mjs.map +1 -1
  35. package/dist/lib/logger.cjs +1 -1
  36. package/dist/lib/logger.d.cts.map +1 -1
  37. package/dist/lib/logger.d.mts.map +1 -1
  38. package/dist/lib/logger.mjs +1 -1
  39. package/dist/lib/logger.mjs.map +1 -1
  40. package/dist/lib/unplugin/plugin.cjs +1 -1
  41. package/dist/lib/unplugin/plugin.mjs +1 -1
  42. package/dist/lib/unplugin/plugin.mjs.map +1 -1
  43. package/dist/lib/utilities/format.cjs +3 -3
  44. package/dist/lib/utilities/format.d.cts.map +1 -1
  45. package/dist/lib/utilities/format.d.mts.map +1 -1
  46. package/dist/lib/utilities/format.mjs +3 -3
  47. package/dist/lib/utilities/format.mjs.map +1 -1
  48. package/dist/plugin-base.cjs +2 -2
  49. package/dist/plugin-base.mjs +2 -2
  50. package/dist/plugin-base.mjs.map +1 -1
  51. package/dist/plugin-utils/context-helpers.cjs +8 -5
  52. package/dist/plugin-utils/context-helpers.d.cts +1 -1
  53. package/dist/plugin-utils/context-helpers.d.cts.map +1 -1
  54. package/dist/plugin-utils/context-helpers.d.mts +1 -1
  55. package/dist/plugin-utils/context-helpers.d.mts.map +1 -1
  56. package/dist/plugin-utils/context-helpers.mjs +8 -5
  57. package/dist/plugin-utils/context-helpers.mjs.map +1 -1
  58. package/dist/plugin-utils/format-package-json.cjs +1 -1
  59. package/dist/plugin-utils/format-package-json.mjs +1 -1
  60. package/dist/plugin-utils/format-package-json.mjs.map +1 -1
  61. package/dist/plugin-utils/get-config-path.cjs +32 -32
  62. package/dist/plugin-utils/get-config-path.mjs +32 -32
  63. package/dist/plugin-utils/get-config-path.mjs.map +1 -1
  64. package/dist/plugin-utils/helpers.d.cts +4 -4
  65. package/dist/plugin-utils/helpers.d.cts.map +1 -1
  66. package/dist/plugin-utils/helpers.d.mts +4 -4
  67. package/dist/plugin-utils/helpers.d.mts.map +1 -1
  68. package/dist/plugin-utils/paths.cjs +1 -1
  69. package/dist/plugin-utils/paths.mjs +1 -1
  70. package/dist/plugin-utils/paths.mjs.map +1 -1
  71. package/dist/types/_internal.d.cts +6 -6
  72. package/dist/types/_internal.d.cts.map +1 -1
  73. package/dist/types/_internal.d.mts +6 -6
  74. package/dist/types/_internal.d.mts.map +1 -1
  75. package/dist/types/api.d.cts +62 -9
  76. package/dist/types/api.d.cts.map +1 -1
  77. package/dist/types/api.d.mts +62 -9
  78. package/dist/types/api.d.mts.map +1 -1
  79. package/dist/types/config.d.cts +89 -56
  80. package/dist/types/config.d.cts.map +1 -1
  81. package/dist/types/config.d.mts +89 -56
  82. package/dist/types/config.d.mts.map +1 -1
  83. package/dist/types/context.d.cts +101 -62
  84. package/dist/types/context.d.cts.map +1 -1
  85. package/dist/types/context.d.mts +101 -62
  86. package/dist/types/context.d.mts.map +1 -1
  87. package/dist/types/index.d.cts +4 -3
  88. package/dist/types/index.d.mts +4 -3
  89. package/dist/types/utils.d.cts +9 -0
  90. package/dist/types/utils.d.cts.map +1 -0
  91. package/dist/types/utils.d.mts +9 -0
  92. package/dist/types/utils.d.mts.map +1 -0
  93. package/package.json +3 -3
@@ -5,12 +5,12 @@ import { PluginContext } from "./context.cjs";
5
5
  import { Format } from "@storm-software/build-tools/types";
6
6
  import { LogLevelLabel } from "@storm-software/config-tools/types";
7
7
  import { StormWorkspaceConfig } from "@storm-software/config/types";
8
- import { DeepPartial, MaybePromise, NonUndefined } from "@stryke/types/base";
8
+ import { DeepPartial, MaybePromise, NonUndefined, PartialKeys } from "@stryke/types/base";
9
9
  import { TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
10
10
  import { AssetGlob } from "@stryke/types/file";
11
11
  import { ConfigLayer, ResolvedConfig } from "c12";
12
12
  import { CompatibilityDateSpec, CompatibilityDates } from "compatx";
13
- import { PreviewOptions, ResolvedConfig as ResolvedConfig$1, ResolvedPreviewOptions } from "vite";
13
+ import { PreviewOptions, ResolvedPreviewOptions } from "vite";
14
14
 
15
15
  //#region src/types/config.d.ts
16
16
  type LogLevel = "error" | "warn" | "info" | "debug" | "trace";
@@ -207,6 +207,15 @@ interface OutputConfig {
207
207
  * This option can be a boolean or a string specifying the type of source map to generate. If set to `true`, external source maps will be generated. If set to `"inline"`, source maps will be included in the output files as data URIs. If set to `"hidden"`, external source maps will be generated but not referenced in the output files.
208
208
  */
209
209
  sourceMap?: boolean | "inline" | "hidden";
210
+ /**
211
+ * Minify the output files
212
+ *
213
+ * @remarks
214
+ * This option can be a boolean or a string specifying the type of minification to apply. If set to `true`, the output files will be minified. If set to `"terser"`, the Terser minifier will be used. If set to `"esbuild"`, the esbuild minifier will be used.
215
+ *
216
+ * @defaultValue false
217
+ */
218
+ minify?: boolean;
210
219
  /**
211
220
  * Whether to overwrite previously generated files in the artifacts directory during the build process.
212
221
  *
@@ -230,6 +239,53 @@ interface OutputConfig {
230
239
  */
231
240
  storage?: StoragePort | StoragePreset;
232
241
  }
242
+ interface EngineOptions {
243
+ /**
244
+ * The root directory of the project
245
+ */
246
+ root: string;
247
+ /**
248
+ * The current working directory the Powerlines processes should operate in
249
+ *
250
+ * @remarks
251
+ * If not provided, the {@link WorkspaceConfig.workspaceRoot | workspace root} will be used as the current working directory. If the workspace root cannot be determined, the process's current working directory will be used.
252
+ */
253
+ cwd?: string;
254
+ /**
255
+ * Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.
256
+ *
257
+ * @defaultValue "production"
258
+ */
259
+ mode?: "development" | "test" | "production";
260
+ /**
261
+ * A string identifier that allows a child framework or tool to identify itself when using Powerlines.
262
+ *
263
+ * @remarks
264
+ * If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsPath | output.artifactsFolder}, this value will be used as the default.
265
+ *
266
+ * @defaultValue "powerlines"
267
+ */
268
+ framework?: string;
269
+ /**
270
+ * The organization or author of the project
271
+ */
272
+ organization?: string;
273
+ /**
274
+ * A path to a custom configuration file to be used instead of the default `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` files.
275
+ *
276
+ * @remarks
277
+ * This option is useful for running Powerlines commands with different configuration files, such as in CI/CD environments or when testing different configurations.
278
+ */
279
+ configFile?: string;
280
+ }
281
+ type ResolvedEngineOptions = PartialKeys<Required<EngineOptions>, "organization" | "configFile">;
282
+ interface ExecutionOptions extends EngineOptions {
283
+ /**
284
+ * The index of the current execution instance among all configured instances in the Powerlines process
285
+ */
286
+ configIndex: number;
287
+ }
288
+ type ResolvedExecutionOptions = Pick<ExecutionOptions, "configIndex"> & ResolvedEngineOptions;
233
289
  interface Config {
234
290
  /**
235
291
  * Defines entries and location(s) of entry modules for the bundle. Relative paths are resolved based on the `root` option.
@@ -324,11 +380,7 @@ interface EnvironmentConfig extends Config {
324
380
  */
325
381
  consumer?: "client" | "server";
326
382
  }
327
- interface UserConfig extends Config {
328
- /**
329
- * The root directory of the project
330
- */
331
- root: string;
383
+ interface UserConfig extends Config, ExecutionOptions {
332
384
  /**
333
385
  * The name of the project
334
386
  */
@@ -375,25 +427,12 @@ interface UserConfig extends Config {
375
427
  * A custom logger function to use for logging messages
376
428
  */
377
429
  customLogger?: LogFn;
378
- /**
379
- * Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.
380
- *
381
- * @defaultValue "production"
382
- */
383
- mode?: "development" | "test" | "production";
384
430
  /**
385
431
  * The type of project being built
386
432
  *
387
433
  * @defaultValue "application"
388
434
  */
389
435
  projectType?: ProjectType;
390
- /**
391
- * A path to a custom configuration file to be used instead of the default `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` files.
392
- *
393
- * @remarks
394
- * This option is useful for running Powerlines commands with different configuration files, such as in CI/CD environments or when testing different configurations.
395
- */
396
- configFile?: string;
397
436
  /**
398
437
  * Should the Powerlines processes automatically install missing package dependencies?
399
438
  *
@@ -429,28 +468,7 @@ interface UserConfig extends Config {
429
468
  * @defaultValue false
430
469
  */
431
470
  singleBuild?: boolean;
432
- /**
433
- * A string identifier that allows a child framework or tool to identify itself when using Powerlines.
434
- *
435
- * @remarks
436
- * If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsPath | output.artifactsFolder}, this value will be used as the default.
437
- *
438
- * @defaultValue "powerlines"
439
- */
440
- framework?: string;
441
471
  }
442
- type InitialUserConfig<TUserConfig extends UserConfig = UserConfig> = Partial<TUserConfig> & {
443
- root: string;
444
- };
445
- type ParsedUserConfig<TUserConfig extends UserConfig = UserConfig> = TUserConfig & ResolvedConfig<TUserConfig> & {
446
- /**
447
- * The path to the user configuration file, if it exists.
448
- *
449
- * @remarks
450
- * This is typically the `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` file in the project root.
451
- */
452
- configFile?: ConfigLayer<TUserConfig>["configFile"];
453
- };
454
472
  type PowerlinesCommand = "new" | "types" | "prepare" | "build" | "lint" | "test" | "docs" | "deploy" | "clean";
455
473
  /**
456
474
  * The configuration provided while executing Powerlines commands.
@@ -501,6 +519,12 @@ type LintInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfi
501
519
  */
502
520
  command: "lint";
503
521
  };
522
+ type TestInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfig<TUserConfig> & {
523
+ /**
524
+ * A string identifier for the Powerlines command being executed
525
+ */
526
+ command: "test";
527
+ };
504
528
  type DocsInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfig<TUserConfig> & {
505
529
  /**
506
530
  * A string identifier for the Powerlines command being executed
@@ -513,14 +537,7 @@ type DeployInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineCon
513
537
  */
514
538
  command: "deploy";
515
539
  };
516
- type ConfigEnv = Pick<ResolvedConfig$1, "command" | "mode" | "environments" | "preview">;
517
- type UserConfigFn<TUserConfig extends UserConfig = UserConfig> = (params: {
518
- projectRoot: string;
519
- workspaceRoot: string;
520
- mode: string;
521
- framework: string;
522
- command?: PowerlinesCommand;
523
- }) => MaybePromise<TUserConfig>;
540
+ type UserConfigFn<TUserConfig extends UserConfig = UserConfig> = (params: ResolvedEngineOptions) => MaybePromise<TUserConfig>;
524
541
  type AnyOutputUserConfig = Partial<Omit<OutputConfig, "copy">> & {
525
542
  /**
526
543
  * The output configuration options to use for the build process
@@ -533,7 +550,7 @@ type AnyOutputUserConfig = Partial<Omit<OutputConfig, "copy">> & {
533
550
  * @remarks
534
551
  * This type represents the final shape of the configuration object that will be used throughout the Powerlines processes. It includes all default values, resolved paths, and normalized options. It is expected to be used in `powerlines.config.ts` files and by plugins and build processes to access the configuration options in a consistent format.
535
552
  */
536
- type AnyUserConfig = (Partial<Omit<UserConfig, "output" | "resolve">> & {
553
+ type AnyUserConfig<TUserConfig extends UserConfig = UserConfig> = (Partial<Omit<TUserConfig, "output" | "resolve">> & {
537
554
  /**
538
555
  * The output configuration options to use for the build process
539
556
  */
@@ -542,7 +559,16 @@ type AnyUserConfig = (Partial<Omit<UserConfig, "output" | "resolve">> & {
542
559
  * Configuration for module resolution during processing of the source code
543
560
  */
544
561
  resolve?: Partial<ResolveConfig>;
545
- } & Record<string, any>) | UserConfigFn;
562
+ } & Record<string, any>) | UserConfigFn<TUserConfig> | AnyUserConfig<TUserConfig>[];
563
+ type ParsedUserConfig<TUserConfig extends UserConfig = UserConfig> = ResolvedConfig<AnyUserConfig<TUserConfig>> & {
564
+ /**
565
+ * The path to the user configuration file, if it exists.
566
+ *
567
+ * @remarks
568
+ * This is typically the `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` file in the project root.
569
+ */
570
+ configFile?: ConfigLayer<AnyUserConfig<TUserConfig>>["configFile"];
571
+ };
546
572
  interface ResolvedEntryTypeDefinition extends TypeDefinition {
547
573
  /**
548
574
  * The user provided entry point in the source code
@@ -589,7 +615,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "copy" | "storage">> & P
589
615
  /**
590
616
  * The resolved options for the Powerlines project configuration.
591
617
  */
592
- type ResolvedConfig$2<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "root" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "platform" | "projectType" | "input" | "output" | "resolve" | "logLevel" | "framework"> & Required<Pick<TUserConfig, "root" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "input" | "tsconfig" | "platform" | "projectType" | "framework">> & {
618
+ type ResolvedConfig$1<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "root" | "cwd" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "platform" | "projectType" | "input" | "output" | "resolve" | "logLevel" | "framework"> & Required<Pick<TUserConfig, "root" | "cwd" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "input" | "tsconfig" | "platform" | "projectType" | "framework">> & {
593
619
  /**
594
620
  * The output configuration options to use for the build process
595
621
  */
@@ -617,6 +643,10 @@ type ResolvedConfig$2<TUserConfig extends UserConfig = UserConfig> = Omit<TUserC
617
643
  * The original configuration options that were provided by the user to the Powerlines process.
618
644
  */
619
645
  userConfig: TUserConfig;
646
+ /**
647
+ * The configuration options that were provided by Powerlines plugins, which may have been merged with the user configuration and modified by the configuration loading process.
648
+ */
649
+ pluginConfig: Partial<TUserConfig>;
620
650
  /**
621
651
  * A string identifier for the Powerlines command being executed.
622
652
  */
@@ -643,11 +673,13 @@ declare type __ΩProjectType = any[];
643
673
  declare type __ΩResolveConfig = any[];
644
674
  declare type __ΩCopyConfig = any[];
645
675
  declare type __ΩOutputConfig = any[];
676
+ declare type __ΩEngineOptions = any[];
677
+ declare type __ΩResolvedEngineOptions = any[];
678
+ declare type __ΩExecutionOptions = any[];
679
+ declare type __ΩResolvedExecutionOptions = any[];
646
680
  declare type __ΩConfig = any[];
647
681
  declare type __ΩEnvironmentConfig = any[];
648
682
  declare type __ΩUserConfig = any[];
649
- declare type __ΩInitialUserConfig = any[];
650
- declare type __ΩParsedUserConfig = any[];
651
683
  declare type __ΩPowerlinesCommand = any[];
652
684
  declare type __ΩInlineConfig = any[];
653
685
  declare type __ΩNewInlineConfig = any[];
@@ -656,12 +688,13 @@ declare type __ΩPrepareInlineConfig = any[];
656
688
  declare type __ΩTypesInlineConfig = any[];
657
689
  declare type __ΩBuildInlineConfig = any[];
658
690
  declare type __ΩLintInlineConfig = any[];
691
+ declare type __ΩTestInlineConfig = any[];
659
692
  declare type __ΩDocsInlineConfig = any[];
660
693
  declare type __ΩDeployInlineConfig = any[];
661
- declare type __ΩConfigEnv = any[];
662
694
  declare type __ΩUserConfigFn = any[];
663
695
  declare type __ΩAnyOutputUserConfig = any[];
664
696
  declare type __ΩAnyUserConfig = any[];
697
+ declare type __ΩParsedUserConfig = any[];
665
698
  declare type __ΩResolvedEntryTypeDefinition = any[];
666
699
  declare type __ΩEnvironmentResolvedConfig = any[];
667
700
  declare type __ΩResolveResolvedConfig = any[];
@@ -670,5 +703,5 @@ declare type __ΩCopyResolvedConfig = any[];
670
703
  declare type __ΩOutputResolvedConfig = any[];
671
704
  declare type __ΩResolvedConfig = any[];
672
705
  //#endregion
673
- export { AnyOutputUserConfig, AnyUserConfig, BuildInlineConfig, CleanInlineConfig, Config, ConfigEnv, CopyConfig, CopyResolvedConfig, DeployInlineConfig, DocsInlineConfig, EnvironmentConfig, EnvironmentResolvedConfig, InitialUserConfig, InlineConfig, LintInlineConfig, LogFn, LogLevel, LogLevelConfig, Logger, NewInlineConfig, OutputConfig, OutputResolvedConfig, ParsedUserConfig, PartialPlugin, PartialPluginFactory, PluginConfig, PluginConfigObject, PluginConfigTuple, PluginFactory, PowerlinesCommand, PrepareInlineConfig, ProjectType, ResolveConfig, ResolveResolvedConfig, ResolvedAssetGlob, ResolvedConfig$2 as ResolvedConfig, ResolvedEntryTypeDefinition, TypesInlineConfig, UserConfig, UserConfigFn, WorkspaceConfig, __ΩAnyOutputUserConfig, __ΩAnyUserConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩConfig, __ΩConfigEnv, __ΩCopyConfig, __ΩCopyResolvedConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩEnvironmentResolvedConfig, __ΩInitialUserConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩLogLevel, __ΩLogLevelConfig, __ΩLogger, __ΩNewInlineConfig, __ΩOutputConfig, __ΩOutputResolvedConfig, __ΩParsedUserConfig, __ΩPartialPlugin, __ΩPartialPluginFactory, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩResolveConfig, __ΩResolveResolvedConfig, __ΩResolvedAssetGlob, __ΩResolvedConfig, __ΩResolvedEntryTypeDefinition, __ΩTypesInlineConfig, __ΩUserConfig, __ΩUserConfigFn, __ΩWorkspaceConfig };
706
+ export { AnyOutputUserConfig, AnyUserConfig, BuildInlineConfig, CleanInlineConfig, Config, CopyConfig, CopyResolvedConfig, DeployInlineConfig, DocsInlineConfig, EngineOptions, EnvironmentConfig, EnvironmentResolvedConfig, ExecutionOptions, InlineConfig, LintInlineConfig, LogFn, LogLevel, LogLevelConfig, Logger, NewInlineConfig, OutputConfig, OutputResolvedConfig, ParsedUserConfig, PartialPlugin, PartialPluginFactory, PluginConfig, PluginConfigObject, PluginConfigTuple, PluginFactory, PowerlinesCommand, PrepareInlineConfig, ProjectType, ResolveConfig, ResolveResolvedConfig, ResolvedAssetGlob, ResolvedConfig$1 as ResolvedConfig, ResolvedEngineOptions, ResolvedEntryTypeDefinition, ResolvedExecutionOptions, TestInlineConfig, TypesInlineConfig, UserConfig, UserConfigFn, WorkspaceConfig, __ΩAnyOutputUserConfig, __ΩAnyUserConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩConfig, __ΩCopyConfig, __ΩCopyResolvedConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEngineOptions, __ΩEnvironmentConfig, __ΩEnvironmentResolvedConfig, __ΩExecutionOptions, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩLogLevel, __ΩLogLevelConfig, __ΩLogger, __ΩNewInlineConfig, __ΩOutputConfig, __ΩOutputResolvedConfig, __ΩParsedUserConfig, __ΩPartialPlugin, __ΩPartialPluginFactory, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩResolveConfig, __ΩResolveResolvedConfig, __ΩResolvedAssetGlob, __ΩResolvedConfig, __ΩResolvedEngineOptions, __ΩResolvedEntryTypeDefinition, __ΩResolvedExecutionOptions, __ΩTestInlineConfig, __ΩTypesInlineConfig, __ΩUserConfig, __ΩUserConfigFn, __ΩWorkspaceConfig };
674
707
  //# sourceMappingURL=config.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.cts","names":[],"sources":["../../src/types/config.ts"],"mappings":"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"}
1
+ {"version":3,"file":"config.d.cts","names":[],"sources":["../../src/types/config.ts"],"mappings":"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"}
@@ -6,11 +6,11 @@ import { ConfigLayer, ResolvedConfig } from "c12";
6
6
  import { LogLevelLabel } from "@storm-software/config-tools/types";
7
7
  import { Format } from "@storm-software/build-tools/types";
8
8
  import { StormWorkspaceConfig } from "@storm-software/config/types";
9
- import { DeepPartial, MaybePromise, NonUndefined } from "@stryke/types/base";
9
+ import { DeepPartial, MaybePromise, NonUndefined, PartialKeys } from "@stryke/types/base";
10
10
  import { TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
11
11
  import { AssetGlob } from "@stryke/types/file";
12
12
  import { CompatibilityDateSpec, CompatibilityDates } from "compatx";
13
- import { PreviewOptions, ResolvedConfig as ResolvedConfig$1, ResolvedPreviewOptions } from "vite";
13
+ import { PreviewOptions, ResolvedPreviewOptions } from "vite";
14
14
 
15
15
  //#region src/types/config.d.ts
16
16
  type LogLevel = "error" | "warn" | "info" | "debug" | "trace";
@@ -207,6 +207,15 @@ interface OutputConfig {
207
207
  * This option can be a boolean or a string specifying the type of source map to generate. If set to `true`, external source maps will be generated. If set to `"inline"`, source maps will be included in the output files as data URIs. If set to `"hidden"`, external source maps will be generated but not referenced in the output files.
208
208
  */
209
209
  sourceMap?: boolean | "inline" | "hidden";
210
+ /**
211
+ * Minify the output files
212
+ *
213
+ * @remarks
214
+ * This option can be a boolean or a string specifying the type of minification to apply. If set to `true`, the output files will be minified. If set to `"terser"`, the Terser minifier will be used. If set to `"esbuild"`, the esbuild minifier will be used.
215
+ *
216
+ * @defaultValue false
217
+ */
218
+ minify?: boolean;
210
219
  /**
211
220
  * Whether to overwrite previously generated files in the artifacts directory during the build process.
212
221
  *
@@ -230,6 +239,53 @@ interface OutputConfig {
230
239
  */
231
240
  storage?: StoragePort | StoragePreset;
232
241
  }
242
+ interface EngineOptions {
243
+ /**
244
+ * The root directory of the project
245
+ */
246
+ root: string;
247
+ /**
248
+ * The current working directory the Powerlines processes should operate in
249
+ *
250
+ * @remarks
251
+ * If not provided, the {@link WorkspaceConfig.workspaceRoot | workspace root} will be used as the current working directory. If the workspace root cannot be determined, the process's current working directory will be used.
252
+ */
253
+ cwd?: string;
254
+ /**
255
+ * Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.
256
+ *
257
+ * @defaultValue "production"
258
+ */
259
+ mode?: "development" | "test" | "production";
260
+ /**
261
+ * A string identifier that allows a child framework or tool to identify itself when using Powerlines.
262
+ *
263
+ * @remarks
264
+ * If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsPath | output.artifactsFolder}, this value will be used as the default.
265
+ *
266
+ * @defaultValue "powerlines"
267
+ */
268
+ framework?: string;
269
+ /**
270
+ * The organization or author of the project
271
+ */
272
+ organization?: string;
273
+ /**
274
+ * A path to a custom configuration file to be used instead of the default `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` files.
275
+ *
276
+ * @remarks
277
+ * This option is useful for running Powerlines commands with different configuration files, such as in CI/CD environments or when testing different configurations.
278
+ */
279
+ configFile?: string;
280
+ }
281
+ type ResolvedEngineOptions = PartialKeys<Required<EngineOptions>, "organization" | "configFile">;
282
+ interface ExecutionOptions extends EngineOptions {
283
+ /**
284
+ * The index of the current execution instance among all configured instances in the Powerlines process
285
+ */
286
+ configIndex: number;
287
+ }
288
+ type ResolvedExecutionOptions = Pick<ExecutionOptions, "configIndex"> & ResolvedEngineOptions;
233
289
  interface Config {
234
290
  /**
235
291
  * Defines entries and location(s) of entry modules for the bundle. Relative paths are resolved based on the `root` option.
@@ -324,11 +380,7 @@ interface EnvironmentConfig extends Config {
324
380
  */
325
381
  consumer?: "client" | "server";
326
382
  }
327
- interface UserConfig extends Config {
328
- /**
329
- * The root directory of the project
330
- */
331
- root: string;
383
+ interface UserConfig extends Config, ExecutionOptions {
332
384
  /**
333
385
  * The name of the project
334
386
  */
@@ -375,25 +427,12 @@ interface UserConfig extends Config {
375
427
  * A custom logger function to use for logging messages
376
428
  */
377
429
  customLogger?: LogFn;
378
- /**
379
- * Explicitly set a mode to run in. This mode will be used at various points throughout the Powerlines processes, such as when compiling the source code.
380
- *
381
- * @defaultValue "production"
382
- */
383
- mode?: "development" | "test" | "production";
384
430
  /**
385
431
  * The type of project being built
386
432
  *
387
433
  * @defaultValue "application"
388
434
  */
389
435
  projectType?: ProjectType;
390
- /**
391
- * A path to a custom configuration file to be used instead of the default `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` files.
392
- *
393
- * @remarks
394
- * This option is useful for running Powerlines commands with different configuration files, such as in CI/CD environments or when testing different configurations.
395
- */
396
- configFile?: string;
397
436
  /**
398
437
  * Should the Powerlines processes automatically install missing package dependencies?
399
438
  *
@@ -429,28 +468,7 @@ interface UserConfig extends Config {
429
468
  * @defaultValue false
430
469
  */
431
470
  singleBuild?: boolean;
432
- /**
433
- * A string identifier that allows a child framework or tool to identify itself when using Powerlines.
434
- *
435
- * @remarks
436
- * If no values are provided for {@link OutputConfig.dts | output.dts} or {@link OutputConfig.artifactsPath | output.artifactsFolder}, this value will be used as the default.
437
- *
438
- * @defaultValue "powerlines"
439
- */
440
- framework?: string;
441
471
  }
442
- type InitialUserConfig<TUserConfig extends UserConfig = UserConfig> = Partial<TUserConfig> & {
443
- root: string;
444
- };
445
- type ParsedUserConfig<TUserConfig extends UserConfig = UserConfig> = TUserConfig & ResolvedConfig<TUserConfig> & {
446
- /**
447
- * The path to the user configuration file, if it exists.
448
- *
449
- * @remarks
450
- * This is typically the `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` file in the project root.
451
- */
452
- configFile?: ConfigLayer<TUserConfig>["configFile"];
453
- };
454
472
  type PowerlinesCommand = "new" | "types" | "prepare" | "build" | "lint" | "test" | "docs" | "deploy" | "clean";
455
473
  /**
456
474
  * The configuration provided while executing Powerlines commands.
@@ -501,6 +519,12 @@ type LintInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfi
501
519
  */
502
520
  command: "lint";
503
521
  };
522
+ type TestInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfig<TUserConfig> & {
523
+ /**
524
+ * A string identifier for the Powerlines command being executed
525
+ */
526
+ command: "test";
527
+ };
504
528
  type DocsInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineConfig<TUserConfig> & {
505
529
  /**
506
530
  * A string identifier for the Powerlines command being executed
@@ -513,14 +537,7 @@ type DeployInlineConfig<TUserConfig extends UserConfig = UserConfig> = InlineCon
513
537
  */
514
538
  command: "deploy";
515
539
  };
516
- type ConfigEnv = Pick<ResolvedConfig$1, "command" | "mode" | "environments" | "preview">;
517
- type UserConfigFn<TUserConfig extends UserConfig = UserConfig> = (params: {
518
- projectRoot: string;
519
- workspaceRoot: string;
520
- mode: string;
521
- framework: string;
522
- command?: PowerlinesCommand;
523
- }) => MaybePromise<TUserConfig>;
540
+ type UserConfigFn<TUserConfig extends UserConfig = UserConfig> = (params: ResolvedEngineOptions) => MaybePromise<TUserConfig>;
524
541
  type AnyOutputUserConfig = Partial<Omit<OutputConfig, "copy">> & {
525
542
  /**
526
543
  * The output configuration options to use for the build process
@@ -533,7 +550,7 @@ type AnyOutputUserConfig = Partial<Omit<OutputConfig, "copy">> & {
533
550
  * @remarks
534
551
  * This type represents the final shape of the configuration object that will be used throughout the Powerlines processes. It includes all default values, resolved paths, and normalized options. It is expected to be used in `powerlines.config.ts` files and by plugins and build processes to access the configuration options in a consistent format.
535
552
  */
536
- type AnyUserConfig = (Partial<Omit<UserConfig, "output" | "resolve">> & {
553
+ type AnyUserConfig<TUserConfig extends UserConfig = UserConfig> = (Partial<Omit<TUserConfig, "output" | "resolve">> & {
537
554
  /**
538
555
  * The output configuration options to use for the build process
539
556
  */
@@ -542,7 +559,16 @@ type AnyUserConfig = (Partial<Omit<UserConfig, "output" | "resolve">> & {
542
559
  * Configuration for module resolution during processing of the source code
543
560
  */
544
561
  resolve?: Partial<ResolveConfig>;
545
- } & Record<string, any>) | UserConfigFn;
562
+ } & Record<string, any>) | UserConfigFn<TUserConfig> | AnyUserConfig<TUserConfig>[];
563
+ type ParsedUserConfig<TUserConfig extends UserConfig = UserConfig> = ResolvedConfig<AnyUserConfig<TUserConfig>> & {
564
+ /**
565
+ * The path to the user configuration file, if it exists.
566
+ *
567
+ * @remarks
568
+ * This is typically the `powerlines.json`, `powerlines.config.js`, or `powerlines.config.ts` file in the project root.
569
+ */
570
+ configFile?: ConfigLayer<AnyUserConfig<TUserConfig>>["configFile"];
571
+ };
546
572
  interface ResolvedEntryTypeDefinition extends TypeDefinition {
547
573
  /**
548
574
  * The user provided entry point in the source code
@@ -589,7 +615,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "copy" | "storage">> & P
589
615
  /**
590
616
  * The resolved options for the Powerlines project configuration.
591
617
  */
592
- type ResolvedConfig$2<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "root" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "platform" | "projectType" | "input" | "output" | "resolve" | "logLevel" | "framework"> & Required<Pick<TUserConfig, "root" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "input" | "tsconfig" | "platform" | "projectType" | "framework">> & {
618
+ type ResolvedConfig$1<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "root" | "cwd" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "platform" | "projectType" | "input" | "output" | "resolve" | "logLevel" | "framework"> & Required<Pick<TUserConfig, "root" | "cwd" | "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "input" | "tsconfig" | "platform" | "projectType" | "framework">> & {
593
619
  /**
594
620
  * The output configuration options to use for the build process
595
621
  */
@@ -617,6 +643,10 @@ type ResolvedConfig$2<TUserConfig extends UserConfig = UserConfig> = Omit<TUserC
617
643
  * The original configuration options that were provided by the user to the Powerlines process.
618
644
  */
619
645
  userConfig: TUserConfig;
646
+ /**
647
+ * The configuration options that were provided by Powerlines plugins, which may have been merged with the user configuration and modified by the configuration loading process.
648
+ */
649
+ pluginConfig: Partial<TUserConfig>;
620
650
  /**
621
651
  * A string identifier for the Powerlines command being executed.
622
652
  */
@@ -643,11 +673,13 @@ declare type __ΩProjectType = any[];
643
673
  declare type __ΩResolveConfig = any[];
644
674
  declare type __ΩCopyConfig = any[];
645
675
  declare type __ΩOutputConfig = any[];
676
+ declare type __ΩEngineOptions = any[];
677
+ declare type __ΩResolvedEngineOptions = any[];
678
+ declare type __ΩExecutionOptions = any[];
679
+ declare type __ΩResolvedExecutionOptions = any[];
646
680
  declare type __ΩConfig = any[];
647
681
  declare type __ΩEnvironmentConfig = any[];
648
682
  declare type __ΩUserConfig = any[];
649
- declare type __ΩInitialUserConfig = any[];
650
- declare type __ΩParsedUserConfig = any[];
651
683
  declare type __ΩPowerlinesCommand = any[];
652
684
  declare type __ΩInlineConfig = any[];
653
685
  declare type __ΩNewInlineConfig = any[];
@@ -656,12 +688,13 @@ declare type __ΩPrepareInlineConfig = any[];
656
688
  declare type __ΩTypesInlineConfig = any[];
657
689
  declare type __ΩBuildInlineConfig = any[];
658
690
  declare type __ΩLintInlineConfig = any[];
691
+ declare type __ΩTestInlineConfig = any[];
659
692
  declare type __ΩDocsInlineConfig = any[];
660
693
  declare type __ΩDeployInlineConfig = any[];
661
- declare type __ΩConfigEnv = any[];
662
694
  declare type __ΩUserConfigFn = any[];
663
695
  declare type __ΩAnyOutputUserConfig = any[];
664
696
  declare type __ΩAnyUserConfig = any[];
697
+ declare type __ΩParsedUserConfig = any[];
665
698
  declare type __ΩResolvedEntryTypeDefinition = any[];
666
699
  declare type __ΩEnvironmentResolvedConfig = any[];
667
700
  declare type __ΩResolveResolvedConfig = any[];
@@ -670,5 +703,5 @@ declare type __ΩCopyResolvedConfig = any[];
670
703
  declare type __ΩOutputResolvedConfig = any[];
671
704
  declare type __ΩResolvedConfig = any[];
672
705
  //#endregion
673
- export { AnyOutputUserConfig, AnyUserConfig, BuildInlineConfig, CleanInlineConfig, Config, ConfigEnv, CopyConfig, CopyResolvedConfig, DeployInlineConfig, DocsInlineConfig, EnvironmentConfig, EnvironmentResolvedConfig, InitialUserConfig, InlineConfig, LintInlineConfig, LogFn, LogLevel, LogLevelConfig, Logger, NewInlineConfig, OutputConfig, OutputResolvedConfig, ParsedUserConfig, PartialPlugin, PartialPluginFactory, PluginConfig, PluginConfigObject, PluginConfigTuple, PluginFactory, PowerlinesCommand, PrepareInlineConfig, ProjectType, ResolveConfig, ResolveResolvedConfig, ResolvedAssetGlob, ResolvedConfig$2 as ResolvedConfig, ResolvedEntryTypeDefinition, TypesInlineConfig, UserConfig, UserConfigFn, WorkspaceConfig, __ΩAnyOutputUserConfig, __ΩAnyUserConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩConfig, __ΩConfigEnv, __ΩCopyConfig, __ΩCopyResolvedConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩEnvironmentResolvedConfig, __ΩInitialUserConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩLogLevel, __ΩLogLevelConfig, __ΩLogger, __ΩNewInlineConfig, __ΩOutputConfig, __ΩOutputResolvedConfig, __ΩParsedUserConfig, __ΩPartialPlugin, __ΩPartialPluginFactory, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩResolveConfig, __ΩResolveResolvedConfig, __ΩResolvedAssetGlob, __ΩResolvedConfig, __ΩResolvedEntryTypeDefinition, __ΩTypesInlineConfig, __ΩUserConfig, __ΩUserConfigFn, __ΩWorkspaceConfig };
706
+ export { AnyOutputUserConfig, AnyUserConfig, BuildInlineConfig, CleanInlineConfig, Config, CopyConfig, CopyResolvedConfig, DeployInlineConfig, DocsInlineConfig, EngineOptions, EnvironmentConfig, EnvironmentResolvedConfig, ExecutionOptions, InlineConfig, LintInlineConfig, LogFn, LogLevel, LogLevelConfig, Logger, NewInlineConfig, OutputConfig, OutputResolvedConfig, ParsedUserConfig, PartialPlugin, PartialPluginFactory, PluginConfig, PluginConfigObject, PluginConfigTuple, PluginFactory, PowerlinesCommand, PrepareInlineConfig, ProjectType, ResolveConfig, ResolveResolvedConfig, ResolvedAssetGlob, ResolvedConfig$1 as ResolvedConfig, ResolvedEngineOptions, ResolvedEntryTypeDefinition, ResolvedExecutionOptions, TestInlineConfig, TypesInlineConfig, UserConfig, UserConfigFn, WorkspaceConfig, __ΩAnyOutputUserConfig, __ΩAnyUserConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩConfig, __ΩCopyConfig, __ΩCopyResolvedConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEngineOptions, __ΩEnvironmentConfig, __ΩEnvironmentResolvedConfig, __ΩExecutionOptions, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩLogLevel, __ΩLogLevelConfig, __ΩLogger, __ΩNewInlineConfig, __ΩOutputConfig, __ΩOutputResolvedConfig, __ΩParsedUserConfig, __ΩPartialPlugin, __ΩPartialPluginFactory, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩResolveConfig, __ΩResolveResolvedConfig, __ΩResolvedAssetGlob, __ΩResolvedConfig, __ΩResolvedEngineOptions, __ΩResolvedEntryTypeDefinition, __ΩResolvedExecutionOptions, __ΩTestInlineConfig, __ΩTypesInlineConfig, __ΩUserConfig, __ΩUserConfigFn, __ΩWorkspaceConfig };
674
707
  //# sourceMappingURL=config.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.mts","names":[],"sources":["../../src/types/config.ts"],"mappings":"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"}
1
+ {"version":3,"file":"config.d.mts","names":[],"sources":["../../src/types/config.ts"],"mappings":"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"}