@powerlines/plugin-env 0.15.13 → 0.15.15

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 (268) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +4 -0
  2. package/dist/_virtual/rolldown_runtime.mjs +33 -0
  3. package/dist/babel/plugin.cjs +16 -16
  4. package/dist/babel/plugin.d.mts +2 -2
  5. package/dist/babel/plugin.mjs +7 -7
  6. package/dist/components/docs.cjs +8 -8
  7. package/dist/components/docs.mjs +5 -5
  8. package/dist/components/env.cjs +38 -39
  9. package/dist/components/env.d.mts +2 -2
  10. package/dist/components/env.mjs +11 -11
  11. package/dist/helpers/automd-generator.cjs +4 -4
  12. package/dist/helpers/automd-generator.d.mts +1 -1
  13. package/dist/helpers/automd-generator.mjs +3 -3
  14. package/dist/helpers/load.cjs +12 -13
  15. package/dist/helpers/load.d.mts +2 -2
  16. package/dist/helpers/load.mjs +10 -10
  17. package/dist/helpers/persistence.cjs +23 -23
  18. package/dist/helpers/persistence.d.mts +1 -1
  19. package/dist/helpers/persistence.mjs +7 -7
  20. package/dist/helpers/reflect.cjs +9 -9
  21. package/dist/helpers/reflect.mjs +5 -5
  22. package/dist/helpers/source-file-env.cjs +1 -1
  23. package/dist/helpers/source-file-env.mjs +1 -1
  24. package/dist/index.cjs +28 -26
  25. package/dist/index.d.mts +1 -1
  26. package/dist/index.mjs +25 -25
  27. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.cjs +31 -0
  28. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.mjs +31 -0
  29. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.cjs +8 -0
  30. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.mjs +7 -0
  31. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +6 -0
  32. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +5 -0
  33. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
  34. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
  35. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
  36. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +6 -0
  37. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
  38. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
  39. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +13 -0
  40. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +13 -0
  41. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +13 -0
  42. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +13 -0
  43. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
  44. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +11 -0
  45. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +11 -0
  46. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +12 -0
  47. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.cjs +10 -0
  48. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.mjs +10 -0
  49. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.cjs +13 -0
  50. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.mjs +13 -0
  51. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.cjs +49 -0
  52. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.mjs +49 -0
  53. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.cjs +9 -0
  54. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.mjs +5 -0
  55. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.cjs +8 -0
  56. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.mjs +7 -0
  57. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
  58. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +346 -0
  59. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs +786 -0
  60. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs +786 -0
  61. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
  62. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
  63. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs +23 -0
  64. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs +22 -0
  65. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs +405 -0
  66. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs +404 -0
  67. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs +657 -0
  68. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs +657 -0
  69. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs +1054 -0
  70. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs +1054 -0
  71. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
  72. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +42 -0
  73. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
  74. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +45 -0
  75. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
  76. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +285 -0
  77. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
  78. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +68 -0
  79. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
  80. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1007 -0
  81. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
  82. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +13 -0
  83. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
  84. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2685 -0
  85. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs +4457 -0
  86. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs +4454 -0
  87. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
  88. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +29 -0
  89. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs +181 -0
  90. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +176 -0
  91. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
  92. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +17 -0
  93. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs +3967 -0
  94. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs +3962 -0
  95. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
  96. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11763 -0
  97. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.cjs +25 -0
  98. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +20 -0
  99. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
  100. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +17 -0
  101. package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.cjs +174 -0
  102. package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.mjs +172 -0
  103. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs +13 -0
  104. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs +12 -0
  105. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
  106. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
  107. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs +145 -0
  108. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs +138 -0
  109. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
  110. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +125 -0
  111. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
  112. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +136 -0
  113. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
  114. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +627 -0
  115. package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/components.d.mts +1 -1
  116. package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-file.d.mts +1 -1
  117. package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-interface.d.mts +1 -1
  118. package/dist/{powerlines → packages/powerlines}/src/types/build.d.mts +6 -6
  119. package/dist/{powerlines → packages/powerlines}/src/types/config.d.mts +1 -2
  120. package/dist/{powerlines → packages/powerlines}/src/types/context.d.mts +1 -1
  121. package/dist/{powerlines → packages/powerlines}/src/types/tsconfig.d.mts +1 -1
  122. package/dist/powerlines/src/types/context.d.cts +1 -1
  123. package/dist/types/plugin.cjs +19 -18
  124. package/dist/types/plugin.d.mts +6 -6
  125. package/dist/types/plugin.mjs +4 -4
  126. package/dist/types/runtime.cjs +3 -2
  127. package/dist/types/runtime.d.mts +1 -1
  128. package/dist/types/runtime.mjs +1 -1
  129. package/package.json +10 -10
  130. package/dist/deepkit/schemas/reflection.cjs +0 -5368
  131. package/dist/deepkit/schemas/reflection.mjs +0 -5365
  132. package/dist/deepkit/schemas/reflection2.cjs +0 -4112
  133. package/dist/deepkit/schemas/reflection2.mjs +0 -4110
  134. package/dist/deepkit/src/capnp.cjs +0 -1692
  135. package/dist/deepkit/src/capnp.mjs +0 -1690
  136. package/dist/deepkit/src/esbuild-plugin.cjs +0 -99
  137. package/dist/deepkit/src/esbuild-plugin.mjs +0 -98
  138. package/dist/deepkit/src/reflect-type.cjs +0 -40
  139. package/dist/deepkit/src/reflect-type.mjs +0 -38
  140. package/dist/deepkit/src/resolve-reflections.cjs +0 -23
  141. package/dist/deepkit/src/resolve-reflections.mjs +0 -22
  142. package/dist/deepkit/src/transformer.cjs +0 -92
  143. package/dist/deepkit/src/transformer.mjs +0 -89
  144. package/dist/deepkit/src/transpile.cjs +0 -39
  145. package/dist/deepkit/src/transpile.mjs +0 -37
  146. package/dist/deepkit/src/types.cjs +0 -22
  147. package/dist/deepkit/src/types.mjs +0 -21
  148. package/dist/deepkit/src/utilities.cjs +0 -182
  149. package/dist/deepkit/src/utilities.mjs +0 -181
  150. package/dist/plugin-alloy/src/core/components/output.cjs +0 -45
  151. package/dist/plugin-alloy/src/core/components/output.mjs +0 -44
  152. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -22
  153. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -21
  154. package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -64
  155. package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -62
  156. package/dist/plugin-alloy/src/core/contexts/context.cjs +0 -136
  157. package/dist/plugin-alloy/src/core/contexts/context.mjs +0 -128
  158. package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -2
  159. package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -4
  160. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -110
  161. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -101
  162. package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -23
  163. package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -22
  164. package/dist/plugin-alloy/src/index.cjs +0 -106
  165. package/dist/plugin-alloy/src/index.mjs +0 -104
  166. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -115
  167. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -114
  168. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -39
  169. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -38
  170. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -72
  171. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -71
  172. package/dist/plugin-alloy/src/types/components.cjs +0 -22
  173. package/dist/plugin-alloy/src/types/components.mjs +0 -21
  174. package/dist/plugin-alloy/src/types/plugin.cjs +0 -55
  175. package/dist/plugin-alloy/src/types/plugin.mjs +0 -52
  176. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -57
  177. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -56
  178. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -126
  179. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -124
  180. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -442
  181. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -433
  182. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -212
  183. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -209
  184. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -68
  185. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -67
  186. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -124
  187. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -123
  188. package/dist/plugin-automd/src/index.cjs +0 -127
  189. package/dist/plugin-automd/src/index.mjs +0 -124
  190. package/dist/plugin-automd/src/types/plugin.cjs +0 -47
  191. package/dist/plugin-automd/src/types/plugin.mjs +0 -47
  192. package/dist/plugin-automd/src/types/toc.cjs +0 -26
  193. package/dist/plugin-automd/src/types/toc.mjs +0 -25
  194. package/dist/plugin-babel/src/helpers/ast-utils.cjs +0 -74
  195. package/dist/plugin-babel/src/helpers/ast-utils.mjs +0 -70
  196. package/dist/plugin-babel/src/helpers/create-plugin.cjs +0 -71
  197. package/dist/plugin-babel/src/helpers/create-plugin.mjs +0 -69
  198. package/dist/plugin-babel/src/helpers/filters.cjs +0 -158
  199. package/dist/plugin-babel/src/helpers/filters.mjs +0 -154
  200. package/dist/plugin-babel/src/helpers/index.cjs +0 -5
  201. package/dist/plugin-babel/src/helpers/index.mjs +0 -7
  202. package/dist/plugin-babel/src/helpers/module-helpers.cjs +0 -200
  203. package/dist/plugin-babel/src/helpers/module-helpers.mjs +0 -192
  204. package/dist/plugin-babel/src/helpers/options.cjs +0 -74
  205. package/dist/plugin-babel/src/helpers/options.mjs +0 -71
  206. package/dist/plugin-babel/src/index.cjs +0 -131
  207. package/dist/plugin-babel/src/index.mjs +0 -129
  208. package/dist/plugin-babel/src/types/plugin.cjs +0 -42
  209. package/dist/plugin-babel/src/types/plugin.mjs +0 -39
  210. package/dist/powerlines/src/internal/helpers/hooks.cjs +0 -137
  211. package/dist/powerlines/src/internal/helpers/hooks.mjs +0 -135
  212. package/dist/powerlines/src/lib/build/esbuild.cjs +0 -161
  213. package/dist/powerlines/src/lib/build/esbuild.mjs +0 -159
  214. package/dist/powerlines/src/lib/entry.cjs +0 -203
  215. package/dist/powerlines/src/lib/entry.mjs +0 -201
  216. package/dist/powerlines/src/lib/logger.cjs +0 -108
  217. package/dist/powerlines/src/lib/logger.mjs +0 -106
  218. package/dist/powerlines/src/lib/utilities/bundle.cjs +0 -67
  219. package/dist/powerlines/src/lib/utilities/bundle.mjs +0 -66
  220. package/dist/powerlines/src/lib/utilities/resolve.cjs +0 -49
  221. package/dist/powerlines/src/lib/utilities/resolve.mjs +0 -48
  222. package/dist/powerlines/src/plugin-utils/paths.cjs +0 -46
  223. package/dist/powerlines/src/plugin-utils/paths.mjs +0 -45
  224. package/dist/powerlines/src/types/api.cjs +0 -62
  225. package/dist/powerlines/src/types/api.mjs +0 -62
  226. package/dist/powerlines/src/types/babel.cjs +0 -156
  227. package/dist/powerlines/src/types/babel.mjs +0 -147
  228. package/dist/powerlines/src/types/build.cjs +0 -127
  229. package/dist/powerlines/src/types/build.mjs +0 -121
  230. package/dist/powerlines/src/types/commands.cjs +0 -16
  231. package/dist/powerlines/src/types/commands.mjs +0 -15
  232. package/dist/powerlines/src/types/config.cjs +0 -413
  233. package/dist/powerlines/src/types/config.mjs +0 -391
  234. package/dist/powerlines/src/types/context.cjs +0 -381
  235. package/dist/powerlines/src/types/context.mjs +0 -364
  236. package/dist/powerlines/src/types/fs.cjs +0 -78
  237. package/dist/powerlines/src/types/fs.mjs +0 -75
  238. package/dist/powerlines/src/types/hooks.cjs +0 -71
  239. package/dist/powerlines/src/types/hooks.mjs +0 -68
  240. package/dist/powerlines/src/types/index.cjs +0 -11
  241. package/dist/powerlines/src/types/index.mjs +0 -13
  242. package/dist/powerlines/src/types/plugin.cjs +0 -184
  243. package/dist/powerlines/src/types/plugin.mjs +0 -178
  244. package/dist/powerlines/src/types/resolved.cjs +0 -153
  245. package/dist/powerlines/src/types/resolved.mjs +0 -148
  246. package/dist/powerlines/src/types/unplugin.cjs +0 -47
  247. package/dist/powerlines/src/types/unplugin.mjs +0 -46
  248. /package/dist/{deepkit → packages/deepkit}/schemas/reflection.d.mts +0 -0
  249. /package/dist/{deepkit → packages/deepkit}/src/types.d.mts +0 -0
  250. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/core/components/source-file.d.mts +0 -0
  251. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/index.d.mts +0 -0
  252. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/plugin.d.mts +0 -0
  253. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/builtin-file.d.mts +0 -0
  254. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/tsdoc.d.mts +0 -0
  255. /package/dist/{plugin-automd → packages/plugin-automd}/src/types/plugin.d.mts +0 -0
  256. /package/dist/{plugin-automd → packages/plugin-automd}/src/types/toc.d.mts +0 -0
  257. /package/dist/{plugin-babel → packages/plugin-babel}/src/types/index.d.mts +0 -0
  258. /package/dist/{plugin-babel → packages/plugin-babel}/src/types/plugin.d.mts +0 -0
  259. /package/dist/{powerlines → packages/powerlines}/src/internal/helpers/hooks.d.mts +0 -0
  260. /package/dist/{powerlines → packages/powerlines}/src/types/api.d.mts +0 -0
  261. /package/dist/{powerlines → packages/powerlines}/src/types/babel.d.mts +0 -0
  262. /package/dist/{powerlines → packages/powerlines}/src/types/commands.d.mts +0 -0
  263. /package/dist/{powerlines → packages/powerlines}/src/types/fs.d.mts +0 -0
  264. /package/dist/{powerlines → packages/powerlines}/src/types/hooks.d.mts +0 -0
  265. /package/dist/{powerlines → packages/powerlines}/src/types/index.d.mts +0 -0
  266. /package/dist/{powerlines → packages/powerlines}/src/types/plugin.d.mts +0 -0
  267. /package/dist/{powerlines → packages/powerlines}/src/types/resolved.d.mts +0 -0
  268. /package/dist/{powerlines → packages/powerlines}/src/types/unplugin.d.mts +0 -0
