@powerlines/plugin-env 0.15.161 → 0.15.162

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 (346) hide show
  1. package/dist/{chunk-CNVrAnJR.cjs → _virtual/rolldown_runtime.cjs} +3 -18
  2. package/dist/{chunk-CsF2CmBJ.mjs → _virtual/rolldown_runtime.mjs} +1 -1
  3. package/dist/babel/index.cjs +2 -5
  4. package/dist/babel/index.d.cts +1 -14
  5. package/dist/babel/index.d.mts +1 -14
  6. package/dist/babel/index.mjs +1 -4
  7. package/dist/babel/plugin.cjs +140 -4
  8. package/dist/babel/plugin.d.cts +9 -15
  9. package/dist/babel/plugin.d.cts.map +1 -0
  10. package/dist/babel/plugin.d.mts +9 -15
  11. package/dist/babel/plugin.d.mts.map +1 -0
  12. package/dist/babel/plugin.mjs +140 -4
  13. package/dist/babel/plugin.mjs.map +1 -0
  14. package/dist/components/docs.cjs +66 -6
  15. package/dist/components/docs.d.cts +25 -2
  16. package/dist/components/docs.d.cts.map +1 -0
  17. package/dist/components/docs.d.mts +25 -2
  18. package/dist/components/docs.d.mts.map +1 -0
  19. package/dist/components/docs.mjs +66 -6
  20. package/dist/components/docs.mjs.map +1 -0
  21. package/dist/components/env.cjs +582 -11
  22. package/dist/components/env.d.cts +23 -2
  23. package/dist/components/env.d.cts.map +1 -0
  24. package/dist/components/env.d.mts +23 -2
  25. package/dist/components/env.d.mts.map +1 -0
  26. package/dist/components/env.mjs +581 -10
  27. package/dist/components/env.mjs.map +1 -0
  28. package/dist/components/index.cjs +5 -15
  29. package/dist/components/index.d.cts +2 -3
  30. package/dist/components/index.d.mts +2 -3
  31. package/dist/components/index.mjs +2 -12
  32. package/dist/helpers/automd-generator.cjs +31 -3
  33. package/dist/helpers/automd-generator.mjs +31 -3
  34. package/dist/helpers/automd-generator.mjs.map +1 -0
  35. package/dist/helpers/create-reflection-resource.cjs +21 -4
  36. package/dist/helpers/create-reflection-resource.d.cts +14 -4
  37. package/dist/helpers/create-reflection-resource.d.cts.map +1 -0
  38. package/dist/helpers/create-reflection-resource.d.mts +14 -4
  39. package/dist/helpers/create-reflection-resource.d.mts.map +1 -0
  40. package/dist/helpers/create-reflection-resource.mjs +22 -4
  41. package/dist/helpers/create-reflection-resource.mjs.map +1 -0
  42. package/dist/helpers/docs-helper.cjs +22 -5
  43. package/dist/helpers/docs-helper.d.cts +1 -2
  44. package/dist/helpers/docs-helper.d.cts.map +1 -1
  45. package/dist/helpers/docs-helper.d.mts +1 -2
  46. package/dist/helpers/docs-helper.d.mts.map +1 -1
  47. package/dist/helpers/docs-helper.mjs +23 -5
  48. package/dist/helpers/docs-helper.mjs.map +1 -0
  49. package/dist/helpers/index.cjs +32 -38
  50. package/dist/helpers/index.d.cts +6 -9
  51. package/dist/helpers/index.d.mts +6 -9
  52. package/dist/helpers/index.mjs +6 -12
  53. package/dist/helpers/load.cjs +133 -10
  54. package/dist/helpers/load.d.cts +36 -4
  55. package/dist/helpers/load.d.cts.map +1 -0
  56. package/dist/helpers/load.d.mts +36 -4
  57. package/dist/helpers/load.d.mts.map +1 -0
  58. package/dist/helpers/load.mjs +132 -9
  59. package/dist/helpers/load.mjs.map +1 -0
  60. package/dist/helpers/persistence.cjs +321 -15
  61. package/dist/helpers/persistence.d.cts +85 -4
  62. package/dist/helpers/persistence.d.cts.map +1 -0
  63. package/dist/helpers/persistence.d.mts +85 -4
  64. package/dist/helpers/persistence.d.mts.map +1 -0
  65. package/dist/helpers/persistence.mjs +310 -5
  66. package/dist/helpers/persistence.mjs.map +1 -0
  67. package/dist/helpers/reflect.cjs +262 -13
  68. package/dist/helpers/reflect.d.cts +47 -4
  69. package/dist/helpers/reflect.d.cts.map +1 -0
  70. package/dist/helpers/reflect.d.mts +47 -4
  71. package/dist/helpers/reflect.d.mts.map +1 -0
  72. package/dist/helpers/reflect.mjs +254 -5
  73. package/dist/helpers/reflect.mjs.map +1 -0
  74. package/dist/helpers/source-file-env.cjs +57 -3
  75. package/dist/helpers/source-file-env.d.cts +9 -2
  76. package/dist/helpers/source-file-env.d.cts.map +1 -0
  77. package/dist/helpers/source-file-env.d.mts +9 -2
  78. package/dist/helpers/source-file-env.d.mts.map +1 -0
  79. package/dist/helpers/source-file-env.mjs +56 -2
  80. package/dist/helpers/source-file-env.mjs.map +1 -0
  81. package/dist/helpers/template-helpers.cjs +69 -6
  82. package/dist/helpers/template-helpers.d.cts +16 -4
  83. package/dist/helpers/template-helpers.d.cts.map +1 -0
  84. package/dist/helpers/template-helpers.d.mts +16 -4
  85. package/dist/helpers/template-helpers.d.mts.map +1 -0
  86. package/dist/helpers/template-helpers.mjs +69 -6
  87. package/dist/helpers/template-helpers.mjs.map +1 -0
  88. package/dist/index.cjs +98 -258
  89. package/dist/index.d.cts +25 -15
  90. package/dist/index.d.cts.map +1 -0
  91. package/dist/index.d.mts +25 -15
  92. package/dist/index.d.mts.map +1 -0
  93. package/dist/index.mjs +22 -182
  94. package/dist/index.mjs.map +1 -1
  95. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.cjs +37 -0
  96. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs +38 -0
  97. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs.map +1 -0
  98. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.cjs +15 -0
  99. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs +15 -0
  100. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs.map +1 -0
  101. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +15 -0
  102. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +15 -0
  103. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs.map +1 -0
  104. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
  105. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
  106. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
  107. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +7 -0
  108. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs.map +1 -0
  109. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
  110. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
  111. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +19 -0
  112. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +20 -0
  113. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs.map +1 -0
  114. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +63 -0
  115. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +64 -0
  116. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs.map +1 -0
  117. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
  118. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +12 -0
  119. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs.map +1 -0
  120. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +15 -0
  121. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +17 -0
  122. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs.map +1 -0
  123. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.cjs +32 -0
  124. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs +33 -0
  125. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs.map +1 -0
  126. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.cjs +28 -0
  127. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs +29 -0
  128. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs.map +1 -0
  129. package/dist/{join-paths-B0RBTuuw.cjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.cjs} +13 -65
  130. package/dist/{join-paths-Dd9KxuyL.mjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs} +5 -45
  131. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs.map +1 -0
  132. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.cjs +12 -0
  133. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs +9 -0
  134. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs.map +1 -0
  135. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.cjs +15 -0
  136. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs +15 -0
  137. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs.map +1 -0
  138. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
  139. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +347 -0
  140. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs.map +1 -0
  141. package/dist/{json5-DEV_07Nb.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs} +1 -1
  142. package/dist/{json5-jq90mF9X.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs} +2 -2
  143. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs.map +1 -0
  144. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
  145. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
  146. package/dist/{confbox.DA7CpUDY-DShUZ_rW.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs} +2 -2
  147. package/dist/{confbox.DA7CpUDY-r6FXRsI6.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs} +2 -7
  148. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs.map +1 -0
  149. package/dist/{confbox.DnMsyigM-C13n3X-S.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs} +3 -13
  150. package/dist/{confbox.DnMsyigM-V6Wj0LPC.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs} +3 -3
  151. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs.map +1 -0
  152. package/dist/{toml-DvrxV201.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs} +1 -1
  153. package/dist/{toml-uuOYvEAO.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs} +2 -2
  154. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs.map +1 -0
  155. package/dist/{yaml-CQSFMRMS.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs} +1 -1
  156. package/dist/{yaml-CIn2Gddw.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs} +2 -2
  157. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs.map +1 -0
  158. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
  159. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +43 -0
  160. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs.map +1 -0
  161. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
  162. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +46 -0
  163. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs.map +1 -0
  164. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
  165. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +286 -0
  166. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs.map +1 -0
  167. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
  168. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +69 -0
  169. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs.map +1 -0
  170. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
  171. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1008 -0
  172. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs.map +1 -0
  173. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
  174. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +14 -0
  175. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs.map +1 -0
  176. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
  177. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2686 -0
  178. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs.map +1 -0
  179. package/dist/{load-CC_Pu2Om.cjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs} +195 -2332
  180. package/dist/{load-EM4edkA2.mjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs} +195 -2319
  181. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs.map +1 -0
  182. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
  183. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +30 -0
  184. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs.map +1 -0
  185. package/dist/{multipart-parser-aEF5a4Xf.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs} +8 -5
  186. package/dist/{multipart-parser-D65rtMfY.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs} +4 -3
  187. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs.map +1 -0
  188. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
  189. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +18 -0
  190. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs.map +1 -0
  191. package/dist/{node-Co8KdzkZ.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs} +796 -814
  192. package/dist/{node-D9MigVDD.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs} +795 -807
  193. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs.map +1 -0
  194. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
  195. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11764 -0
  196. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs.map +1 -0
  197. 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
  198. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +21 -0
  199. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs.map +1 -0
  200. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
  201. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +18 -0
  202. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs.map +1 -0
  203. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.cjs +194 -0
  204. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs +192 -0
  205. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs.map +1 -0
  206. package/dist/{dist-BQc8ZRwl.cjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs} +1 -1
  207. package/dist/{dist-mV5Swt78.mjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs} +1 -1
  208. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs.map +1 -0
  209. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
  210. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
  211. package/dist/{defu-DV5Grr85.mjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs} +8 -43
  212. package/dist/{defu-CrqNIh1A.cjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs} +2 -90
  213. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs.map +1 -0
  214. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
  215. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +126 -0
  216. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs.map +1 -0
  217. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
  218. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +137 -0
  219. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs.map +1 -0
  220. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
  221. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +628 -0
  222. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs.map +1 -0
  223. package/dist/types/index.cjs +9 -10
  224. package/dist/types/index.d.cts +2 -3
  225. package/dist/types/index.d.mts +2 -3
  226. package/dist/types/index.mjs +2 -3
  227. package/dist/types/plugin.cjs +133 -7
  228. package/dist/types/plugin.d.cts +155 -3
  229. package/dist/types/plugin.d.cts.map +1 -0
  230. package/dist/types/plugin.d.mts +155 -3
  231. package/dist/types/plugin.d.mts.map +1 -0
  232. package/dist/types/plugin.mjs +129 -3
  233. package/dist/types/plugin.mjs.map +1 -0
  234. package/dist/types/runtime.cjs +242 -3
  235. package/dist/types/runtime.d.cts +792 -2
  236. package/dist/{runtime-BDzzR4wH.d.cts.map → types/runtime.d.cts.map} +1 -1
  237. package/dist/types/runtime.d.mts +792 -2
  238. package/dist/{runtime-lYSIZdMn.d.mts.map → types/runtime.d.mts.map} +1 -1
  239. package/dist/types/runtime.mjs +241 -2
  240. package/dist/types/runtime.mjs.map +1 -0
  241. package/package.json +9 -9
  242. package/dist/automd-generator-BpvZRK0k.mjs +0 -32
  243. package/dist/automd-generator-BpvZRK0k.mjs.map +0 -1
  244. package/dist/automd-generator-CxG1owAE.cjs +0 -37
  245. package/dist/babel-BZqmdVF4.cjs +0 -0
  246. package/dist/babel-DgietUY3.mjs +0 -1
  247. package/dist/components-BUo6Koax.cjs +0 -0
  248. package/dist/components-DDFmImcI.mjs +0 -1
  249. package/dist/confbox.DA7CpUDY-DShUZ_rW.mjs.map +0 -1
  250. package/dist/confbox.DnMsyigM-V6Wj0LPC.mjs.map +0 -1
  251. package/dist/create-reflection-resource-3svZm2rY.d.cts +0 -14
  252. package/dist/create-reflection-resource-3svZm2rY.d.cts.map +0 -1
  253. package/dist/create-reflection-resource-CCpA76Yq.d.mts +0 -14
  254. package/dist/create-reflection-resource-CCpA76Yq.d.mts.map +0 -1
  255. package/dist/create-reflection-resource-D0QrD1Td.mjs +0 -23
  256. package/dist/create-reflection-resource-D0QrD1Td.mjs.map +0 -1
  257. package/dist/create-reflection-resource-d2zdTyOE.cjs +0 -27
  258. package/dist/defu-DV5Grr85.mjs.map +0 -1
  259. package/dist/dist-C_a6goTt.cjs +0 -15282
  260. package/dist/dist-CjWvISyq.mjs +0 -15271
  261. package/dist/dist-CjWvISyq.mjs.map +0 -1
  262. package/dist/dist-mV5Swt78.mjs.map +0 -1
  263. package/dist/docs-BAKwE4PJ.d.cts +0 -25
  264. package/dist/docs-BAKwE4PJ.d.cts.map +0 -1
  265. package/dist/docs-CVf-w8oz.d.mts +0 -25
  266. package/dist/docs-CVf-w8oz.d.mts.map +0 -1
  267. package/dist/docs-E0aCTO7H.cjs +0 -72
  268. package/dist/docs-WdCIcQmw.mjs +0 -67
  269. package/dist/docs-WdCIcQmw.mjs.map +0 -1
  270. package/dist/docs-helper-BSYSI2cH.mjs +0 -24
  271. package/dist/docs-helper-BSYSI2cH.mjs.map +0 -1
  272. package/dist/docs-helper-BWe1dt1m.cjs +0 -28
  273. package/dist/env-BSCEigpj.cjs +0 -593
  274. package/dist/env-D0KBPuAd.d.mts +0 -23
  275. package/dist/env-D0KBPuAd.d.mts.map +0 -1
  276. package/dist/env-DqI7dwC-.mjs +0 -582
  277. package/dist/env-DqI7dwC-.mjs.map +0 -1
  278. package/dist/env-DwM7pJm7.d.cts +0 -23
  279. package/dist/env-DwM7pJm7.d.cts.map +0 -1
  280. package/dist/helpers-45e1bvAO.mjs +0 -1
  281. package/dist/helpers-DgYP3uej.cjs +0 -0
  282. package/dist/index-BNRXMhlr.d.mts +0 -1
  283. package/dist/index-Bdi8CvaN.d.cts +0 -16
  284. package/dist/index-Bdi8CvaN.d.cts.map +0 -1
  285. package/dist/index-CEDY7cmG.d.cts +0 -1
  286. package/dist/index-CREkvfw9.d.mts +0 -1
  287. package/dist/index-DSiHnMH2.d.cts +0 -1
  288. package/dist/index-Drhzdkqe.d.mts +0 -16
  289. package/dist/index-Drhzdkqe.d.mts.map +0 -1
  290. package/dist/index-dhjtMp5F.d.mts +0 -1
  291. package/dist/index-uTS5iDq_.d.cts +0 -1
  292. package/dist/join-paths-Dd9KxuyL.mjs.map +0 -1
  293. package/dist/json5-jq90mF9X.mjs.map +0 -1
  294. package/dist/jsonc-CBh70baJ.cjs +0 -4
  295. package/dist/jsonc-CDLU6bgi.mjs +0 -4
  296. package/dist/load-EM4edkA2.mjs.map +0 -1
  297. package/dist/load-GpP6cojj.d.mts +0 -36
  298. package/dist/load-GpP6cojj.d.mts.map +0 -1
  299. package/dist/load-PHGmxX_X.d.cts +0 -36
  300. package/dist/load-PHGmxX_X.d.cts.map +0 -1
  301. package/dist/multipart-parser-D65rtMfY.mjs.map +0 -1
  302. package/dist/node-D9MigVDD.mjs.map +0 -1
  303. package/dist/persistence-5S3EirDm.mjs +0 -586
  304. package/dist/persistence-5S3EirDm.mjs.map +0 -1
  305. package/dist/persistence-BR4cUaN6.d.cts +0 -85
  306. package/dist/persistence-BR4cUaN6.d.cts.map +0 -1
  307. package/dist/persistence-DrKQZNCv.d.mts +0 -85
  308. package/dist/persistence-DrKQZNCv.d.mts.map +0 -1
  309. package/dist/persistence-DzS7SzMj.cjs +0 -712
  310. package/dist/plugin-CM1TSv1B.cjs +0 -159
  311. package/dist/plugin-CSVnrdpE.cjs +0 -146
  312. package/dist/plugin-CSe5f2cD.d.cts +0 -155
  313. package/dist/plugin-CSe5f2cD.d.cts.map +0 -1
  314. package/dist/plugin-DMbVjdcQ.d.mts +0 -155
  315. package/dist/plugin-DMbVjdcQ.d.mts.map +0 -1
  316. package/dist/plugin-Vyvy9w9Z.mjs +0 -141
  317. package/dist/plugin-Vyvy9w9Z.mjs.map +0 -1
  318. package/dist/plugin-eBjQJP6x.mjs +0 -130
  319. package/dist/plugin-eBjQJP6x.mjs.map +0 -1
  320. package/dist/reflect-Dm8a3c29.d.cts +0 -47
  321. package/dist/reflect-Dm8a3c29.d.cts.map +0 -1
  322. package/dist/reflect-Dpz8ifa0.d.mts +0 -47
  323. package/dist/reflect-Dpz8ifa0.d.mts.map +0 -1
  324. package/dist/runtime-BDzzR4wH.d.cts +0 -792
  325. package/dist/runtime-C5ukCv3P.mjs +0 -242
  326. package/dist/runtime-C5ukCv3P.mjs.map +0 -1
  327. package/dist/runtime-g0TEIoZK.cjs +0 -253
  328. package/dist/runtime-lYSIZdMn.d.mts +0 -792
  329. package/dist/source-file-env-4Vdtzc5-.cjs +0 -68
  330. package/dist/source-file-env-Brfopjyr.d.cts +0 -9
  331. package/dist/source-file-env-Brfopjyr.d.cts.map +0 -1
  332. package/dist/source-file-env-DWejSP2U.d.mts +0 -9
  333. package/dist/source-file-env-DWejSP2U.d.mts.map +0 -1
  334. package/dist/source-file-env-Tj-6qobx.mjs +0 -57
  335. package/dist/source-file-env-Tj-6qobx.mjs.map +0 -1
  336. package/dist/template-helpers-1SKodHKt.d.mts +0 -16
  337. package/dist/template-helpers-1SKodHKt.d.mts.map +0 -1
  338. package/dist/template-helpers-Cw8aba1r.mjs +0 -70
  339. package/dist/template-helpers-Cw8aba1r.mjs.map +0 -1
  340. package/dist/template-helpers-DoFoTIAC.cjs +0 -75
  341. package/dist/template-helpers-zyitPfMz.d.cts +0 -16
  342. package/dist/template-helpers-zyitPfMz.d.cts.map +0 -1
  343. package/dist/toml-uuOYvEAO.mjs.map +0 -1
  344. package/dist/types-DyPQho_C.mjs +0 -1
  345. package/dist/types-o3zWarRp.cjs +0 -0
  346. package/dist/yaml-CIn2Gddw.mjs.map +0 -1
