@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,127 +0,0 @@
1
-
2
- //#region ../powerlines/src/types/build.ts
3
- const __ΩRecord = [
4
- "K",
5
- "T",
6
- "Record",
7
- "l'e#\"Rb!b\"Pde\"!N#!w#y"
8
- ];
9
- const __ΩOmit = [
10
- "T",
11
- "K",
12
- () => __ΩPick,
13
- () => __ΩExclude,
14
- "Omit",
15
- "b!b\"e!!e!!ge!\"o$#o##w%y"
16
- ];
17
- const __ΩPick = [
18
- "T",
19
- "K",
20
- "Pick",
21
- "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
22
- ];
23
- const __ΩExclude = [
24
- "T",
25
- "U",
26
- "Exclude",
27
- "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
28
- ];
29
- const __ΩUnpluginBuilderVariant = [
30
- "rollup",
31
- "webpack",
32
- "rspack",
33
- "vite",
34
- "esbuild",
35
- "farm",
36
- "unloader",
37
- "rolldown",
38
- "bun",
39
- "UnpluginBuilderVariant",
40
- "P.!.\".#.$.%.&.'.(.)Jw*y"
41
- ];
42
- const UNPLUGIN_BUILDER_VARIANTS = [
43
- "rollup",
44
- "webpack",
45
- "rspack",
46
- "vite",
47
- "esbuild",
48
- "farm",
49
- "unloader",
50
- "rolldown",
51
- "bun"
52
- ];
53
- const BUILDER_VARIANTS = [
54
- ...UNPLUGIN_BUILDER_VARIANTS,
55
- "tsup",
56
- "tsdown",
57
- "unbuild"
58
- ];
59
- const __ΩBuildConfig = [
60
- "node",
61
- "browser",
62
- "neutral",
63
- "platform",
64
- "neutral",
65
- "The platform to build the project for",
66
- "polyfill",
67
- "Array of strings indicating the polyfills to include for the build.",
68
- "mainFields",
69
- "`['browser', 'module', 'jsnext:main', 'jsnext']`",
70
- "Array of strings indicating the order in which fields in a package.json file should be resolved to determine the entry point for a module.",
71
- "conditions",
72
- "Array of strings indicating what conditions should be used for module resolution.",
73
- "extensions",
74
- "`['.mjs', '.js', '.mts', '.ts', '.jsx', '.tsx', '.json']`",
75
- "Array of strings indicating what file extensions should be used for module resolution.",
76
- "dedupe",
77
- "Array of strings indicating what modules should be deduplicated to a single version in the build.",
78
- "builtins",
79
- "Array of strings or regular expressions that indicate what modules are builtin for the environment.",
80
- () => __ΩRecord,
81
- "define",
82
- "Define global variable replacements.",
83
- () => __ΩRecord,
84
- "inject",
85
- "Global variables that will have import statements injected where necessary",
86
- () => __ΩRecord,
87
- "find",
88
- "replacement",
89
- "alias",
90
- "The alias mappings to use for module resolution during the build process.",
91
- "external",
92
- "A list of modules that should not be bundled, even if they are external dependencies.",
93
- "noExternal",
94
- "A list of modules that should always be bundled, even if they are external dependencies.",
95
- "skipNodeModulesBundle",
96
- "Should the Powerlines CLI processes skip bundling the `node_modules` directory?",
97
- "keepProcessEnv",
98
- true,
99
- "If true, `process.env` referenced in code will be preserved as-is and evaluated in runtime. Otherwise, it is statically replaced as an empty object.",
100
- () => __ΩRecord,
101
- "override",
102
- "An optional set of override options to apply to the selected build variant.",
103
- "BuildConfig",
104
- "PP.!.\".#J4$8>%?&&F4'8?(&F4)8>*?+&F4,8?-&F4.8>/?0&F418?2P&AJF438?4&\"o5#468?7&P&&FJo8#498?:P&&o;#PP&AJ4<&4=MFJ4>8??P&AJF4@8?AP&AJF4B8?C)4D8?E)4F8>G?H&\"oI#4J8?KMwLy"
105
- ];
106
- const __ΩBuildResolvedConfig = [
107
- () => __ΩOmit,
108
- () => __ΩBuildConfig,
109
- "override",
110
- "BuildResolvedConfig",
111
- "n\".#o!#w$y"
112
- ];
113
- const __ΩESBuildResolvedBuildConfig = [
114
- () => __ΩOmit,
115
- "inject",
116
- () => __ΩBuildResolvedConfig,
117
- "ESBuildResolvedBuildConfig",
118
- "P!.\"o!#n#Kw$y"
119
- ];
120
-
121
- //#endregion
122
- exports.BUILDER_VARIANTS = BUILDER_VARIANTS;
123
- exports.UNPLUGIN_BUILDER_VARIANTS = UNPLUGIN_BUILDER_VARIANTS;
124
- exports.__ΩBuildConfig = __ΩBuildConfig;
125
- exports.__ΩBuildResolvedConfig = __ΩBuildResolvedConfig;
126
- exports.__ΩESBuildResolvedBuildConfig = __ΩESBuildResolvedBuildConfig;
127
- exports.__ΩUnpluginBuilderVariant = __ΩUnpluginBuilderVariant;
@@ -1,121 +0,0 @@
1
- //#region ../powerlines/src/types/build.ts
2
- const __ΩRecord = [
3
- "K",
4
- "T",
5
- "Record",
6
- "l'e#\"Rb!b\"Pde\"!N#!w#y"
7
- ];
8
- const __ΩOmit = [
9
- "T",
10
- "K",
11
- () => __ΩPick,
12
- () => __ΩExclude,
13
- "Omit",
14
- "b!b\"e!!e!!ge!\"o$#o##w%y"
15
- ];
16
- const __ΩPick = [
17
- "T",
18
- "K",
19
- "Pick",
20
- "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
21
- ];
22
- const __ΩExclude = [
23
- "T",
24
- "U",
25
- "Exclude",
26
- "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
27
- ];
28
- const __ΩUnpluginBuilderVariant = [
29
- "rollup",
30
- "webpack",
31
- "rspack",
32
- "vite",
33
- "esbuild",
34
- "farm",
35
- "unloader",
36
- "rolldown",
37
- "bun",
38
- "UnpluginBuilderVariant",
39
- "P.!.\".#.$.%.&.'.(.)Jw*y"
40
- ];
41
- const UNPLUGIN_BUILDER_VARIANTS = [
42
- "rollup",
43
- "webpack",
44
- "rspack",
45
- "vite",
46
- "esbuild",
47
- "farm",
48
- "unloader",
49
- "rolldown",
50
- "bun"
51
- ];
52
- const BUILDER_VARIANTS = [
53
- ...UNPLUGIN_BUILDER_VARIANTS,
54
- "tsup",
55
- "tsdown",
56
- "unbuild"
57
- ];
58
- const __ΩBuildConfig = [
59
- "node",
60
- "browser",
61
- "neutral",
62
- "platform",
63
- "neutral",
64
- "The platform to build the project for",
65
- "polyfill",
66
- "Array of strings indicating the polyfills to include for the build.",
67
- "mainFields",
68
- "`['browser', 'module', 'jsnext:main', 'jsnext']`",
69
- "Array of strings indicating the order in which fields in a package.json file should be resolved to determine the entry point for a module.",
70
- "conditions",
71
- "Array of strings indicating what conditions should be used for module resolution.",
72
- "extensions",
73
- "`['.mjs', '.js', '.mts', '.ts', '.jsx', '.tsx', '.json']`",
74
- "Array of strings indicating what file extensions should be used for module resolution.",
75
- "dedupe",
76
- "Array of strings indicating what modules should be deduplicated to a single version in the build.",
77
- "builtins",
78
- "Array of strings or regular expressions that indicate what modules are builtin for the environment.",
79
- () => __ΩRecord,
80
- "define",
81
- "Define global variable replacements.",
82
- () => __ΩRecord,
83
- "inject",
84
- "Global variables that will have import statements injected where necessary",
85
- () => __ΩRecord,
86
- "find",
87
- "replacement",
88
- "alias",
89
- "The alias mappings to use for module resolution during the build process.",
90
- "external",
91
- "A list of modules that should not be bundled, even if they are external dependencies.",
92
- "noExternal",
93
- "A list of modules that should always be bundled, even if they are external dependencies.",
94
- "skipNodeModulesBundle",
95
- "Should the Powerlines CLI processes skip bundling the `node_modules` directory?",
96
- "keepProcessEnv",
97
- true,
98
- "If true, `process.env` referenced in code will be preserved as-is and evaluated in runtime. Otherwise, it is statically replaced as an empty object.",
99
- () => __ΩRecord,
100
- "override",
101
- "An optional set of override options to apply to the selected build variant.",
102
- "BuildConfig",
103
- "PP.!.\".#J4$8>%?&&F4'8?(&F4)8>*?+&F4,8?-&F4.8>/?0&F418?2P&AJF438?4&\"o5#468?7&P&&FJo8#498?:P&&o;#PP&AJ4<&4=MFJ4>8??P&AJF4@8?AP&AJF4B8?C)4D8?E)4F8>G?H&\"oI#4J8?KMwLy"
104
- ];
105
- const __ΩBuildResolvedConfig = [
106
- () => __ΩOmit,
107
- () => __ΩBuildConfig,
108
- "override",
109
- "BuildResolvedConfig",
110
- "n\".#o!#w$y"
111
- ];
112
- const __ΩESBuildResolvedBuildConfig = [
113
- () => __ΩOmit,
114
- "inject",
115
- () => __ΩBuildResolvedConfig,
116
- "ESBuildResolvedBuildConfig",
117
- "P!.\"o!#n#Kw$y"
118
- ];
119
-
120
- //#endregion
121
- export { BUILDER_VARIANTS, UNPLUGIN_BUILDER_VARIANTS, __ΩBuildConfig, __ΩBuildResolvedConfig, __ΩESBuildResolvedBuildConfig, __ΩUnpluginBuilderVariant };
@@ -1,16 +0,0 @@
1
-
2
- //#region ../powerlines/src/types/commands.ts
3
- const SUPPORTED_COMMANDS = [
4
- "new",
5
- "clean",
6
- "prepare",
7
- "lint",
8
- "test",
9
- "build",
10
- "docs",
11
- "deploy",
12
- "finalize"
13
- ];
14
-
15
- //#endregion
16
- exports.SUPPORTED_COMMANDS = SUPPORTED_COMMANDS;
@@ -1,15 +0,0 @@
1
- //#region ../powerlines/src/types/commands.ts
2
- const SUPPORTED_COMMANDS = [
3
- "new",
4
- "clean",
5
- "prepare",
6
- "lint",
7
- "test",
8
- "build",
9
- "docs",
10
- "deploy",
11
- "finalize"
12
- ];
13
-
14
- //#endregion
15
- export { SUPPORTED_COMMANDS };
@@ -1,413 +0,0 @@
1
- const require_fs = require('./fs.cjs');
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
- () => require_fs.__ΩStoragePort,
152
- () => require_fs.__Ω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
- exports.__ΩBabelUserConfig = __ΩBabelUserConfig;
392
- exports.__ΩBaseConfig = __ΩBaseConfig;
393
- exports.__ΩBuildInlineConfig = __ΩBuildInlineConfig;
394
- exports.__ΩCleanInlineConfig = __ΩCleanInlineConfig;
395
- exports.__ΩCommonUserConfig = __ΩCommonUserConfig;
396
- exports.__ΩDeployConfig = __ΩDeployConfig;
397
- exports.__ΩDeployInlineConfig = __ΩDeployInlineConfig;
398
- exports.__ΩDocsInlineConfig = __ΩDocsInlineConfig;
399
- exports.__ΩEnvironmentConfig = __ΩEnvironmentConfig;
400
- exports.__ΩInlineConfig = __ΩInlineConfig;
401
- exports.__ΩLintInlineConfig = __ΩLintInlineConfig;
402
- exports.__ΩLogFn = __ΩLogFn;
403
- exports.__ΩNewInlineConfig = __ΩNewInlineConfig;
404
- exports.__ΩOutputConfig = __ΩOutputConfig;
405
- exports.__ΩPluginConfig = __ΩPluginConfig;
406
- exports.__ΩPluginConfigObject = __ΩPluginConfigObject;
407
- exports.__ΩPluginConfigTuple = __ΩPluginConfigTuple;
408
- exports.__ΩPluginFactory = __ΩPluginFactory;
409
- exports.__ΩPowerlinesCommand = __ΩPowerlinesCommand;
410
- exports.__ΩPrepareInlineConfig = __ΩPrepareInlineConfig;
411
- exports.__ΩProjectType = __ΩProjectType;
412
- exports.__ΩUserConfig = __ΩUserConfig;
413
- exports.__ΩWorkspaceConfig = __ΩWorkspaceConfig;