@@ -1,391 +0,0 @@
1
- import { __ΩStoragePort, __ΩStoragePreset } from "./fs.mjs";
2
-
3
- //#region ../powerlines/src/types/config.ts
4
- const __ΩPartial = [
5
- "T",
6
- "Partial",
7
- "l+e#!e\"!fRb!Pde\"!gN#\"w\"y"
8
- ];
9
- const __ΩRequired = [
10
- "T",
11
- "Required",
12
- "l+e#!e\"!fRb!Pde\"!gN##w\"y"
13
- ];
14
- const __ΩPick = [
15
- "T",
16
- "K",
17
- "Pick",
18
- "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
19
- ];
20
- const __ΩParameters = [
21
- "T",
22
- "args",
23
- "",
24
- "Parameters",
25
- "l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
26
- ];
27
- const __ΩRecord = [
28
- "K",
29
- "T",
30
- "Record",
31
- "l'e#\"Rb!b\"Pde\"!N#!w#y"
32
- ];
33
- const __ΩOmit = [
34
- "T",
35
- "K",
36
- () => __ΩPick,
37
- () => __ΩExclude,
38
- "Omit",
39
- "b!b\"e!!e!!ge!\"o$#o##w%y"
40
- ];
41
- const __ΩExclude = [
42
- "T",
43
- "U",
44
- "Exclude",
45
- "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
46
- ];
47
- const __ΩLogFn = [
48
- "LogLevelLabel",
49
- "type",
50
- "args",
51
- "",
52
- "LogFn",
53
- "P\"w!2\"&@2#$/$w%y"
54
- ];
55
- const __ΩWorkspaceConfig = [
56
- () => __ΩPartial,
57
- "StormWorkspaceConfig",
58
- () => __ΩRequired,
59
- () => __ΩPick,
60
- "workspaceRoot",
61
- "WorkspaceConfig",
62
- "P\"w\"o!\"\"w\".%o$#o#\"Kw&y"
63
- ];
64
- const __ΩPluginFactory = [
65
- "PluginContext",
66
- "TContext",
67
- "TOptions",
68
- "options",
69
- "",
70
- "PluginFactory",
71
- "\"w!c\"\"c#Pe\"\"2$!/%w&y"
72
- ];
73
- const __ΩPluginConfigTuple = [
74
- "PluginContext",
75
- "TContext",
76
- "TOptions",
77
- () => __ΩPluginFactory,
78
- "Plugin",
79
- "PluginConfigTuple",
80
- "\"w!c\"\"c#PPP&e$!e$\"o$#Je#\"GP\"w%GJw&y"
81
- ];
82
- const __ΩPluginConfigObject = [
83
- "PluginContext",
84
- "TContext",
85
- "TOptions",
86
- () => __ΩPluginFactory,
87
- "plugin",
88
- "options",
89
- "Plugin",
90
- "PluginConfigObject",
91
- "\"w!c\"\"c#PPP&e$!e$\"o$#J4%e#\"4&MP\"w'4%!4&8MJw(y"
92
- ];
93
- const __ΩPluginConfig = [
94
- "PluginContext",
95
- "TContext",
96
- () => __ΩPluginFactory,
97
- "Plugin",
98
- () => __ΩPluginConfigTuple,
99
- () => __ΩPluginConfigObject,
100
- 0,
101
- 0,
102
- "PluginConfig",
103
- "\"w!c\"P&e\"!$o##\"w$e\"!o%\"e\"!o&\"e\"!o'\"`e\"!o(\"FJw)y"
104
- ];
105
- const __ΩProjectType = [
106
- "application",
107
- "library",
108
- "ProjectType",
109
- "P.!.\"Jw#y"
110
- ];
111
- const __ΩBabelUserConfig = [
112
- () => __ΩParameters,
113
- () => transformAsync,
114
- 1,
115
- "BabelTransformPluginOptions",
116
- "plugins",
117
- "The Babel plugins to be used during the build process",
118
- "presets",
119
- "The Babel presets to be used during the build process",
120
- "BabelUserConfig",
121
- "Pi\"o!\".#fP\"w$F4%8?&\"w$F4'8?(MKw)y"
122
- ];
123
- const __ΩDeployConfig = [
124
- "variant",
125
- "The deployment variant being used by the Powerlines engine.",
126
- "DeployConfig",
127
- "P&4!8?\"Mw#y"
128
- ];
129
- const __ΩOutputConfig = [
130
- "outputPath",
131
- "dist/\\{projectRoot\\}",
132
- "The path to output the final compiled files to",
133
- "buildPath",
134
- "\\{projectRoot\\}/dist",
135
- "The output directory path for the project build.",
136
- "artifactsPath",
137
- "\\{projectRoot\\}/.powerlines",
138
- "The folder where the generated runtime artifacts will be located",
139
- false,
140
- "dts",
141
- "\\{projectRoot\\}/powerlines.d.ts",
142
- "The path of the generated runtime declaration file relative to the workspace root.",
143
- "builtinPrefix",
144
- "powerlines",
145
- "A prefix to use for identifying builtin modules",
146
- "format",
147
- "esm",
148
- "The module format of the output files",
149
- "assets",
150
- "A list of assets to copy to the output directory",
151
- () => __ΩStoragePort,
152
- () => __ΩStoragePreset,
153
- "storage",
154
- "virtual",
155
- "A string preset or a custom {@link StoragePort} to provide fine-grained control over generated/output file storage.",
156
- "OutputConfig",
157
- "P&4!8>\"?#&4$8>%?&&4'8>(?)P&.*J4+8>,?-&4.8>/?0P!!FJ418>2?3P&!JF448?5Pn6n7J488>9?:Mw;y"
158
- ];
159
- const __ΩBaseConfig = [
160
- "entry",
161
- "The entry point(s) for the application",
162
- () => __ΩOutputConfig,
163
- "output",
164
- "Configuration for the output of the build process",
165
- () => __ΩRecord,
166
- false,
167
- "clean",
168
- "Configuration for cleaning the build artifacts",
169
- () => __ΩRecord,
170
- false,
171
- "lint",
172
- "Configuration for linting the source code",
173
- () => __ΩRecord,
174
- false,
175
- "test",
176
- "Configuration for testing the source code",
177
- () => __ΩRecord,
178
- "transform",
179
- "Configuration for the transformation of the source code",
180
- "BuildConfig",
181
- "build",
182
- "Configuration provided to build processes",
183
- () => __ΩRecord,
184
- "docs",
185
- "Configuration for documentation generation",
186
- () => __ΩDeployConfig,
187
- false,
188
- "deploy",
189
- "Configuration for deploying the source code",
190
- "tsconfig",
191
- "\\{projectRoot\\}/tsconfig.json",
192
- "The path to the tsconfig file to be used by the compiler",
193
- "TSConfig",
194
- "tsconfigRaw",
195
- "The raw {@link TSConfig} object to be used by the compiler. This object will be merged with the `tsconfig.json` file.",
196
- "BaseConfig",
197
- "PP!!FJ4!8?\"n#4$8?%P&\"o&#.'J4(8?)P&\"o*#.+J4,8?-P&\"o.#./J408?1&\"o2#438?4\"w5468?7&\"o8#498?:Pn;.<J4=8?>&4?8>@?A\"wB4C8?DMwEy"
198
- ];
199
- const __ΩEnvironmentConfig = [
200
- () => __ΩBaseConfig,
201
- "PreviewOptions",
202
- "preview",
203
- "Configuration options for the preview server",
204
- "ssr",
205
- "A flag indicating whether the build is for a Server-Side Rendering environment.",
206
- "client",
207
- "server",
208
- "consumer",
209
- "server\" (if it isn't the client environment)",
210
- "Define if this environment is used for Server-Side Rendering",
211
- "EnvironmentConfig",
212
- "Pn!\"w\"4#8?$)4%8?&P.'.(J4)8>*?+Mw,y"
213
- ];
214
- const __ΩCommonUserConfig = [
215
- () => __ΩBaseConfig,
216
- "name",
217
- "The name of the project",
218
- "title",
219
- "The project display title",
220
- "description",
221
- "A description of the project",
222
- "organization",
223
- "The organization or author of the project",
224
- "compatibilityDate",
225
- "The date to use for compatibility checks",
226
- "LogLevelLabel",
227
- "logLevel",
228
- "info",
229
- "The log level to use for the Powerlines processes.",
230
- () => __ΩLogFn,
231
- "customLogger",
232
- "A custom logger function to use for logging messages",
233
- "development",
234
- "test",
235
- "production",
236
- "mode",
237
- "production",
238
- "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.",
239
- () => __ΩProjectType,
240
- "type",
241
- "application",
242
- "The type of project being built",
243
- "root",
244
- "The root directory of the project",
245
- "sourceRoot",
246
- "\\{root\\}/src",
247
- "The root directory of the project's source code",
248
- "configFile",
249
- "A path to a custom configuration file to be used instead of the default `storm.json`, `powerlines.config.js`, or `powerlines.config.ts` files.",
250
- "skipInstalls",
251
- true,
252
- "Should the Powerlines CLI processes skip installing missing packages?",
253
- "skipCache",
254
- "Should the compiler processes skip any improvements that make use of cache?",
255
- () => __ΩPluginConfig,
256
- "plugins",
257
- "A list of resolvable paths to plugins used during the build process",
258
- () => __ΩRecord,
259
- () => __ΩEnvironmentConfig,
260
- "environments",
261
- "Environment-specific configurations",
262
- "singleBuild",
263
- "Should a single `build` process be ran for each environment?",
264
- "framework",
265
- "powerlines",
266
- "A string identifier that allows a child framework or tool to identify itself when using Powerlines.",
267
- "CommonUserConfig",
268
- "Pn!&4\"8?#&4$8?%&4&8?'&4(8?)!4*8?+P\"w,,J4-8>.?/n0418?2P.3.4.5J468>7?8n94:8>;?<&4=?>&4?8>@?A&4B8?C)4D8>E?F)4G8>E?H\"oI\"F4J8?K&nMoL#4N8?O)4P8>E?Q&4R8>S?TMwUy"
269
- ];
270
- const __ΩUserConfig = [
271
- "BuildConfig",
272
- "TBuildConfig",
273
- "BuildResolvedConfig",
274
- "TBuildResolvedConfig",
275
- "TBuildVariant",
276
- () => __ΩOmit,
277
- () => __ΩCommonUserConfig,
278
- "build",
279
- () => __ΩOmit,
280
- "override",
281
- "variant",
282
- "The build variant being used by the Powerlines engine.",
283
- () => __ΩPartial,
284
- "override",
285
- "An optional set of override options to apply to the selected build variant.",
286
- "build",
287
- "Configuration provided to build processes",
288
- "UserConfig",
289
- "\"w!c\"\"w#c$\"c%Pn'.(o&#Pe#!.*o)#Pe$#4+8?,e$\"o-\"4.8?/MK40?1Mw2y"
290
- ];
291
- const __ΩPowerlinesCommand = [
292
- "new",
293
- "prepare",
294
- "build",
295
- "lint",
296
- "test",
297
- "docs",
298
- "deploy",
299
- "clean",
300
- "PowerlinesCommand",
301
- "P.!.\".#.$.%.&.'.(Jw)y"
302
- ];
303
- const __ΩInlineConfig = [
304
- () => __ΩUserConfig,
305
- "TUserConfig",
306
- () => __ΩPartial,
307
- () => __ΩPowerlinesCommand,
308
- "command",
309
- "A string identifier for the Powerlines command being executed",
310
- "InlineConfig",
311
- "n!c\"Pe\"!o#\"Pn$4%?&MKw'y"
312
- ];
313
- const __ΩNewInlineConfig = [
314
- () => __ΩUserConfig,
315
- "TUserConfig",
316
- () => __ΩInlineConfig,
317
- () => __ΩRequired,
318
- () => __ΩPick,
319
- () => __ΩInlineConfig,
320
- "root",
321
- "new",
322
- "command",
323
- "A string identifier for the Powerlines command being executed",
324
- "packageName",
325
- "The package name (from the \\`package.json\\`) for the project that will be used in the \\`new\\` command to create a new project based on this configuration",
326
- "NewInlineConfig",
327
- "n!c\"Pe\"!o#\"e\"!o&\".'o%#o$\"P.(4)?*&4+8?,MKw-y"
328
- ];
329
- const __ΩCleanInlineConfig = [
330
- () => __ΩUserConfig,
331
- "TUserConfig",
332
- () => __ΩInlineConfig,
333
- "clean",
334
- "command",
335
- "A string identifier for the Powerlines command being executed",
336
- "CleanInlineConfig",
337
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
338
- ];
339
- const __ΩPrepareInlineConfig = [
340
- () => __ΩUserConfig,
341
- "TUserConfig",
342
- () => __ΩInlineConfig,
343
- "prepare",
344
- "command",
345
- "A string identifier for the Powerlines command being executed",
346
- "PrepareInlineConfig",
347
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
348
- ];
349
- const __ΩBuildInlineConfig = [
350
- () => __ΩUserConfig,
351
- "TUserConfig",
352
- () => __ΩInlineConfig,
353
- "build",
354
- "command",
355
- "A string identifier for the Powerlines command being executed",
356
- "BuildInlineConfig",
357
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
358
- ];
359
- const __ΩLintInlineConfig = [
360
- () => __ΩUserConfig,
361
- "TUserConfig",
362
- () => __ΩInlineConfig,
363
- "lint",
364
- "command",
365
- "A string identifier for the Powerlines command being executed",
366
- "LintInlineConfig",
367
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
368
- ];
369
- const __ΩDocsInlineConfig = [
370
- () => __ΩUserConfig,
371
- "TUserConfig",
372
- () => __ΩInlineConfig,
373
- "docs",
374
- "command",
375
- "A string identifier for the Powerlines command being executed",
376
- "DocsInlineConfig",
377
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
378
- ];
379
- const __ΩDeployInlineConfig = [
380
- () => __ΩUserConfig,
381
- "TUserConfig",
382
- () => __ΩInlineConfig,
383
- "deploy",
384
- "command",
385
- "A string identifier for the Powerlines command being executed",
386
- "DeployInlineConfig",
387
- "n!c\"Pe\"!o#\"P.$4%?&MKw'y"
388
- ];
389
-
390
- //#endregion
391
- export { __ΩBabelUserConfig, __ΩBaseConfig, __ΩBuildInlineConfig, __ΩCleanInlineConfig, __ΩCommonUserConfig, __ΩDeployConfig, __ΩDeployInlineConfig, __ΩDocsInlineConfig, __ΩEnvironmentConfig, __ΩInlineConfig, __ΩLintInlineConfig, __ΩLogFn, __ΩNewInlineConfig, __ΩOutputConfig, __ΩPluginConfig, __ΩPluginConfigObject, __ΩPluginConfigTuple, __ΩPluginFactory, __ΩPowerlinesCommand, __ΩPrepareInlineConfig, __ΩProjectType, __ΩUserConfig, __ΩWorkspaceConfig };