@@ -1,11 +1,10 @@
1
- const require_runtime = require('../runtime-g0TEIoZK.cjs');
2
- const require_plugin = require('../plugin-CM1TSv1B.cjs');
3
- require('../types-o3zWarRp.cjs');
1
+ const require_types_runtime = require('./runtime.cjs');
2
+ const require_types_plugin = require('./plugin.cjs');
4
3
 
5
- exports.__ΩEnvInterface = require_runtime.__ΩEnvInterface;
6
- exports.__ΩEnvPluginContext = require_plugin.__ΩEnvPluginContext;
7
- exports.__ΩEnvPluginOptions = require_plugin.__ΩEnvPluginOptions;
8
- exports.__ΩEnvPluginResolvedConfig = require_plugin.__ΩEnvPluginResolvedConfig;
9
- exports.__ΩEnvPluginUserConfig = require_plugin.__ΩEnvPluginUserConfig;
10
- exports.__ΩEnvType = require_plugin.__ΩEnvType;
11
- exports.__ΩSecretsInterface = require_runtime.__ΩSecretsInterface;
4
+ exports.__ΩEnvInterface = require_types_runtime.__ΩEnvInterface;
5
+ exports.__ΩEnvPluginContext = require_types_plugin.__ΩEnvPluginContext;
6
+ exports.__ΩEnvPluginOptions = require_types_plugin.__ΩEnvPluginOptions;
7
+ exports.__ΩEnvPluginResolvedConfig = require_types_plugin.__ΩEnvPluginResolvedConfig;
8
+ exports.__ΩEnvPluginUserConfig = require_types_plugin.__ΩEnvPluginUserConfig;
9
+ exports.__ΩEnvType = require_types_plugin.__ΩEnvType;
10
+ exports.__ΩSecretsInterface = require_types_runtime.__ΩSecretsInterface;
@@ -1,4 +1,3 @@
1
- import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-BDzzR4wH.cjs";
2
- import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-CSe5f2cD.cjs";
3
- import "../index-DSiHnMH2.cjs";
1
+ import { EnvInterface, SecretsInterface, __ΩEnvInterface, __ΩSecretsInterface } from "./runtime.cjs";
2
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from "./plugin.cjs";
4
3
  export { EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, SecretsInterface, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface };
