@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,68 +0,0 @@
1
- const require_chunk = require('./chunk-CNVrAnJR.cjs');
2
- let __stryke_env_types = require("@stryke/env/types");
3
- let __stryke_string_format_camel_case = require("@stryke/string-format/camel-case");
4
- let __stryke_type_checks_is_string = require("@stryke/type-checks/is-string");
5
-
6
- //#region src/helpers/source-file-env.ts
7
- function __assignType(fn, args) {
8
- fn.__type = args;
9
- return fn;
10
- }
11
- const __ΩTReturned = [
12
- "TEnv",
13
- "TReturned",
14
- "l2&R!RPe#!&qk#%QRb!Pde\"!p'w\"y"
15
- ];
16
- function removeEnvPrefix(env) {
17
- if ((0, __stryke_type_checks_is_string.isString)(env)) {
18
- let name = __stryke_env_types.ENV_PREFIXES.reduce(__assignType((ret, prefix) => {
19
- if (ret.startsWith(prefix)) ret = ret.slice(prefix.length);
20
- return ret;
21
- }, [
22
- "ret",
23
- "prefix",
24
- "",
25
- "P\"2!\"2\"\"/#"
26
- ]), env.toUpperCase());
27
- while (name.startsWith("_")) name = name.slice(1);
28
- return name;
29
- }
30
- return Object.keys(env).reduce(__assignType((ret, key) => {
31
- const name = removeEnvPrefix(key);
32
- if (name) ret[name] = env[key];
33
- return ret;
34
- }, [
35
- "ret",
36
- "key",
37
- "",
38
- "P\"2!\"2\"\"/#"
39
- ]), {});
40
- }
41
- removeEnvPrefix.__type = [
42
- "env",
43
- () => __ΩTReturned,
44
- "removeEnvPrefix",
45
- "P\"2!\"o\"\"/#"
46
- ];
47
- function formatEnvField(key) {
48
- return (0, __stryke_string_format_camel_case.camelCase)(removeEnvPrefix(key));
49
- }
50
- formatEnvField.__type = [
51
- "key",
52
- "formatEnvField",
53
- "P&2!&/\""
54
- ];
55
-
56
- //#endregion
57
- Object.defineProperty(exports, 'formatEnvField', {
58
- enumerable: true,
59
- get: function () {
60
- return formatEnvField;
61
- }
62
- });
63
- Object.defineProperty(exports, 'removeEnvPrefix', {
64
- enumerable: true,
65
- get: function () {
66
- return removeEnvPrefix;
67
- }
68
- });
@@ -1,9 +0,0 @@
1
- import { DotenvParseOutput } from "@stryke/env/types";
2
-
3
- //#region src/helpers/source-file-env.d.ts
4
- type TReturned<TEnv> = TEnv extends string ? string : DotenvParseOutput;
5
- declare function removeEnvPrefix<TEnv extends DotenvParseOutput | string>(env: TEnv): TReturned<TEnv>;
6
- declare function formatEnvField(key: string): string;
7
- //#endregion
8
- export { removeEnvPrefix as n, formatEnvField as t };
9
- //# sourceMappingURL=source-file-env-Brfopjyr.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source-file-env-Brfopjyr.d.cts","names":[],"sources":["../src/helpers/source-file-env.ts"],"sourcesContent":[],"mappings":";;;KAuBK,kBAAkB,+BAA+B;iBAEtC,6BAA6B,iCACtC,OACJ,UAAU;AAJR,iBA+BW,cAAA,CA/BsC,GAAA,EAAA,MAAA,CAAA,EAAA,MAAiB"}
@@ -1,9 +0,0 @@
1
- import { DotenvParseOutput } from "@stryke/env/types";
2
-
3
- //#region src/helpers/source-file-env.d.ts
4
- type TReturned<TEnv> = TEnv extends string ? string : DotenvParseOutput;
5
- declare function removeEnvPrefix<TEnv extends DotenvParseOutput | string>(env: TEnv): TReturned<TEnv>;
6
- declare function formatEnvField(key: string): string;
7
- //#endregion
8
- export { removeEnvPrefix as n, formatEnvField as t };
9
- //# sourceMappingURL=source-file-env-DWejSP2U.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source-file-env-DWejSP2U.d.mts","names":[],"sources":["../src/helpers/source-file-env.ts"],"sourcesContent":[],"mappings":";;;KAuBK,kBAAkB,+BAA+B;iBAEtC,6BAA6B,iCACtC,OACJ,UAAU;AAJR,iBA+BW,cAAA,CA/BsC,GAAA,EAAA,MAAA,CAAA,EAAA,MAAiB"}
@@ -1,57 +0,0 @@
1
- import { ENV_PREFIXES } from "@stryke/env/types";
2
- import { camelCase } from "@stryke/string-format/camel-case";
3
- import { isString } from "@stryke/type-checks/is-string";
4
-
5
- //#region src/helpers/source-file-env.ts
6
- function __assignType(fn, args) {
7
- fn.__type = args;
8
- return fn;
9
- }
10
- const __ΩTReturned = [
11
- "TEnv",
12
- "TReturned",
13
- "l2&R!RPe#!&qk#%QRb!Pde\"!p'w\"y"
14
- ];
15
- function removeEnvPrefix(env) {
16
- if (isString(env)) {
17
- let name = ENV_PREFIXES.reduce(__assignType((ret, prefix) => {
18
- if (ret.startsWith(prefix)) ret = ret.slice(prefix.length);
19
- return ret;
20
- }, [
21
- "ret",
22
- "prefix",
23
- "",
24
- "P\"2!\"2\"\"/#"
25
- ]), env.toUpperCase());
26
- while (name.startsWith("_")) name = name.slice(1);
27
- return name;
28
- }
29
- return Object.keys(env).reduce(__assignType((ret, key) => {
30
- const name = removeEnvPrefix(key);
31
- if (name) ret[name] = env[key];
32
- return ret;
33
- }, [
34
- "ret",
35
- "key",
36
- "",
37
- "P\"2!\"2\"\"/#"
38
- ]), {});
39
- }
40
- removeEnvPrefix.__type = [
41
- "env",
42
- () => __ΩTReturned,
43
- "removeEnvPrefix",
44
- "P\"2!\"o\"\"/#"
45
- ];
46
- function formatEnvField(key) {
47
- return camelCase(removeEnvPrefix(key));
48
- }
49
- formatEnvField.__type = [
50
- "key",
51
- "formatEnvField",
52
- "P&2!&/\""
53
- ];
54
-
55
- //#endregion
56
- export { removeEnvPrefix as n, formatEnvField as t };
57
- //# sourceMappingURL=source-file-env-Tj-6qobx.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"source-file-env-Tj-6qobx.mjs","names":[],"sources":["../src/helpers/source-file-env.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { DotenvParseOutput } from \"@stryke/env/types\";\nimport { ENV_PREFIXES } from \"@stryke/env/types\";\nimport { camelCase } from \"@stryke/string-format/camel-case\";\nimport { isString } from \"@stryke/type-checks/is-string\";\n\ntype TReturned<TEnv> = TEnv extends string ? string : DotenvParseOutput;\n\nexport function removeEnvPrefix<TEnv extends DotenvParseOutput | string>(\n env: TEnv\n): TReturned<TEnv> {\n if (isString(env)) {\n let name: string = ENV_PREFIXES.reduce((ret, prefix) => {\n if (ret.startsWith(prefix)) {\n ret = ret.slice(prefix.length);\n }\n\n return ret;\n }, env.toUpperCase());\n\n while (name.startsWith(\"_\")) {\n name = name.slice(1);\n }\n\n return name as TReturned<TEnv>;\n }\n\n return Object.keys(env).reduce((ret, key) => {\n const name = removeEnvPrefix(key);\n if (name) {\n (ret as DotenvParseOutput)[name] = env[key];\n }\n\n return ret;\n }, {} as TReturned<TEnv>);\n}\n\nexport function formatEnvField(key: string): string {\n return camelCase(removeEnvPrefix(key));\n}\n"],"mappings":";;;;;AAAA,SAAS,aAAa,IAAI,MAAM;;AAE5B,QAAO;;AAKX,MAAM,eAAe;CAAC;CAAQ;CAAa;CAAiC;;AAExE,KAAI,SAAS,IAAI,EAAE;EACf,IAAI,OAAO,aAAa,OAAO,cAAc,KAAK,WAAW;AACzD,OAAI,IAAI,WAAW,OAAO,CACtB,OAAM,IAAI,MAAM,OAAO,OAAO;AAElC,UAAO;;;;;;;AAEX,SAAO,KAAK,WAAW,IAAI;AAG3B,SAAO;;AAEX,QAAO,OAAO,KAAK,IAAI,CAAC,OAAO,cAAc,KAAK,QAAE;;AAEhD,MAAI;AAGJ,SAAE;IACH;EAAC;EAAO;EAAI;EAAA;EAAA,CAAA,EAAA,EAAA,CAAA;;AAEnB,gBAAgB,SAAS;CAAC;OAAa;CAAc;CAAO;CAAA;AAC5D,SAAgB,eAAe,KAAG;AAC9B,QAAO,UAAU,gBAAgB,IAAC,CAAA"}
@@ -1,16 +0,0 @@
1
- import { a as EnvType, t as EnvPluginContext } from "./plugin-DMbVjdcQ.mjs";
2
- import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
3
-
4
- //#region src/helpers/template-helpers.d.ts
5
-
6
- /**
7
- * Creates the reflection data used when generating runtime template files.
8
- *
9
- * @param context - The context for the configuration plugin.
10
- * @param name - The name of the configuration template.
11
- * @returns The reflection for the specified configuration template.
12
- */
13
- declare function createTemplateReflection(context: EnvPluginContext, name?: EnvType): Promise<ReflectionClass<any>>;
14
- //#endregion
15
- export { createTemplateReflection as t };
16
- //# sourceMappingURL=template-helpers-1SKodHKt.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template-helpers-1SKodHKt.d.mts","names":[],"sources":["../src/helpers/template-helpers.ts"],"sourcesContent":[],"mappings":";;;;;;;AA8BA;;;;;AAGU,iBAHY,wBAAA,CAGZ,OAAA,EAFC,gBAED,EAAA,IAAA,CAAA,EADD,OACC,CAAA,EAAP,OAAO,CAAC,eAAD,CAAA,GAAA,CAAA,CAAA"}
@@ -1,70 +0,0 @@
1
- import { a as __ΩEnvType, t as __ΩEnvPluginContext } from "./plugin-eBjQJP6x.mjs";
2
- import { o as readEnvTypeReflection } from "./persistence-5S3EirDm.mjs";
3
- import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
4
- import { titleCase } from "@stryke/string-format/title-case";
5
-
6
- //#region src/helpers/template-helpers.ts
7
- function __assignType(fn, args) {
8
- fn.__type = args;
9
- return fn;
10
- }
11
- /**
12
- * Creates the reflection data used when generating runtime template files.
13
- *
14
- * @param context - The context for the configuration plugin.
15
- * @param name - The name of the configuration template.
16
- * @returns The reflection for the specified configuration template.
17
- */
18
- async function createTemplateReflection(context, name) {
19
- const reflection = await readEnvTypeReflection(context, name);
20
- reflection.getProperties().forEach(__assignType((prop) => {
21
- prop.getAlias().filter(Boolean).forEach(__assignType((alias) => {
22
- reflection.addProperty({
23
- name: alias,
24
- optional: prop.isOptional() ? true : void 0,
25
- readonly: prop.isReadonly() ? true : void 0,
26
- description: prop.getDescription(),
27
- visibility: prop.getVisibility(),
28
- type: prop.getType(),
29
- default: prop.getDefaultValue(),
30
- tags: {
31
- hidden: prop.isHidden(),
32
- ignore: prop.isIgnored(),
33
- internal: prop.isInternal(),
34
- alias: prop.getAlias().filter(__assignType((a) => a !== alias, [
35
- "a",
36
- "",
37
- "P\"2!\"/\""
38
- ])).concat(prop.name),
39
- title: prop.getTitle() || titleCase(prop.name),
40
- readonly: prop.isReadonly(),
41
- permission: prop.getPermission(),
42
- domain: prop.getDomain()
43
- }
44
- });
45
- }, [
46
- "alias",
47
- "",
48
- "P\"2!\"/\""
49
- ]));
50
- }, [
51
- "prop",
52
- "",
53
- "P\"2!\"/\""
54
- ]));
55
- return reflection;
56
- }
57
- createTemplateReflection.__type = [
58
- () => __ΩEnvPluginContext,
59
- "context",
60
- () => __ΩEnvType,
61
- "name",
62
- () => ReflectionClass,
63
- "createTemplateReflection",
64
- "Creates the reflection data used when generating runtime template files.",
65
- "Pn!2\"n#2$8P\"7%`/&?'"
66
- ];
67
-
68
- //#endregion
69
- export { createTemplateReflection as t };
70
- //# sourceMappingURL=template-helpers-Cw8aba1r.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template-helpers-Cw8aba1r.mjs","names":[],"sources":["../src/helpers/template-helpers.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { ReflectionClass } from \"@powerlines/deepkit/vendor/type\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport { EnvPluginContext, EnvType } from \"../types/plugin\";\nimport { readEnvTypeReflection } from \"./persistence\";\n\n/**\n * Creates the reflection data used when generating runtime template files.\n *\n * @param context - The context for the configuration plugin.\n * @param name - The name of the configuration template.\n * @returns The reflection for the specified configuration template.\n */\nexport async function createTemplateReflection(\n context: EnvPluginContext,\n name?: EnvType\n): Promise<ReflectionClass<any>> {\n const reflection = await readEnvTypeReflection(context, name);\n\n reflection.getProperties().forEach(prop => {\n const aliases = prop.getAlias();\n aliases.filter(Boolean).forEach(alias => {\n reflection.addProperty({\n name: alias,\n optional: prop.isOptional() ? true : undefined,\n readonly: prop.isReadonly() ? true : undefined,\n description: prop.getDescription(),\n visibility: prop.getVisibility(),\n type: prop.getType(),\n default: prop.getDefaultValue(),\n tags: {\n hidden: prop.isHidden(),\n ignore: prop.isIgnored(),\n internal: prop.isInternal(),\n alias: prop\n .getAlias()\n .filter(a => a !== alias)\n .concat(prop.name),\n title: prop.getTitle() || titleCase(prop.name),\n readonly: prop.isReadonly(),\n permission: prop.getPermission(),\n domain: prop.getDomain()\n }\n });\n });\n });\n\n return reflection;\n}\n"],"mappings":";;;;;;AAIA,SAAS,aAAa,IAAI,MAAM;AAC5B,IAAG,SAAS;AACZ,QAAO;;;;;;;;;;CA8BP,MAAM,aAAa,MAAM,sBAAgB,SAAA,KAAA;AACzC,YAAW,eAAe,CAAC,QAAI,cAAA,SAAA;AAE3B,EADgB,KAAK,UAAU,CACvB,OAAO,QAAM,CAAA,QAAA,cAAA,UAAA;AACjB,cAAO,YAAA;IACH,MAAM;IACN,UAAU,KAAK,YAAY,GAAG,OAAO;IACrC,UAAU,KAAK,YAAW,GAAA,OAAA;IAC1B,aAAa,KAAK,gBAAM;IACxB,YAAY,KAAA,eAAA;IACZ,MAAM,KAAK,SAAS;IACtB,SAAA,KAAA,iBAAA;IACE,MAAM;KACF,QAAQ,KAAK,UAAC;KACd,QAAQ,KAAK,WAAI;KACjB,UAAA,KAAA,YAAA;KACA,OAAE,KACG,UAAU,CACV,OAAK,cAAA,MAAA,MAAA,OAAA;MAAA;MAAA;MAAA;MAAA,CAAA,CAAA,CACL,OAAO,KAAK,KAAK;KACtB,OAAO,KAAK,UAAK,IAAA,UAAA,KAAA,KAAA;KACjB,UAAU,KAAK,YAAO;KACtB,YAAY,KAAC,eAAA;KACzB,QAAA,KAAA,WAAA;KACA;IACF,CAAA;KACF;GAAA;GAAA;GAAA;GAAA,CAAA,CAAA;;;;;;AAEA,QAAO"}
@@ -1,75 +0,0 @@
1
- const require_chunk = require('./chunk-CNVrAnJR.cjs');
2
- const require_plugin = require('./plugin-CM1TSv1B.cjs');
3
- const require_persistence = require('./persistence-DzS7SzMj.cjs');
4
- let __powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
5
- let __stryke_string_format_title_case = require("@stryke/string-format/title-case");
6
-
7
- //#region src/helpers/template-helpers.ts
8
- function __assignType(fn, args) {
9
- fn.__type = args;
10
- return fn;
11
- }
12
- /**
13
- * Creates the reflection data used when generating runtime template files.
14
- *
15
- * @param context - The context for the configuration plugin.
16
- * @param name - The name of the configuration template.
17
- * @returns The reflection for the specified configuration template.
18
- */
19
- async function createTemplateReflection(context, name) {
20
- const reflection = await require_persistence.readEnvTypeReflection(context, name);
21
- reflection.getProperties().forEach(__assignType((prop) => {
22
- prop.getAlias().filter(Boolean).forEach(__assignType((alias) => {
23
- reflection.addProperty({
24
- name: alias,
25
- optional: prop.isOptional() ? true : void 0,
26
- readonly: prop.isReadonly() ? true : void 0,
27
- description: prop.getDescription(),
28
- visibility: prop.getVisibility(),
29
- type: prop.getType(),
30
- default: prop.getDefaultValue(),
31
- tags: {
32
- hidden: prop.isHidden(),
33
- ignore: prop.isIgnored(),
34
- internal: prop.isInternal(),
35
- alias: prop.getAlias().filter(__assignType((a) => a !== alias, [
36
- "a",
37
- "",
38
- "P\"2!\"/\""
39
- ])).concat(prop.name),
40
- title: prop.getTitle() || (0, __stryke_string_format_title_case.titleCase)(prop.name),
41
- readonly: prop.isReadonly(),
42
- permission: prop.getPermission(),
43
- domain: prop.getDomain()
44
- }
45
- });
46
- }, [
47
- "alias",
48
- "",
49
- "P\"2!\"/\""
50
- ]));
51
- }, [
52
- "prop",
53
- "",
54
- "P\"2!\"/\""
55
- ]));
56
- return reflection;
57
- }
58
- createTemplateReflection.__type = [
59
- () => require_plugin.__ΩEnvPluginContext,
60
- "context",
61
- () => require_plugin.__ΩEnvType,
62
- "name",
63
- () => __powerlines_deepkit_vendor_type.ReflectionClass,
64
- "createTemplateReflection",
65
- "Creates the reflection data used when generating runtime template files.",
66
- "Pn!2\"n#2$8P\"7%`/&?'"
67
- ];
68
-
69
- //#endregion
70
- Object.defineProperty(exports, 'createTemplateReflection', {
71
- enumerable: true,
72
- get: function () {
73
- return createTemplateReflection;
74
- }
75
- });
@@ -1,16 +0,0 @@
1
- import { a as EnvType, t as EnvPluginContext } from "./plugin-CSe5f2cD.cjs";
2
- import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
3
-
4
- //#region src/helpers/template-helpers.d.ts
5
-
6
- /**
7
- * Creates the reflection data used when generating runtime template files.
8
- *
9
- * @param context - The context for the configuration plugin.
10
- * @param name - The name of the configuration template.
11
- * @returns The reflection for the specified configuration template.
12
- */
13
- declare function createTemplateReflection(context: EnvPluginContext, name?: EnvType): Promise<ReflectionClass<any>>;
14
- //#endregion
15
- export { createTemplateReflection as t };
16
- //# sourceMappingURL=template-helpers-zyitPfMz.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template-helpers-zyitPfMz.d.cts","names":[],"sources":["../src/helpers/template-helpers.ts"],"sourcesContent":[],"mappings":";;;;;;;AA8BA;;;;;AAGU,iBAHY,wBAAA,CAGZ,OAAA,EAFC,gBAED,EAAA,IAAA,CAAA,EADD,OACC,CAAA,EAAP,OAAO,CAAC,eAAD,CAAA,GAAA,CAAA,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"toml-uuOYvEAO.mjs","names":["C","#n","#t","#e","N","L"],"sources":["../../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs"],"sourcesContent":["import{s as L,g as P}from\"./shared/confbox.DA7CpUDY.mjs\";/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */function v(e,n){let t=e.slice(0,n).split(/\\r\\n|\\n|\\r/g);return[t.length,t.pop().length+1]}function C(e,n,t){let l=e.split(/\\r\\n|\\n|\\r/g),r=\"\",i=(Math.log10(n+1)|0)+1;for(let o=n-1;o<=n+1;o++){let f=l[o-1];f&&(r+=o.toString().padEnd(i,\" \"),r+=\": \",r+=f,r+=`\n`,o===n&&(r+=\" \".repeat(i+t+2),r+=`^\n`))}return r}class c extends Error{line;column;codeblock;constructor(n,t){const[l,r]=v(t.toml,t.ptr),i=C(t.toml,l,r);super(`Invalid TOML document: ${n}\n\n${i}`,t),this.line=l,this.column=r,this.codeblock=i}}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */function g(e,n=0,t=e.length){let l=e.indexOf(`\n`,n);return e[l-1]===\"\\r\"&&l--,l<=t?l:-1}function y(e,n){for(let t=n;t<e.length;t++){let l=e[t];if(l===`\n`)return t;if(l===\"\\r\"&&e[t+1]===`\n`)return t+1;if(l<\" \"&&l!==\"\t\"||l===\"\\x7F\")throw new c(\"control characters are not allowed in comments\",{toml:e,ptr:n})}return e.length}function s(e,n,t,l){let r;for(;(r=e[n])===\" \"||r===\"\t\"||!t&&(r===`\n`||r===\"\\r\"&&e[n+1]===`\n`);)n++;return l||r!==\"#\"?n:s(e,y(e,n),t)}function A(e,n,t,l,r=!1){if(!l)return n=g(e,n),n<0?e.length:n;for(let i=n;i<e.length;i++){let o=e[i];if(o===\"#\")i=g(e,i);else{if(o===t)return i+1;if(o===l)return i;if(r&&(o===`\n`||o===\"\\r\"&&e[i+1]===`\n`))return i}}throw new c(\"cannot find end of structure\",{toml:e,ptr:n})}function S(e,n){let t=e[n],l=t===e[n+1]&&e[n+1]===e[n+2]?e.slice(n,n+3):t;n+=l.length-1;do n=e.indexOf(l,++n);while(n>-1&&t!==\"'\"&&e[n-1]===\"\\\\\"&&e[n-2]!==\"\\\\\");return n>-1&&(n+=l.length,l.length>1&&(e[n]===t&&n++,e[n]===t&&n++)),n}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */let R=/^(\\d{4}-\\d{2}-\\d{2})?[T ]?(?:(\\d{2}):\\d{2}:\\d{2}(?:\\.\\d+)?)?(Z|[-+]\\d{2}:\\d{2})?$/i;class w extends Date{#n=!1;#t=!1;#e=null;constructor(n){let t=!0,l=!0,r=\"Z\";if(typeof n==\"string\"){let i=n.match(R);i?(i[1]||(t=!1,n=`0000-01-01T${n}`),l=!!i[2],i[2]&&+i[2]>23?n=\"\":(r=i[3]||null,n=n.toUpperCase(),!r&&l&&(n+=\"Z\"))):n=\"\"}super(n),isNaN(this.getTime())||(this.#n=t,this.#t=l,this.#e=r)}isDateTime(){return this.#n&&this.#t}isLocal(){return!this.#n||!this.#t||!this.#e}isDate(){return this.#n&&!this.#t}isTime(){return this.#t&&!this.#n}isValid(){return this.#n||this.#t}toISOString(){let n=super.toISOString();if(this.isDate())return n.slice(0,10);if(this.isTime())return n.slice(11,23);if(this.#e===null)return n.slice(0,-1);if(this.#e===\"Z\")return n;let t=+this.#e.slice(1,3)*60+ +this.#e.slice(4,6);return t=this.#e[0]===\"-\"?t:-t,new Date(this.getTime()-t*6e4).toISOString().slice(0,-1)+this.#e}static wrapAsOffsetDateTime(n,t=\"Z\"){let l=new w(n);return l.#e=t,l}static wrapAsLocalDateTime(n){let t=new w(n);return t.#e=null,t}static wrapAsLocalDate(n){let t=new w(n);return t.#t=!1,t.#e=null,t}static wrapAsLocalTime(n){let t=new w(n);return t.#n=!1,t.#e=null,t}}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */let M=/^((0x[0-9a-fA-F](_?[0-9a-fA-F])*)|(([+-]|0[ob])?\\d(_?\\d)*))$/,Z=/^[+-]?\\d(_?\\d)*(\\.\\d(_?\\d)*)?([eE][+-]?\\d(_?\\d)*)?$/,j=/^[+-]?0[0-9_]/,z=/^[0-9a-f]{4,8}$/i,I={b:\"\\b\",t:\"\t\",n:`\n`,f:\"\\f\",r:\"\\r\",'\"':'\"',\"\\\\\":\"\\\\\"};function $(e,n=0,t=e.length){let l=e[n]===\"'\",r=e[n++]===e[n]&&e[n]===e[n+1];r&&(t-=2,e[n+=2]===\"\\r\"&&n++,e[n]===`\n`&&n++);let i=0,o,f=\"\",a=n;for(;n<t-1;){let u=e[n++];if(u===`\n`||u===\"\\r\"&&e[n]===`\n`){if(!r)throw new c(\"newlines are not allowed in strings\",{toml:e,ptr:n-1})}else if(u<\" \"&&u!==\"\t\"||u===\"\\x7F\")throw new c(\"control characters are not allowed in strings\",{toml:e,ptr:n-1});if(o){if(o=!1,u===\"u\"||u===\"U\"){let d=e.slice(n,n+=u===\"u\"?4:8);if(!z.test(d))throw new c(\"invalid unicode escape\",{toml:e,ptr:i});try{f+=String.fromCodePoint(parseInt(d,16))}catch{throw new c(\"invalid unicode escape\",{toml:e,ptr:i})}}else if(r&&(u===`\n`||u===\" \"||u===\"\t\"||u===\"\\r\")){if(n=s(e,n-1,!0),e[n]!==`\n`&&e[n]!==\"\\r\")throw new c(\"invalid escape: only line-ending whitespace may be escaped\",{toml:e,ptr:i});n=s(e,n)}else if(u in I)f+=I[u];else throw new c(\"unrecognized escape sequence\",{toml:e,ptr:i});a=n}else!l&&u===\"\\\\\"&&(i=n-1,o=!0,f+=e.slice(a,i))}return f+e.slice(a,t-1)}function F(e,n,t){if(e===\"true\")return!0;if(e===\"false\")return!1;if(e===\"-inf\")return-1/0;if(e===\"inf\"||e===\"+inf\")return 1/0;if(e===\"nan\"||e===\"+nan\"||e===\"-nan\")return NaN;if(e===\"-0\")return 0;let l;if((l=M.test(e))||Z.test(e)){if(j.test(e))throw new c(\"leading zeroes are not allowed\",{toml:n,ptr:t});let i=+e.replace(/_/g,\"\");if(isNaN(i))throw new c(\"invalid number\",{toml:n,ptr:t});if(l&&!Number.isSafeInteger(i))throw new c(\"integer value cannot be represented losslessly\",{toml:n,ptr:t});return i}let r=new w(e);if(!r.isValid())throw new c(\"invalid value\",{toml:n,ptr:t});return r}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */function V(e,n,t,l){let r=e.slice(n,t),i=r.indexOf(\"#\");i>-1&&(y(e,i),r=r.slice(0,i));let o=r.trimEnd();if(!l){let f=r.indexOf(`\n`,o.length);if(f>-1)throw new c(\"newlines are not allowed in inline tables\",{toml:e,ptr:n+f})}return[o,i]}function b(e,n,t,l){if(l===0)throw new c(\"document contains excessively nested structures. aborting.\",{toml:e,ptr:n});let r=e[n];if(r===\"[\"||r===\"{\"){let[f,a]=r===\"[\"?U(e,n,l):K(e,n,l),u=A(e,a,\",\",t);if(t===\"}\"){let d=g(e,a,u);if(d>-1)throw new c(\"newlines are not allowed in inline tables\",{toml:e,ptr:d})}return[f,u]}let i;if(r==='\"'||r===\"'\"){i=S(e,n);let f=$(e,n,i);if(t){if(i=s(e,i,t!==\"]\"),e[i]&&e[i]!==\",\"&&e[i]!==t&&e[i]!==`\n`&&e[i]!==\"\\r\")throw new c(\"unexpected character encountered\",{toml:e,ptr:i});i+=+(e[i]===\",\")}return[f,i]}i=A(e,n,\",\",t);let o=V(e,n,i-+(e[i-1]===\",\"),t===\"]\");if(!o[0])throw new c(\"incomplete key-value declaration: no value specified\",{toml:e,ptr:n});return t&&o[1]>-1&&(i=s(e,n+o[1]),i+=+(e[i]===\",\")),[F(o[0],e,n),i]}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */let G=/^[a-zA-Z0-9-_]+[ \\t]*$/;function x(e,n,t=\"=\"){let l=n-1,r=[],i=e.indexOf(t,n);if(i<0)throw new c(\"incomplete key-value: cannot find end of key\",{toml:e,ptr:n});do{let o=e[n=++l];if(o!==\" \"&&o!==\"\t\")if(o==='\"'||o===\"'\"){if(o===e[n+1]&&o===e[n+2])throw new c(\"multiline strings are not allowed in keys\",{toml:e,ptr:n});let f=S(e,n);if(f<0)throw new c(\"unfinished string encountered\",{toml:e,ptr:n});l=e.indexOf(\".\",f);let a=e.slice(f,l<0||l>i?i:l),u=g(a);if(u>-1)throw new c(\"newlines are not allowed in keys\",{toml:e,ptr:n+l+u});if(a.trimStart())throw new c(\"found extra tokens after the string part\",{toml:e,ptr:f});if(i<f&&(i=e.indexOf(t,f),i<0))throw new c(\"incomplete key-value: cannot find end of key\",{toml:e,ptr:n});r.push($(e,n,f))}else{l=e.indexOf(\".\",n);let f=e.slice(n,l<0||l>i?i:l);if(!G.test(f))throw new c(\"only letter, numbers, dashes and underscores are allowed in keys\",{toml:e,ptr:n});r.push(f.trimEnd())}}while(l+1&&l<i);return[r,s(e,i+1,!0,!0)]}function K(e,n,t){let l={},r=new Set,i,o=0;for(n++;(i=e[n++])!==\"}\"&&i;){if(i===`\n`)throw new c(\"newlines are not allowed in inline tables\",{toml:e,ptr:n-1});if(i===\"#\")throw new c(\"inline tables cannot contain comments\",{toml:e,ptr:n-1});if(i===\",\")throw new c(\"expected key-value, found comma\",{toml:e,ptr:n-1});if(i!==\" \"&&i!==\"\t\"){let f,a=l,u=!1,[d,N]=x(e,n-1);for(let m=0;m<d.length;m++){if(m&&(a=u?a[f]:a[f]={}),f=d[m],(u=Object.hasOwn(a,f))&&(typeof a[f]!=\"object\"||r.has(a[f])))throw new c(\"trying to redefine an already defined value\",{toml:e,ptr:n});!u&&f===\"__proto__\"&&Object.defineProperty(a,f,{enumerable:!0,configurable:!0,writable:!0})}if(u)throw new c(\"trying to redefine an already defined value\",{toml:e,ptr:n});let[_,k]=b(e,N,\"}\",t-1);r.add(_),a[f]=_,n=k,o=e[n-1]===\",\"?n-1:0}}if(o)throw new c(\"trailing commas are not allowed in inline tables\",{toml:e,ptr:o});if(!i)throw new c(\"unfinished table encountered\",{toml:e,ptr:n});return[l,n]}function U(e,n,t){let l=[],r;for(n++;(r=e[n++])!==\"]\"&&r;){if(r===\",\")throw new c(\"expected value, found comma\",{toml:e,ptr:n-1});if(r===\"#\")n=y(e,n);else if(r!==\" \"&&r!==\"\t\"&&r!==`\n`&&r!==\"\\r\"){let i=b(e,n-1,\"]\",t-1);l.push(i[0]),n=i[1]}}if(!r)throw new c(\"unfinished array encountered\",{toml:e,ptr:n});return[l,n]}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */function p(e,n,t,l){let r=n,i=t,o,f=!1,a;for(let u=0;u<e.length;u++){if(u){if(r=f?r[o]:r[o]={},i=(a=i[o]).c,l===0&&(a.t===1||a.t===2))return null;if(a.t===2){let d=r.length-1;r=r[d],i=i[d].c}}if(o=e[u],(f=Object.hasOwn(r,o))&&i[o]?.t===0&&i[o]?.d)return null;f||(o===\"__proto__\"&&(Object.defineProperty(r,o,{enumerable:!0,configurable:!0,writable:!0}),Object.defineProperty(i,o,{enumerable:!0,configurable:!0,writable:!0})),i[o]={t:u<e.length-1&&l===2?3:l,d:!1,i:0,c:{}})}if(a=i[o],a.t!==l&&!(l===1&&a.t===3)||(l===2&&(a.d||(a.d=!0,r[o]=[]),r[o].push(r={}),a.c[a.i++]=a={t:1,d:!1,i:0,c:{}}),a.d))return null;if(a.d=!0,l===1)r=f?r[o]:r[o]={};else if(l===0&&f)return null;return[o,r,a.c]}function X(e,n){let t=n?.maxDepth??1e3,l={},r={},i=l,o=r;for(let f=s(e,0);f<e.length;){if(e[f]===\"[\"){let a=e[++f]===\"[\",u=x(e,f+=+a,\"]\");if(a){if(e[u[1]-1]!==\"]\")throw new c(\"expected end of table declaration\",{toml:e,ptr:u[1]-1});u[1]++}let d=p(u[0],l,r,a?2:1);if(!d)throw new c(\"trying to redefine an already defined table or value\",{toml:e,ptr:f});o=d[2],i=d[1],f=u[1]}else{let a=x(e,f),u=p(a[0],i,o,0);if(!u)throw new c(\"trying to redefine an already defined table or value\",{toml:e,ptr:f});let d=b(e,a[1],void 0,t);u[1][u[0]]=d[0],f=d[1]}if(f=s(e,f,!0),e[f]&&e[f]!==`\n`&&e[f]!==\"\\r\")throw new c(\"each key-value declaration must be followed by an end-of-line\",{toml:e,ptr:f});f=s(e,f)}return l}/*!\n * Copyright (c) Squirrel Chat et al., All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n * list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n * this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the copyright holder nor the names of its contributors\n * may be used to endorse or promote products derived from this software without\n * specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */let D=/^[a-z0-9-_]+$/i;function h(e){let n=typeof e;if(n===\"object\"){if(Array.isArray(e))return\"array\";if(e instanceof Date)return\"date\"}return n}function B(e){for(let n=0;n<e.length;n++)if(h(e[n])!==\"object\")return!1;return e.length!=0}function E(e){return JSON.stringify(e).replace(/\\x7f/g,\"\\\\u007f\")}function O(e,n,t){if(t===0)throw new Error(\"Could not stringify the object: maximum object depth exceeded\");if(n===\"number\")return isNaN(e)?\"nan\":e===1/0?\"inf\":e===-1/0?\"-inf\":e.toString();if(n===\"bigint\"||n===\"boolean\")return e.toString();if(n===\"string\")return E(e);if(n===\"date\"){if(isNaN(e.getTime()))throw new TypeError(\"cannot serialize invalid date\");return e.toISOString()}if(n===\"object\")return Y(e,t);if(n===\"array\")return q(e,t)}function Y(e,n){let t=Object.keys(e);if(t.length===0)return\"{}\";let l=\"{ \";for(let r=0;r<t.length;r++){let i=t[r];r&&(l+=\", \"),l+=D.test(i)?i:E(i),l+=\" = \",l+=O(e[i],h(e[i]),n-1)}return l+\" }\"}function q(e,n){if(e.length===0)return\"[]\";let t=\"[ \";for(let l=0;l<e.length;l++){if(l&&(t+=\", \"),e[l]===null||e[l]===void 0)throw new TypeError(\"arrays cannot contain null or undefined values\");t+=O(e[l],h(e[l]),n-1)}return t+\" ]\"}function J(e,n,t){if(t===0)throw new Error(\"Could not stringify the object: maximum object depth exceeded\");let l=\"\";for(let r=0;r<e.length;r++)l+=`[[${n}]]\n`,l+=T(e[r],n,t),l+=`\n\n`;return l}function T(e,n,t){if(t===0)throw new Error(\"Could not stringify the object: maximum object depth exceeded\");let l=\"\",r=\"\",i=Object.keys(e);for(let o=0;o<i.length;o++){let f=i[o];if(e[f]!==null&&e[f]!==void 0){let a=h(e[f]);if(a===\"symbol\"||a===\"function\")throw new TypeError(`cannot serialize values of type '${a}'`);let u=D.test(f)?f:E(f);if(a===\"array\"&&B(e[f]))r+=J(e[f],n?`${n}.${u}`:u,t-1);else if(a===\"object\"){let d=n?`${n}.${u}`:u;r+=`[${d}]\n`,r+=T(e[f],d,t-1),r+=`\n\n`}else l+=u,l+=\" = \",l+=O(e[f],a,t),l+=`\n`}}return`${l}\n${r}`.trim()}function H(e,n){if(h(e)!==\"object\")throw new TypeError(\"stringify can only be called with an object\");let t=n?.maxDepth??1e3;return T(e,\"\",t)}function Q(e){const n=X(e);return L(e,n,{preserveIndentation:!1}),n}function W(e){const n=P(e,{}),t=H(e);return n.whitespace.start+t+n.whitespace.end}export{Q as parseTOML,W as stringifyTOML};\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1 +0,0 @@
1
- export { };
File without changes