@@ -1,4 +1,3 @@
1
- import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-lYSIZdMn.mjs";
2
- import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-DMbVjdcQ.mjs";
3
- import "../index-CREkvfw9.mjs";
1
+ import { EnvInterface, SecretsInterface, __ΩEnvInterface, __ΩSecretsInterface } from "./runtime.mjs";
2
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from "./plugin.mjs";
4
3
  export { EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, SecretsInterface, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface };
@@ -1,5 +1,4 @@
1
- import { n as __ΩSecretsInterface, t as __ΩEnvInterface } from "../runtime-C5ukCv3P.mjs";
2
- import { a as __ΩEnvType, i as __ΩEnvPluginUserConfig, n as __ΩEnvPluginOptions, r as __ΩEnvPluginResolvedConfig, t as __ΩEnvPluginContext } from "../plugin-eBjQJP6x.mjs";
3
- import "../types-DyPQho_C.mjs";
1
+ import { __ΩEnvInterface, __ΩSecretsInterface } from "./runtime.mjs";
2
+ import { __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from "./plugin.mjs";
4
3
 
5
4
  export { __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface };
@@ -1,8 +1,134 @@
1
- require('../runtime-g0TEIoZK.cjs');
2
- const require_plugin = require('../plugin-CM1TSv1B.cjs');
1
+ const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
+ const require_types_runtime = require('./runtime.cjs');
3
+ let __powerlines_plugin_babel_types = require("@powerlines/plugin-babel/types");
4
+ let __powerlines_plugin_automd_types_plugin = require("@powerlines/plugin-automd/types/plugin");
5
+ let __powerlines_plugin_alloy_types = require("@powerlines/plugin-alloy/types");
6
+ let __powerlines_deepkit_types = require("@powerlines/deepkit/types");
3
7
 
4
- exports.__ΩEnvPluginContext = require_plugin.__ΩEnvPluginContext;
5
- exports.__ΩEnvPluginOptions = require_plugin.__ΩEnvPluginOptions;
6
- exports.__ΩEnvPluginResolvedConfig = require_plugin.__ΩEnvPluginResolvedConfig;
7
- exports.__ΩEnvPluginUserConfig = require_plugin.__ΩEnvPluginUserConfig;
8
- exports.__ΩEnvType = require_plugin.__ΩEnvType;
8
+ //#region src/types/plugin.ts
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 __ΩRequired = [
18
+ "T",
19
+ "Required",
20
+ "l+e#!e\"!fRb!Pde\"!gN##w\"y"
21
+ ];
22
+ const __ΩPick = [
23
+ "T",
24
+ "K",
25
+ "Pick",
26
+ "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
27
+ ];
28
+ const __ΩExclude = [
29
+ "T",
30
+ "U",
31
+ "Exclude",
32
+ "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
33
+ ];
34
+ const __ΩEnvType = [
35
+ "env",
36
+ "secrets",
37
+ "EnvType",
38
+ "P.!.\"Jw#y"
39
+ ];
40
+ const __ΩEnvPluginOptions = [
41
+ () => __ΩOmit,
42
+ "types",
43
+ "types",
44
+ "A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigConfiguration\"`.",
45
+ "secrets",
46
+ "A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigSecrets\"`.",
47
+ "prefix",
48
+ "An additional prefix (or list of additional prefixes) to apply to the environment variables",
49
+ "inject",
50
+ true,
51
+ "Should the plugin inject the env variables in the source code with their values?",
52
+ "Children",
53
+ "defaultConfig",
54
+ "The default configuration to use when loading environment variables.",
55
+ () => __powerlines_plugin_babel_types.__ΩBabelPluginOptions,
56
+ "babel",
57
+ "Babel configuration options to use when injecting environment variables into the source code.",
58
+ () => __powerlines_plugin_automd_types_plugin.__ΩAutoMDPluginOptions,
59
+ "automd",
60
+ "AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.",
61
+ () => __powerlines_plugin_alloy_types.__ΩAlloyPluginOptions,
62
+ "alloy",
63
+ "Alloy configuration options to use when injecting environment variables into the source code.",
64
+ "EnvPluginOptions",
65
+ "P!.\"o!#P!4#8?$!4%8?&P&&FJ4'8?()4)8>*?+\"w,4-8?.n/408?1n2438?4n5468?7MKw8y"
66
+ ];
67
+ const __ΩEnvPluginUserConfig = [
68
+ () => __powerlines_plugin_babel_types.__ΩBabelPluginUserConfig,
69
+ () => __powerlines_plugin_alloy_types.__ΩAlloyPluginUserConfig,
70
+ () => __ΩEnvPluginOptions,
71
+ "env",
72
+ "EnvPluginUserConfig",
73
+ "Pn!n\"Pn#4$MKw%y"
74
+ ];
75
+ const __ΩEnvPluginResolvedConfig = [
76
+ () => __powerlines_plugin_babel_types.__ΩBabelPluginResolvedConfig,
77
+ () => __powerlines_plugin_alloy_types.__ΩAlloyPluginResolvedConfig,
78
+ () => __ΩRequired,
79
+ () => __ΩPick,
80
+ "additionalFiles",
81
+ () => __ΩRequired,
82
+ () => __ΩPick,
83
+ () => __ΩEnvPluginOptions,
84
+ "defaultConfig",
85
+ "types",
86
+ "The type definition for the expected env variable parameters",
87
+ "secrets",
88
+ "The type definition for the expected env secret parameters",
89
+ () => __ΩEnvPluginOptions,
90
+ "inject",
91
+ "inject",
92
+ "Should the plugin inject the env variables in the source code with their values?",
93
+ "prefix",
94
+ "The prefix used for environment variables",
95
+ "env",
96
+ "EnvPluginResolvedConfig",
97
+ "Pn!n\"PP!.%o$#o#\"n(.)o'#o&\"P!4*?+!4,?-n../f40?1&F42?3MK44MKw5y"
98
+ ];
99
+ const __ΩEnvPluginContext = [
100
+ () => __ΩEnvPluginResolvedConfig,
101
+ "TResolvedConfig",
102
+ () => __powerlines_plugin_babel_types.__ΩBabelPluginContext,
103
+ () => __powerlines_plugin_alloy_types.__ΩAlloyPluginContext,
104
+ () => __powerlines_deepkit_types.__ΩReflection,
105
+ "env",
106
+ "The type definitions for the expected env variables",
107
+ () => __powerlines_deepkit_types.__ΩReflection,
108
+ "secrets",
109
+ "The type definitions for the expected env secrets",
110
+ "The type definitions reflection for the env variables and secrets",
111
+ "types",
112
+ () => __powerlines_deepkit_types.__ΩReflection,
113
+ () => require_types_runtime.__ΩEnvInterface,
114
+ "The current env variables reflection",
115
+ () => __powerlines_deepkit_types.__ΩReflection,
116
+ () => require_types_runtime.__ΩSecretsInterface,
117
+ "The current env secrets reflection",
118
+ "The current **used** environment variables and secrets reflection",
119
+ "used",
120
+ "parsed",
121
+ "The parsed .env configuration object",
122
+ () => __powerlines_deepkit_types.__ΩReflection,
123
+ "injected",
124
+ "The injected environment variables and secrets reflection",
125
+ "EnvPluginContext",
126
+ "n!c\"Pe\"!o#\"e\"!o$\"PPn%4&?'n(4)?*M?+4,?+Pn.o-\"4&?/n1o0\"4)?2M?344?3!45?6n748?9M4&Mw:y"
127
+ ];
128
+
129
+ //#endregion
130
+ exports.__ΩEnvPluginContext = __ΩEnvPluginContext;
131
+ exports.__ΩEnvPluginOptions = __ΩEnvPluginOptions;
132
+ exports.__ΩEnvPluginResolvedConfig = __ΩEnvPluginResolvedConfig;
133
+ exports.__ΩEnvPluginUserConfig = __ΩEnvPluginUserConfig;
134
+ exports.__ΩEnvType = __ΩEnvType;
@@ -1,3 +1,155 @@
1
- import "../runtime-BDzzR4wH.cjs";
2
- import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-CSe5f2cD.cjs";
3
- export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
1
+ import { EnvInterface, SecretsInterface } from "./runtime.cjs";
2
+ import { Children } from "@alloy-js/core";
3
+ import { Reflection } from "@powerlines/deepkit/types";
4
+ import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
5
+ import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
6
+ import { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
7
+ import { DotenvParseOutput } from "@stryke/env/types";
8
+ import { DotenvConfiguration, TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
9
+
10
+ //#region src/types/plugin.d.ts
11
+ type EnvType = "env" | "secrets";
12
+ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
13
+ /**
14
+ * A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `":"` or `"#"` character. For example: `"./src/types/env.ts#ConfigConfiguration"`.
15
+ */
16
+ types?: TypeDefinitionParameter;
17
+ /**
18
+ * A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `":"` or `"#"` character. For example: `"./src/types/env.ts#ConfigSecrets"`.
19
+ */
20
+ secrets?: TypeDefinitionParameter;
21
+ /**
22
+ * An additional prefix (or list of additional prefixes) to apply to the environment variables
23
+ *
24
+ * @remarks
25
+ * By default, the plugin will use the `POWERLINES_` prefix. This option is useful for avoiding conflicts with other environment variables.
26
+ */
27
+ prefix?: string | string[];
28
+ /**
29
+ * Should the plugin inject the env variables in the source code with their values?
30
+ *
31
+ * @defaultValue false
32
+ */
33
+ inject?: boolean;
34
+ /**
35
+ * The default configuration to use when loading environment variables.
36
+ *
37
+ * @remarks
38
+ * This configuration is used as the base configuration when loading environment variables, and will be overridden by any values found in the `.env` file or the process environment.
39
+ */
40
+ defaultConfig?: Children;
41
+ /**
42
+ * Babel configuration options to use when injecting environment variables into the source code.
43
+ *
44
+ * @remarks
45
+ * This option allows you to customize the Babel transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Babel settings.
46
+ */
47
+ babel?: BabelPluginOptions;
48
+ /**
49
+ * AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.
50
+ *
51
+ * @remarks
52
+ * The README.md file should contain the `<!-- automd:env --><!-- /automd -->` comment block where the documentation will be injected.
53
+ */
54
+ automd?: AutoMDPluginOptions;
55
+ /**
56
+ * Alloy configuration options to use when injecting environment variables into the source code.
57
+ *
58
+ * @remarks
59
+ * This option allows you to customize the Alloy transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Alloy settings.
60
+ */
61
+ alloy?: AlloyPluginOptions;
62
+ };
63
+ type EnvPluginUserConfig = BabelPluginUserConfig & AlloyPluginUserConfig & {
64
+ env: EnvPluginOptions;
65
+ };
66
+ type EnvPluginResolvedConfig = BabelPluginResolvedConfig & AlloyPluginResolvedConfig & {
67
+ env: Required<Pick<DotenvConfiguration, "additionalFiles">> & Required<Pick<EnvPluginOptions, "defaultConfig">> & {
68
+ /**
69
+ * The type definition for the expected env variable parameters
70
+ *
71
+ * @remarks
72
+ * This value is parsed from the {@link EnvPluginOptions.types} option.
73
+ */
74
+ types: TypeDefinition;
75
+ /**
76
+ * The type definition for the expected env secret parameters
77
+ *
78
+ * @remarks
79
+ * This value is parsed from the {@link EnvPluginOptions.secrets} option.
80
+ */
81
+ secrets: TypeDefinition;
82
+ /**
83
+ * Should the plugin inject the env variables in the source code with their values?
84
+ *
85
+ * @remarks
86
+ * This value is the result of reflecting the {@link EnvPluginOptions.inject} option.
87
+ */
88
+ inject: EnvPluginOptions["inject"];
89
+ /**
90
+ * The prefix used for environment variables
91
+ *
92
+ * @remarks
93
+ * This value is used to filter environment variables that are loaded from the .env file and the process environment.
94
+ */
95
+ prefix: string[];
96
+ };
97
+ };
98
+ interface EnvPluginContext<TResolvedConfig extends EnvPluginResolvedConfig = EnvPluginResolvedConfig> extends BabelPluginContext<TResolvedConfig>, AlloyPluginContext<TResolvedConfig> {
99
+ env: {
100
+ /**
101
+ * The type definitions reflection for the env variables and secrets
102
+ *
103
+ * @remarks
104
+ * These reflections contains the structure of the expected environment variables and secrets as defined by the type definitions provided in the plugin configuration.
105
+ */
106
+ types: {
107
+ /**
108
+ * The type definitions for the expected env variables
109
+ */
110
+ env: Reflection;
111
+ /**
112
+ * The type definitions for the expected env secrets
113
+ */
114
+ secrets: Reflection;
115
+ };
116
+ /**
117
+ * The current **used** environment variables and secrets reflection
118
+ *
119
+ * @remarks
120
+ * This reflection contains the structure of the current environment variables and secrets as defined during the plugin initialization by extracting the values from the source code.
121
+ */
122
+ used: {
123
+ /**
124
+ * The current env variables reflection
125
+ */
126
+ env: Reflection<EnvInterface>;
127
+ /**
128
+ * The current env secrets reflection
129
+ */
130
+ secrets: Reflection<SecretsInterface>;
131
+ };
132
+ /**
133
+ * The parsed .env configuration object
134
+ *
135
+ * @remarks
136
+ * This value is the result of loading the .env configuration file found in the project root directory and merging it with the values provided at {@link EnvPluginOptions.values}
137
+ */
138
+ parsed: DotenvParseOutput;
139
+ /**
140
+ * The injected environment variables and secrets reflection
141
+ *
142
+ * @remarks
143
+ * This reflection contains the structure of the injected environment variables and secrets that were injected into the source code during the build process.
144
+ */
145
+ injected: Reflection;
146
+ };
147
+ }
148
+ declare type __ΩEnvType = any[];
149
+ declare type __ΩEnvPluginOptions = any[];
150
+ declare type __ΩEnvPluginUserConfig = any[];
151
+ declare type __ΩEnvPluginResolvedConfig = any[];
152
+ declare type __ΩEnvPluginContext = any[];
153
+ //#endregion
154
+ export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
155
+ //# sourceMappingURL=plugin.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;KAyCY,OAAA;KAEA,gBAAA,GAAmB,KAAK;EAFxB;AAEZ;;EAA+B,KAAA,CAAA,EAIrB,uBAJqB;EAIrB;;;EAoCA,OAAA,CAAA,EA/BE,uBA+BF;EAQC;;;AAWX;;;EAES,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA,EAAA;EAAgB;AAGzB;;;;EAEkB,MAAA,CAAA,EAAA,OAAA;EAAT;;;;;;EAwBO,aAAA,CAAA,EA1DE,QA0DF;EAAgB;AAYhC;;;;;EAiBW,KAAA,CAAA,EA/ED,kBA+EC;EAKI;;;;;;EAmCD,MAAA,CAAA,EA/GH,mBA+GG;EArDV;;;;;;UAlDM;;KAGE,mBAAA,GAAsB,wBAChC;OACO;;KAGG,uBAAA,GAA0B,4BACpC;OACO,SAAS,KAAK,2CACjB,SAAS,KAAK;;;;;;;WAOL;;;;;;;aAQE;;;;;;;YAQD;;;;;;;;;;UAYC,yCACS,0BAA0B,iCAGhD,mBAAmB,kBACnB,mBAAmB;;;;;;;;;;;;WAYZ;;;;eAKI;;;;;;;;;;;;WAaJ,WAAW;;;;eAKP,WAAW;;;;;;;;YASd;;;;;;;cAQE"}
@@ -1,3 +1,155 @@
1
- import "../runtime-lYSIZdMn.mjs";
2
- import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-DMbVjdcQ.mjs";
3
- export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
1
+ import { EnvInterface, SecretsInterface } from "./runtime.mjs";
2
+ import { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
3
+ import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
4
+ import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
5
+ import { Reflection } from "@powerlines/deepkit/types";
6
+ import { DotenvParseOutput } from "@stryke/env/types";
7
+ import { Children } from "@alloy-js/core";
8
+ import { DotenvConfiguration, TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
9
+
10
+ //#region src/types/plugin.d.ts
11
+ type EnvType = "env" | "secrets";
12
+ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
13
+ /**
14
+ * A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `":"` or `"#"` character. For example: `"./src/types/env.ts#ConfigConfiguration"`.
15
+ */
16
+ types?: TypeDefinitionParameter;
17
+ /**
18
+ * A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `":"` or `"#"` character. For example: `"./src/types/env.ts#ConfigSecrets"`.
19
+ */
20
+ secrets?: TypeDefinitionParameter;
21
+ /**
22
+ * An additional prefix (or list of additional prefixes) to apply to the environment variables
23
+ *
24
+ * @remarks
25
+ * By default, the plugin will use the `POWERLINES_` prefix. This option is useful for avoiding conflicts with other environment variables.
26
+ */
27
+ prefix?: string | string[];
28
+ /**
29
+ * Should the plugin inject the env variables in the source code with their values?
30
+ *
31
+ * @defaultValue false
32
+ */
33
+ inject?: boolean;
34
+ /**
35
+ * The default configuration to use when loading environment variables.
36
+ *
37
+ * @remarks
38
+ * This configuration is used as the base configuration when loading environment variables, and will be overridden by any values found in the `.env` file or the process environment.
39
+ */
40
+ defaultConfig?: Children;
41
+ /**
42
+ * Babel configuration options to use when injecting environment variables into the source code.
43
+ *
44
+ * @remarks
45
+ * This option allows you to customize the Babel transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Babel settings.
46
+ */
47
+ babel?: BabelPluginOptions;
48
+ /**
49
+ * AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.
50
+ *
51
+ * @remarks
52
+ * The README.md file should contain the `<!-- automd:env --><!-- /automd -->` comment block where the documentation will be injected.
53
+ */
54
+ automd?: AutoMDPluginOptions;
55
+ /**
56
+ * Alloy configuration options to use when injecting environment variables into the source code.
57
+ *
58
+ * @remarks
59
+ * This option allows you to customize the Alloy transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Alloy settings.
60
+ */
61
+ alloy?: AlloyPluginOptions;
62
+ };
63
+ type EnvPluginUserConfig = BabelPluginUserConfig & AlloyPluginUserConfig & {
64
+ env: EnvPluginOptions;
65
+ };
66
+ type EnvPluginResolvedConfig = BabelPluginResolvedConfig & AlloyPluginResolvedConfig & {
67
+ env: Required<Pick<DotenvConfiguration, "additionalFiles">> & Required<Pick<EnvPluginOptions, "defaultConfig">> & {
68
+ /**
69
+ * The type definition for the expected env variable parameters
70
+ *
71
+ * @remarks
72
+ * This value is parsed from the {@link EnvPluginOptions.types} option.
73
+ */
74
+ types: TypeDefinition;
75
+ /**
76
+ * The type definition for the expected env secret parameters
77
+ *
78
+ * @remarks
79
+ * This value is parsed from the {@link EnvPluginOptions.secrets} option.
80
+ */
81
+ secrets: TypeDefinition;
82
+ /**
83
+ * Should the plugin inject the env variables in the source code with their values?
84
+ *
85
+ * @remarks
86
+ * This value is the result of reflecting the {@link EnvPluginOptions.inject} option.
87
+ */
88
+ inject: EnvPluginOptions["inject"];
89
+ /**
90
+ * The prefix used for environment variables
91
+ *
92
+ * @remarks
93
+ * This value is used to filter environment variables that are loaded from the .env file and the process environment.
94
+ */
95
+ prefix: string[];
96
+ };
97
+ };
98
+ interface EnvPluginContext<TResolvedConfig extends EnvPluginResolvedConfig = EnvPluginResolvedConfig> extends BabelPluginContext<TResolvedConfig>, AlloyPluginContext<TResolvedConfig> {
99
+ env: {
100
+ /**
101
+ * The type definitions reflection for the env variables and secrets
102
+ *
103
+ * @remarks
104
+ * These reflections contains the structure of the expected environment variables and secrets as defined by the type definitions provided in the plugin configuration.
105
+ */
106
+ types: {
107
+ /**
108
+ * The type definitions for the expected env variables
109
+ */
110
+ env: Reflection;
111
+ /**
112
+ * The type definitions for the expected env secrets
113
+ */
114
+ secrets: Reflection;
115
+ };
116
+ /**
117
+ * The current **used** environment variables and secrets reflection
118
+ *
119
+ * @remarks
120
+ * This reflection contains the structure of the current environment variables and secrets as defined during the plugin initialization by extracting the values from the source code.
121
+ */
122
+ used: {
123
+ /**
124
+ * The current env variables reflection
125
+ */
126
+ env: Reflection<EnvInterface>;
127
+ /**
128
+ * The current env secrets reflection
129
+ */
130
+ secrets: Reflection<SecretsInterface>;
131
+ };
132
+ /**
133
+ * The parsed .env configuration object
134
+ *
135
+ * @remarks
136
+ * This value is the result of loading the .env configuration file found in the project root directory and merging it with the values provided at {@link EnvPluginOptions.values}
137
+ */
138
+ parsed: DotenvParseOutput;
139
+ /**
140
+ * The injected environment variables and secrets reflection
141
+ *
142
+ * @remarks
143
+ * This reflection contains the structure of the injected environment variables and secrets that were injected into the source code during the build process.
144
+ */
145
+ injected: Reflection;
146
+ };
147
+ }
148
+ declare type __ΩEnvType = any[];
149
+ declare type __ΩEnvPluginOptions = any[];
150
+ declare type __ΩEnvPluginUserConfig = any[];
151
+ declare type __ΩEnvPluginResolvedConfig = any[];
152
+ declare type __ΩEnvPluginContext = any[];
153
+ //#endregion
154
+ export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
155
+ //# sourceMappingURL=plugin.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;KAyCY,OAAA;KAEA,gBAAA,GAAmB,KAAK;EAFxB;AAEZ;;EAA+B,KAAA,CAAA,EAIrB,uBAJqB;EAIrB;;;EAoCA,OAAA,CAAA,EA/BE,uBA+BF;EAQC;;;AAWX;;;EAES,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA,EAAA;EAAgB;AAGzB;;;;EAEkB,MAAA,CAAA,EAAA,OAAA;EAAT;;;;;;EAwBO,aAAA,CAAA,EA1DE,QA0DF;EAAgB;AAYhC;;;;;EAiBW,KAAA,CAAA,EA/ED,kBA+EC;EAKI;;;;;;EAmCD,MAAA,CAAA,EA/GH,mBA+GG;EArDV;;;;;;UAlDM;;KAGE,mBAAA,GAAsB,wBAChC;OACO;;KAGG,uBAAA,GAA0B,4BACpC;OACO,SAAS,KAAK,2CACjB,SAAS,KAAK;;;;;;;WAOL;;;;;;;aAQE;;;;;;;YAQD;;;;;;;;;;UAYC,yCACS,0BAA0B,iCAGhD,mBAAmB,kBACnB,mBAAmB;;;;;;;;;;;;WAYZ;;;;eAKI;;;;;;;;;;;;WAaJ,WAAW;;;;eAKP,WAAW;;;;;;;;YASd;;;;;;;cAQE"}
@@ -1,4 +1,130 @@
1
- import "../runtime-C5ukCv3P.mjs";
2
- import { a as __ΩEnvType, i as __ΩEnvPluginUserConfig, n as __ΩEnvPluginOptions, r as __ΩEnvPluginResolvedConfig, t as __ΩEnvPluginContext } from "../plugin-eBjQJP6x.mjs";
1
+ import { __ΩEnvInterface, __ΩSecretsInterface } from "./runtime.mjs";
2
+ import { __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig } from "@powerlines/plugin-babel/types";
3
+ import { __ΩAutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
4
+ import { __ΩAlloyPluginContext, __ΩAlloyPluginOptions, __ΩAlloyPluginResolvedConfig, __ΩAlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
5
+ import { __ΩReflection } from "@powerlines/deepkit/types";
3
6
 
4
- export { __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
7
+ //#region src/types/plugin.ts
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 __ΩRequired = [
17
+ "T",
18
+ "Required",
19
+ "l+e#!e\"!fRb!Pde\"!gN##w\"y"
20
+ ];
21
+ const __ΩPick = [
22
+ "T",
23
+ "K",
24
+ "Pick",
25
+ "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
26
+ ];
27
+ const __ΩExclude = [
28
+ "T",
29
+ "U",
30
+ "Exclude",
31
+ "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
32
+ ];
33
+ const __ΩEnvType = [
34
+ "env",
35
+ "secrets",
36
+ "EnvType",
37
+ "P.!.\"Jw#y"
38
+ ];
39
+ const __ΩEnvPluginOptions = [
40
+ () => __ΩOmit,
41
+ "types",
42
+ "types",
43
+ "A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigConfiguration\"`.",
44
+ "secrets",
45
+ "A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigSecrets\"`.",
46
+ "prefix",
47
+ "An additional prefix (or list of additional prefixes) to apply to the environment variables",
48
+ "inject",
49
+ true,
50
+ "Should the plugin inject the env variables in the source code with their values?",
51
+ "Children",
52
+ "defaultConfig",
53
+ "The default configuration to use when loading environment variables.",
54
+ () => __ΩBabelPluginOptions,
55
+ "babel",
56
+ "Babel configuration options to use when injecting environment variables into the source code.",
57
+ () => __ΩAutoMDPluginOptions,
58
+ "automd",
59
+ "AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.",
60
+ () => __ΩAlloyPluginOptions,
61
+ "alloy",
62
+ "Alloy configuration options to use when injecting environment variables into the source code.",
63
+ "EnvPluginOptions",
64
+ "P!.\"o!#P!4#8?$!4%8?&P&&FJ4'8?()4)8>*?+\"w,4-8?.n/408?1n2438?4n5468?7MKw8y"
65
+ ];
66
+ const __ΩEnvPluginUserConfig = [
67
+ () => __ΩBabelPluginUserConfig,
68
+ () => __ΩAlloyPluginUserConfig,
69
+ () => __ΩEnvPluginOptions,
70
+ "env",
71
+ "EnvPluginUserConfig",
72
+ "Pn!n\"Pn#4$MKw%y"
73
+ ];
74
+ const __ΩEnvPluginResolvedConfig = [
75
+ () => __ΩBabelPluginResolvedConfig,
76
+ () => __ΩAlloyPluginResolvedConfig,
77
+ () => __ΩRequired,
78
+ () => __ΩPick,
79
+ "additionalFiles",
80
+ () => __ΩRequired,
81
+ () => __ΩPick,
82
+ () => __ΩEnvPluginOptions,
83
+ "defaultConfig",
84
+ "types",
85
+ "The type definition for the expected env variable parameters",
86
+ "secrets",
87
+ "The type definition for the expected env secret parameters",
88
+ () => __ΩEnvPluginOptions,
89
+ "inject",
90
+ "inject",
91
+ "Should the plugin inject the env variables in the source code with their values?",
92
+ "prefix",
93
+ "The prefix used for environment variables",
94
+ "env",
95
+ "EnvPluginResolvedConfig",
96
+ "Pn!n\"PP!.%o$#o#\"n(.)o'#o&\"P!4*?+!4,?-n../f40?1&F42?3MK44MKw5y"
97
+ ];
98
+ const __ΩEnvPluginContext = [
99
+ () => __ΩEnvPluginResolvedConfig,
100
+ "TResolvedConfig",
101
+ () => __ΩBabelPluginContext,
102
+ () => __ΩAlloyPluginContext,
103
+ () => __ΩReflection,
104
+ "env",
105
+ "The type definitions for the expected env variables",
106
+ () => __ΩReflection,
107
+ "secrets",
108
+ "The type definitions for the expected env secrets",
109
+ "The type definitions reflection for the env variables and secrets",
110
+ "types",
111
+ () => __ΩReflection,
112
+ () => __ΩEnvInterface,
113
+ "The current env variables reflection",
114
+ () => __ΩReflection,
115
+ () => __ΩSecretsInterface,
116
+ "The current env secrets reflection",
117
+ "The current **used** environment variables and secrets reflection",
118
+ "used",
119
+ "parsed",
120
+ "The parsed .env configuration object",
121
+ () => __ΩReflection,
122
+ "injected",
123
+ "The injected environment variables and secrets reflection",
124
+ "EnvPluginContext",
125
+ "n!c\"Pe\"!o#\"e\"!o$\"PPn%4&?'n(4)?*M?+4,?+Pn.o-\"4&?/n1o0\"4)?2M?344?3!45?6n748?9M4&Mw:y"
126
+ ];
127
+
128
+ //#endregion
129
+ export { __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
130
+ //# sourceMappingURL=plugin.mjs.map