@powerlines/plugin-env 0.15.13 → 0.15.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +4 -0
  2. package/dist/_virtual/rolldown_runtime.mjs +33 -0
  3. package/dist/babel/plugin.cjs +16 -16
  4. package/dist/babel/plugin.d.mts +2 -2
  5. package/dist/babel/plugin.mjs +7 -7
  6. package/dist/components/docs.cjs +8 -8
  7. package/dist/components/docs.mjs +5 -5
  8. package/dist/components/env.cjs +38 -39
  9. package/dist/components/env.d.mts +2 -2
  10. package/dist/components/env.mjs +11 -11
  11. package/dist/helpers/automd-generator.cjs +4 -4
  12. package/dist/helpers/automd-generator.d.mts +1 -1
  13. package/dist/helpers/automd-generator.mjs +3 -3
  14. package/dist/helpers/load.cjs +12 -13
  15. package/dist/helpers/load.d.mts +2 -2
  16. package/dist/helpers/load.mjs +10 -10
  17. package/dist/helpers/persistence.cjs +23 -23
  18. package/dist/helpers/persistence.d.mts +1 -1
  19. package/dist/helpers/persistence.mjs +7 -7
  20. package/dist/helpers/reflect.cjs +9 -9
  21. package/dist/helpers/reflect.mjs +5 -5
  22. package/dist/helpers/source-file-env.cjs +1 -1
  23. package/dist/helpers/source-file-env.mjs +1 -1
  24. package/dist/index.cjs +28 -26
  25. package/dist/index.d.mts +1 -1
  26. package/dist/index.mjs +25 -25
  27. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.cjs +31 -0
  28. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/parse-type-definition.mjs +31 -0
  29. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.cjs +8 -0
  30. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/to-array.mjs +7 -0
  31. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +6 -0
  32. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +5 -0
  33. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
  34. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
  35. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
  36. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +6 -0
  37. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
  38. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
  39. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +13 -0
  40. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +13 -0
  41. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +13 -0
  42. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +13 -0
  43. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
  44. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +11 -0
  45. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +11 -0
  46. package/dist/node_modules/.pnpm/@stryke_convert@0.6.30/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +12 -0
  47. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.cjs +10 -0
  48. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-parent-path.mjs +10 -0
  49. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.cjs +13 -0
  50. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/is-type.mjs +13 -0
  51. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.cjs +49 -0
  52. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/join-paths.mjs +49 -0
  53. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.cjs +9 -0
  54. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/regex.mjs +5 -0
  55. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.cjs +8 -0
  56. package/dist/node_modules/.pnpm/@stryke_path@0.24.1/node_modules/@stryke/path/dist/slash.mjs +7 -0
  57. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
  58. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +346 -0
  59. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs +786 -0
  60. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs +786 -0
  61. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
  62. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
  63. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs +23 -0
  64. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs +22 -0
  65. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs +405 -0
  66. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs +404 -0
  67. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs +657 -0
  68. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs +657 -0
  69. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs +1054 -0
  70. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs +1054 -0
  71. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
  72. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +42 -0
  73. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
  74. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +45 -0
  75. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
  76. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +285 -0
  77. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
  78. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +68 -0
  79. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
  80. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1007 -0
  81. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
  82. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +13 -0
  83. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
  84. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2685 -0
  85. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs +4457 -0
  86. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs +4454 -0
  87. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
  88. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +29 -0
  89. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs +181 -0
  90. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +176 -0
  91. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
  92. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +17 -0
  93. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs +3967 -0
  94. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs +3962 -0
  95. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
  96. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11763 -0
  97. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.cjs +25 -0
  98. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +20 -0
  99. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
  100. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +17 -0
  101. package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.cjs +174 -0
  102. package/dist/node_modules/.pnpm/nypm@0.6.2/node_modules/nypm/dist/shared/nypm.CLjaS_sz.mjs +172 -0
  103. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs +13 -0
  104. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs +12 -0
  105. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
  106. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
  107. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs +145 -0
  108. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs +138 -0
  109. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
  110. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +125 -0
  111. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
  112. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +136 -0
  113. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
  114. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +627 -0
  115. package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/components.d.mts +1 -1
  116. package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-file.d.mts +1 -1
  117. package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/typescript-interface.d.mts +1 -1
  118. package/dist/{powerlines → packages/powerlines}/src/types/build.d.mts +6 -6
  119. package/dist/{powerlines → packages/powerlines}/src/types/config.d.mts +1 -2
  120. package/dist/{powerlines → packages/powerlines}/src/types/tsconfig.d.mts +1 -1
  121. package/dist/types/plugin.cjs +19 -18
  122. package/dist/types/plugin.d.mts +6 -6
  123. package/dist/types/plugin.mjs +4 -4
  124. package/dist/types/runtime.cjs +3 -2
  125. package/dist/types/runtime.d.mts +1 -1
  126. package/dist/types/runtime.mjs +1 -1
  127. package/package.json +10 -10
  128. package/dist/deepkit/schemas/reflection.cjs +0 -5368
  129. package/dist/deepkit/schemas/reflection.mjs +0 -5365
  130. package/dist/deepkit/schemas/reflection2.cjs +0 -4112
  131. package/dist/deepkit/schemas/reflection2.mjs +0 -4110
  132. package/dist/deepkit/src/capnp.cjs +0 -1692
  133. package/dist/deepkit/src/capnp.mjs +0 -1690
  134. package/dist/deepkit/src/esbuild-plugin.cjs +0 -99
  135. package/dist/deepkit/src/esbuild-plugin.mjs +0 -98
  136. package/dist/deepkit/src/reflect-type.cjs +0 -40
  137. package/dist/deepkit/src/reflect-type.mjs +0 -38
  138. package/dist/deepkit/src/resolve-reflections.cjs +0 -23
  139. package/dist/deepkit/src/resolve-reflections.mjs +0 -22
  140. package/dist/deepkit/src/transformer.cjs +0 -92
  141. package/dist/deepkit/src/transformer.mjs +0 -89
  142. package/dist/deepkit/src/transpile.cjs +0 -39
  143. package/dist/deepkit/src/transpile.mjs +0 -37
  144. package/dist/deepkit/src/types.cjs +0 -22
  145. package/dist/deepkit/src/types.mjs +0 -21
  146. package/dist/deepkit/src/utilities.cjs +0 -182
  147. package/dist/deepkit/src/utilities.mjs +0 -181
  148. package/dist/plugin-alloy/src/core/components/output.cjs +0 -45
  149. package/dist/plugin-alloy/src/core/components/output.mjs +0 -44
  150. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -22
  151. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -21
  152. package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -64
  153. package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -62
  154. package/dist/plugin-alloy/src/core/contexts/context.cjs +0 -136
  155. package/dist/plugin-alloy/src/core/contexts/context.mjs +0 -128
  156. package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -2
  157. package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -4
  158. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -110
  159. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -101
  160. package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -23
  161. package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -22
  162. package/dist/plugin-alloy/src/index.cjs +0 -106
  163. package/dist/plugin-alloy/src/index.mjs +0 -104
  164. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -115
  165. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -114
  166. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -39
  167. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -38
  168. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -72
  169. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -71
  170. package/dist/plugin-alloy/src/types/components.cjs +0 -22
  171. package/dist/plugin-alloy/src/types/components.mjs +0 -21
  172. package/dist/plugin-alloy/src/types/plugin.cjs +0 -55
  173. package/dist/plugin-alloy/src/types/plugin.mjs +0 -52
  174. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -57
  175. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -56
  176. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -126
  177. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -124
  178. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -442
  179. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -433
  180. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -212
  181. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -209
  182. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -68
  183. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -67
  184. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -124
  185. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -123
  186. package/dist/plugin-automd/src/index.cjs +0 -127
  187. package/dist/plugin-automd/src/index.mjs +0 -124
  188. package/dist/plugin-automd/src/types/plugin.cjs +0 -47
  189. package/dist/plugin-automd/src/types/plugin.mjs +0 -47
  190. package/dist/plugin-automd/src/types/toc.cjs +0 -26
  191. package/dist/plugin-automd/src/types/toc.mjs +0 -25
  192. package/dist/plugin-babel/src/helpers/ast-utils.cjs +0 -74
  193. package/dist/plugin-babel/src/helpers/ast-utils.mjs +0 -70
  194. package/dist/plugin-babel/src/helpers/create-plugin.cjs +0 -71
  195. package/dist/plugin-babel/src/helpers/create-plugin.mjs +0 -69
  196. package/dist/plugin-babel/src/helpers/filters.cjs +0 -158
  197. package/dist/plugin-babel/src/helpers/filters.mjs +0 -154
  198. package/dist/plugin-babel/src/helpers/index.cjs +0 -5
  199. package/dist/plugin-babel/src/helpers/index.mjs +0 -7
  200. package/dist/plugin-babel/src/helpers/module-helpers.cjs +0 -200
  201. package/dist/plugin-babel/src/helpers/module-helpers.mjs +0 -192
  202. package/dist/plugin-babel/src/helpers/options.cjs +0 -74
  203. package/dist/plugin-babel/src/helpers/options.mjs +0 -71
  204. package/dist/plugin-babel/src/index.cjs +0 -131
  205. package/dist/plugin-babel/src/index.mjs +0 -129
  206. package/dist/plugin-babel/src/types/plugin.cjs +0 -42
  207. package/dist/plugin-babel/src/types/plugin.mjs +0 -39
  208. package/dist/powerlines/src/internal/helpers/hooks.cjs +0 -137
  209. package/dist/powerlines/src/internal/helpers/hooks.mjs +0 -135
  210. package/dist/powerlines/src/lib/build/esbuild.cjs +0 -161
  211. package/dist/powerlines/src/lib/build/esbuild.mjs +0 -159
  212. package/dist/powerlines/src/lib/entry.cjs +0 -203
  213. package/dist/powerlines/src/lib/entry.mjs +0 -201
  214. package/dist/powerlines/src/lib/logger.cjs +0 -108
  215. package/dist/powerlines/src/lib/logger.mjs +0 -106
  216. package/dist/powerlines/src/lib/utilities/bundle.cjs +0 -67
  217. package/dist/powerlines/src/lib/utilities/bundle.mjs +0 -66
  218. package/dist/powerlines/src/lib/utilities/resolve.cjs +0 -49
  219. package/dist/powerlines/src/lib/utilities/resolve.mjs +0 -48
  220. package/dist/powerlines/src/plugin-utils/paths.cjs +0 -46
  221. package/dist/powerlines/src/plugin-utils/paths.mjs +0 -45
  222. package/dist/powerlines/src/types/api.cjs +0 -62
  223. package/dist/powerlines/src/types/api.mjs +0 -62
  224. package/dist/powerlines/src/types/babel.cjs +0 -156
  225. package/dist/powerlines/src/types/babel.mjs +0 -147
  226. package/dist/powerlines/src/types/build.cjs +0 -127
  227. package/dist/powerlines/src/types/build.mjs +0 -121
  228. package/dist/powerlines/src/types/commands.cjs +0 -16
  229. package/dist/powerlines/src/types/commands.mjs +0 -15
  230. package/dist/powerlines/src/types/config.cjs +0 -413
  231. package/dist/powerlines/src/types/config.mjs +0 -391
  232. package/dist/powerlines/src/types/context.cjs +0 -381
  233. package/dist/powerlines/src/types/context.mjs +0 -364
  234. package/dist/powerlines/src/types/fs.cjs +0 -78
  235. package/dist/powerlines/src/types/fs.mjs +0 -75
  236. package/dist/powerlines/src/types/hooks.cjs +0 -71
  237. package/dist/powerlines/src/types/hooks.mjs +0 -68
  238. package/dist/powerlines/src/types/index.cjs +0 -11
  239. package/dist/powerlines/src/types/index.mjs +0 -13
  240. package/dist/powerlines/src/types/plugin.cjs +0 -184
  241. package/dist/powerlines/src/types/plugin.mjs +0 -178
  242. package/dist/powerlines/src/types/resolved.cjs +0 -153
  243. package/dist/powerlines/src/types/resolved.mjs +0 -148
  244. package/dist/powerlines/src/types/unplugin.cjs +0 -47
  245. package/dist/powerlines/src/types/unplugin.mjs +0 -46
  246. /package/dist/{deepkit → packages/deepkit}/schemas/reflection.d.mts +0 -0
  247. /package/dist/{deepkit → packages/deepkit}/src/types.d.mts +0 -0
  248. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/core/components/source-file.d.mts +0 -0
  249. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/index.d.mts +0 -0
  250. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/types/plugin.d.mts +0 -0
  251. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/builtin-file.d.mts +0 -0
  252. /package/dist/{plugin-alloy → packages/plugin-alloy}/src/typescript/components/tsdoc.d.mts +0 -0
  253. /package/dist/{plugin-automd → packages/plugin-automd}/src/types/plugin.d.mts +0 -0
  254. /package/dist/{plugin-automd → packages/plugin-automd}/src/types/toc.d.mts +0 -0
  255. /package/dist/{plugin-babel → packages/plugin-babel}/src/types/index.d.mts +0 -0
  256. /package/dist/{plugin-babel → packages/plugin-babel}/src/types/plugin.d.mts +0 -0
  257. /package/dist/{powerlines → packages/powerlines}/src/internal/helpers/hooks.d.mts +0 -0
  258. /package/dist/{powerlines → packages/powerlines}/src/types/api.d.mts +0 -0
  259. /package/dist/{powerlines → packages/powerlines}/src/types/babel.d.mts +0 -0
  260. /package/dist/{powerlines → packages/powerlines}/src/types/commands.d.mts +0 -0
  261. /package/dist/{powerlines → packages/powerlines}/src/types/context.d.mts +0 -0
  262. /package/dist/{powerlines → packages/powerlines}/src/types/fs.d.mts +0 -0
  263. /package/dist/{powerlines → packages/powerlines}/src/types/hooks.d.mts +0 -0
  264. /package/dist/{powerlines → packages/powerlines}/src/types/index.d.mts +0 -0
  265. /package/dist/{powerlines → packages/powerlines}/src/types/plugin.d.mts +0 -0
  266. /package/dist/{powerlines → packages/powerlines}/src/types/resolved.d.mts +0 -0
  267. /package/dist/{powerlines → packages/powerlines}/src/types/unplugin.d.mts +0 -0
@@ -0,0 +1,3 @@
1
+ const require_confbox_DnMsyigM = require('./shared/confbox.DnMsyigM.cjs');
2
+
3
+ exports.parseJSONC = require_confbox_DnMsyigM.h;
@@ -0,0 +1,3 @@
1
+ import { h } from "./shared/confbox.DnMsyigM.mjs";
2
+
3
+ export { h as parseJSONC };
@@ -0,0 +1,23 @@
1
+
2
+ //#region ../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs
3
+ const m = Symbol.for("__confbox_fmt__"), k = /^(\s+)/, v = /(\s+)$/;
4
+ function x(e, t = {}) {
5
+ return {
6
+ sample: t.indent === void 0 && t.preserveIndentation !== !1 && e.slice(0, t?.sampleSize || 1024),
7
+ whiteSpace: t.preserveWhitespace === !1 ? void 0 : {
8
+ start: k.exec(e)?.[0] || "",
9
+ end: v.exec(e)?.[0] || ""
10
+ }
11
+ };
12
+ }
13
+ function N(e, t, n) {
14
+ !t || typeof t != "object" || Object.defineProperty(t, m, {
15
+ enumerable: !1,
16
+ configurable: !0,
17
+ writable: !0,
18
+ value: x(e, n)
19
+ });
20
+ }
21
+
22
+ //#endregion
23
+ exports.N = N;
@@ -0,0 +1,22 @@
1
+ //#region ../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs
2
+ const m = Symbol.for("__confbox_fmt__"), k = /^(\s+)/, v = /(\s+)$/;
3
+ function x(e, t = {}) {
4
+ return {
5
+ sample: t.indent === void 0 && t.preserveIndentation !== !1 && e.slice(0, t?.sampleSize || 1024),
6
+ whiteSpace: t.preserveWhitespace === !1 ? void 0 : {
7
+ start: k.exec(e)?.[0] || "",
8
+ end: v.exec(e)?.[0] || ""
9
+ }
10
+ };
11
+ }
12
+ function N(e, t, n) {
13
+ !t || typeof t != "object" || Object.defineProperty(t, m, {
14
+ enumerable: !1,
15
+ configurable: !0,
16
+ writable: !0,
17
+ value: x(e, n)
18
+ });
19
+ }
20
+
21
+ //#endregion
22
+ export { N };
@@ -0,0 +1,405 @@
1
+ const require_confbox_DA7CpUDY = require('./confbox.DA7CpUDY.cjs');
2
+
3
+ //#region ../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs
4
+ function $(n, l = !1) {
5
+ const g = n.length;
6
+ let e = 0, u = "", p = 0, k = 16, A = 0, o = 0, O = 0, B = 0, b = 0;
7
+ function I(i, T) {
8
+ let s = 0, c = 0;
9
+ for (; s < i;) {
10
+ let t = n.charCodeAt(e);
11
+ if (t >= 48 && t <= 57) c = c * 16 + t - 48;
12
+ else if (t >= 65 && t <= 70) c = c * 16 + t - 65 + 10;
13
+ else if (t >= 97 && t <= 102) c = c * 16 + t - 97 + 10;
14
+ else break;
15
+ e++, s++;
16
+ }
17
+ return s < i && (c = -1), c;
18
+ }
19
+ function V(i) {
20
+ e = i, u = "", p = 0, k = 16, b = 0;
21
+ }
22
+ function F() {
23
+ let i = e;
24
+ if (n.charCodeAt(e) === 48) e++;
25
+ else for (e++; e < n.length && L(n.charCodeAt(e));) e++;
26
+ if (e < n.length && n.charCodeAt(e) === 46) if (e++, e < n.length && L(n.charCodeAt(e))) for (e++; e < n.length && L(n.charCodeAt(e));) e++;
27
+ else return b = 3, n.substring(i, e);
28
+ let T = e;
29
+ if (e < n.length && (n.charCodeAt(e) === 69 || n.charCodeAt(e) === 101)) if (e++, (e < n.length && n.charCodeAt(e) === 43 || n.charCodeAt(e) === 45) && e++, e < n.length && L(n.charCodeAt(e))) {
30
+ for (e++; e < n.length && L(n.charCodeAt(e));) e++;
31
+ T = e;
32
+ } else b = 3;
33
+ return n.substring(i, T);
34
+ }
35
+ function a() {
36
+ let i = "", T = e;
37
+ for (;;) {
38
+ if (e >= g) {
39
+ i += n.substring(T, e), b = 2;
40
+ break;
41
+ }
42
+ const s = n.charCodeAt(e);
43
+ if (s === 34) {
44
+ i += n.substring(T, e), e++;
45
+ break;
46
+ }
47
+ if (s === 92) {
48
+ if (i += n.substring(T, e), e++, e >= g) {
49
+ b = 2;
50
+ break;
51
+ }
52
+ switch (n.charCodeAt(e++)) {
53
+ case 34:
54
+ i += "\"";
55
+ break;
56
+ case 92:
57
+ i += "\\";
58
+ break;
59
+ case 47:
60
+ i += "/";
61
+ break;
62
+ case 98:
63
+ i += "\b";
64
+ break;
65
+ case 102:
66
+ i += "\f";
67
+ break;
68
+ case 110:
69
+ i += `
70
+ `;
71
+ break;
72
+ case 114:
73
+ i += "\r";
74
+ break;
75
+ case 116:
76
+ i += " ";
77
+ break;
78
+ case 117:
79
+ const t = I(4);
80
+ t >= 0 ? i += String.fromCharCode(t) : b = 4;
81
+ break;
82
+ default: b = 5;
83
+ }
84
+ T = e;
85
+ continue;
86
+ }
87
+ if (s >= 0 && s <= 31) if (r(s)) {
88
+ i += n.substring(T, e), b = 2;
89
+ break;
90
+ } else b = 6;
91
+ e++;
92
+ }
93
+ return i;
94
+ }
95
+ function w() {
96
+ if (u = "", b = 0, p = e, o = A, B = O, e >= g) return p = g, k = 17;
97
+ let i = n.charCodeAt(e);
98
+ if (J(i)) {
99
+ do
100
+ e++, u += String.fromCharCode(i), i = n.charCodeAt(e);
101
+ while (J(i));
102
+ return k = 15;
103
+ }
104
+ if (r(i)) return e++, u += String.fromCharCode(i), i === 13 && n.charCodeAt(e) === 10 && (e++, u += `
105
+ `), A++, O = e, k = 14;
106
+ switch (i) {
107
+ case 123: return e++, k = 1;
108
+ case 125: return e++, k = 2;
109
+ case 91: return e++, k = 3;
110
+ case 93: return e++, k = 4;
111
+ case 58: return e++, k = 6;
112
+ case 44: return e++, k = 5;
113
+ case 34: return e++, u = a(), k = 10;
114
+ case 47:
115
+ const T = e - 1;
116
+ if (n.charCodeAt(e + 1) === 47) {
117
+ for (e += 2; e < g && !r(n.charCodeAt(e));) e++;
118
+ return u = n.substring(T, e), k = 12;
119
+ }
120
+ if (n.charCodeAt(e + 1) === 42) {
121
+ e += 2;
122
+ const s = g - 1;
123
+ let c = !1;
124
+ for (; e < s;) {
125
+ const t = n.charCodeAt(e);
126
+ if (t === 42 && n.charCodeAt(e + 1) === 47) {
127
+ e += 2, c = !0;
128
+ break;
129
+ }
130
+ e++, r(t) && (t === 13 && n.charCodeAt(e) === 10 && e++, A++, O = e);
131
+ }
132
+ return c || (e++, b = 1), u = n.substring(T, e), k = 13;
133
+ }
134
+ return u += String.fromCharCode(i), e++, k = 16;
135
+ case 45: if (u += String.fromCharCode(i), e++, e === g || !L(n.charCodeAt(e))) return k = 16;
136
+ case 48:
137
+ case 49:
138
+ case 50:
139
+ case 51:
140
+ case 52:
141
+ case 53:
142
+ case 54:
143
+ case 55:
144
+ case 56:
145
+ case 57: return u += F(), k = 11;
146
+ default:
147
+ for (; e < g && v(i);) e++, i = n.charCodeAt(e);
148
+ if (p !== e) {
149
+ switch (u = n.substring(p, e), u) {
150
+ case "true": return k = 8;
151
+ case "false": return k = 9;
152
+ case "null": return k = 7;
153
+ }
154
+ return k = 16;
155
+ }
156
+ return u += String.fromCharCode(i), e++, k = 16;
157
+ }
158
+ }
159
+ function v(i) {
160
+ if (J(i) || r(i)) return !1;
161
+ switch (i) {
162
+ case 125:
163
+ case 93:
164
+ case 123:
165
+ case 91:
166
+ case 34:
167
+ case 58:
168
+ case 44:
169
+ case 47: return !1;
170
+ }
171
+ return !0;
172
+ }
173
+ function j() {
174
+ let i;
175
+ do
176
+ i = w();
177
+ while (i >= 12 && i <= 15);
178
+ return i;
179
+ }
180
+ return {
181
+ setPosition: V,
182
+ getPosition: () => e,
183
+ scan: l ? j : w,
184
+ getToken: () => k,
185
+ getTokenValue: () => u,
186
+ getTokenOffset: () => p,
187
+ getTokenLength: () => e - p,
188
+ getTokenStartLine: () => o,
189
+ getTokenStartCharacter: () => p - B,
190
+ getTokenError: () => b
191
+ };
192
+ }
193
+ function J(n) {
194
+ return n === 32 || n === 9;
195
+ }
196
+ function r(n) {
197
+ return n === 10 || n === 13;
198
+ }
199
+ function L(n) {
200
+ return n >= 48 && n <= 57;
201
+ }
202
+ var Q;
203
+ (function(n) {
204
+ n[n.lineFeed = 10] = "lineFeed", n[n.carriageReturn = 13] = "carriageReturn", n[n.space = 32] = "space", n[n._0 = 48] = "_0", n[n._1 = 49] = "_1", n[n._2 = 50] = "_2", n[n._3 = 51] = "_3", n[n._4 = 52] = "_4", n[n._5 = 53] = "_5", n[n._6 = 54] = "_6", n[n._7 = 55] = "_7", n[n._8 = 56] = "_8", n[n._9 = 57] = "_9", n[n.a = 97] = "a", n[n.b = 98] = "b", n[n.c = 99] = "c", n[n.d = 100] = "d", n[n.e = 101] = "e", n[n.f = 102] = "f", n[n.g = 103] = "g", n[n.h = 104] = "h", n[n.i = 105] = "i", n[n.j = 106] = "j", n[n.k = 107] = "k", n[n.l = 108] = "l", n[n.m = 109] = "m", n[n.n = 110] = "n", n[n.o = 111] = "o", n[n.p = 112] = "p", n[n.q = 113] = "q", n[n.r = 114] = "r", n[n.s = 115] = "s", n[n.t = 116] = "t", n[n.u = 117] = "u", n[n.v = 118] = "v", n[n.w = 119] = "w", n[n.x = 120] = "x", n[n.y = 121] = "y", n[n.z = 122] = "z", n[n.A = 65] = "A", n[n.B = 66] = "B", n[n.C = 67] = "C", n[n.D = 68] = "D", n[n.E = 69] = "E", n[n.F = 70] = "F", n[n.G = 71] = "G", n[n.H = 72] = "H", n[n.I = 73] = "I", n[n.J = 74] = "J", n[n.K = 75] = "K", n[n.L = 76] = "L", n[n.M = 77] = "M", n[n.N = 78] = "N", n[n.O = 79] = "O", n[n.P = 80] = "P", n[n.Q = 81] = "Q", n[n.R = 82] = "R", n[n.S = 83] = "S", n[n.T = 84] = "T", n[n.U = 85] = "U", n[n.V = 86] = "V", n[n.W = 87] = "W", n[n.X = 88] = "X", n[n.Y = 89] = "Y", n[n.Z = 90] = "Z", n[n.asterisk = 42] = "asterisk", n[n.backslash = 92] = "backslash", n[n.closeBrace = 125] = "closeBrace", n[n.closeBracket = 93] = "closeBracket", n[n.colon = 58] = "colon", n[n.comma = 44] = "comma", n[n.dot = 46] = "dot", n[n.doubleQuote = 34] = "doubleQuote", n[n.minus = 45] = "minus", n[n.openBrace = 123] = "openBrace", n[n.openBracket = 91] = "openBracket", n[n.plus = 43] = "plus", n[n.slash = 47] = "slash", n[n.formFeed = 12] = "formFeed", n[n.tab = 9] = "tab";
205
+ })(Q || (Q = {})), new Array(20).fill(0).map((n, l) => " ".repeat(l));
206
+ const N$1 = 200;
207
+ new Array(N$1).fill(0).map((n, l) => `
208
+ ` + " ".repeat(l)), new Array(N$1).fill(0).map((n, l) => "\r" + " ".repeat(l)), new Array(N$1).fill(0).map((n, l) => `\r
209
+ ` + " ".repeat(l)), new Array(N$1).fill(0).map((n, l) => `
210
+ ` + " ".repeat(l)), new Array(N$1).fill(0).map((n, l) => "\r" + " ".repeat(l)), new Array(N$1).fill(0).map((n, l) => `\r
211
+ ` + " ".repeat(l));
212
+ var U;
213
+ (function(n) {
214
+ n.DEFAULT = { allowTrailingComma: !1 };
215
+ })(U || (U = {}));
216
+ function S(n, l = [], g = U.DEFAULT) {
217
+ let e = null, u = [];
218
+ const p = [];
219
+ function k(o) {
220
+ Array.isArray(u) ? u.push(o) : e !== null && (u[e] = o);
221
+ }
222
+ return P(n, {
223
+ onObjectBegin: () => {
224
+ const o = {};
225
+ k(o), p.push(u), u = o, e = null;
226
+ },
227
+ onObjectProperty: (o) => {
228
+ e = o;
229
+ },
230
+ onObjectEnd: () => {
231
+ u = p.pop();
232
+ },
233
+ onArrayBegin: () => {
234
+ const o = [];
235
+ k(o), p.push(u), u = o, e = null;
236
+ },
237
+ onArrayEnd: () => {
238
+ u = p.pop();
239
+ },
240
+ onLiteralValue: k,
241
+ onError: (o, O, B) => {
242
+ l.push({
243
+ error: o,
244
+ offset: O,
245
+ length: B
246
+ });
247
+ }
248
+ }, g), u[0];
249
+ }
250
+ function P(n, l, g = U.DEFAULT) {
251
+ const e = $(n, !1), u = [];
252
+ let p = 0;
253
+ function k(f) {
254
+ return f ? () => p === 0 && f(e.getTokenOffset(), e.getTokenLength(), e.getTokenStartLine(), e.getTokenStartCharacter()) : () => !0;
255
+ }
256
+ function A(f) {
257
+ return f ? (m) => p === 0 && f(m, e.getTokenOffset(), e.getTokenLength(), e.getTokenStartLine(), e.getTokenStartCharacter()) : () => !0;
258
+ }
259
+ function o(f) {
260
+ return f ? (m) => p === 0 && f(m, e.getTokenOffset(), e.getTokenLength(), e.getTokenStartLine(), e.getTokenStartCharacter(), () => u.slice()) : () => !0;
261
+ }
262
+ function O(f) {
263
+ return f ? () => {
264
+ p > 0 ? p++ : f(e.getTokenOffset(), e.getTokenLength(), e.getTokenStartLine(), e.getTokenStartCharacter(), () => u.slice()) === !1 && (p = 1);
265
+ } : () => !0;
266
+ }
267
+ function B(f) {
268
+ return f ? () => {
269
+ p > 0 && p--, p === 0 && f(e.getTokenOffset(), e.getTokenLength(), e.getTokenStartLine(), e.getTokenStartCharacter());
270
+ } : () => !0;
271
+ }
272
+ const b = O(l.onObjectBegin), I = o(l.onObjectProperty), V = B(l.onObjectEnd), F = O(l.onArrayBegin), a = B(l.onArrayEnd), w = o(l.onLiteralValue), v = A(l.onSeparator), j = k(l.onComment), i = A(l.onError), T = g && g.disallowComments, s = g && g.allowTrailingComma;
273
+ function c() {
274
+ for (;;) {
275
+ const f = e.scan();
276
+ switch (e.getTokenError()) {
277
+ case 4:
278
+ t(14);
279
+ break;
280
+ case 5:
281
+ t(15);
282
+ break;
283
+ case 3:
284
+ t(13);
285
+ break;
286
+ case 1:
287
+ T || t(11);
288
+ break;
289
+ case 2:
290
+ t(12);
291
+ break;
292
+ case 6:
293
+ t(16);
294
+ break;
295
+ }
296
+ switch (f) {
297
+ case 12:
298
+ case 13:
299
+ T ? t(10) : j();
300
+ break;
301
+ case 16:
302
+ t(1);
303
+ break;
304
+ case 15:
305
+ case 14: break;
306
+ default: return f;
307
+ }
308
+ }
309
+ }
310
+ function t(f, m = [], y = []) {
311
+ if (i(f), m.length + y.length > 0) {
312
+ let _ = e.getToken();
313
+ for (; _ !== 17;) {
314
+ if (m.indexOf(_) !== -1) {
315
+ c();
316
+ break;
317
+ } else if (y.indexOf(_) !== -1) break;
318
+ _ = c();
319
+ }
320
+ }
321
+ }
322
+ function D(f) {
323
+ const m = e.getTokenValue();
324
+ return f ? w(m) : (I(m), u.push(m)), c(), !0;
325
+ }
326
+ function G() {
327
+ switch (e.getToken()) {
328
+ case 11:
329
+ const f = e.getTokenValue();
330
+ let m = Number(f);
331
+ isNaN(m) && (t(2), m = 0), w(m);
332
+ break;
333
+ case 7:
334
+ w(null);
335
+ break;
336
+ case 8:
337
+ w(!0);
338
+ break;
339
+ case 9:
340
+ w(!1);
341
+ break;
342
+ default: return !1;
343
+ }
344
+ return c(), !0;
345
+ }
346
+ function M() {
347
+ return e.getToken() !== 10 ? (t(3, [], [2, 5]), !1) : (D(!1), e.getToken() === 6 ? (v(":"), c(), E() || t(4, [], [2, 5])) : t(5, [], [2, 5]), u.pop(), !0);
348
+ }
349
+ function X() {
350
+ b(), c();
351
+ let f = !1;
352
+ for (; e.getToken() !== 2 && e.getToken() !== 17;) {
353
+ if (e.getToken() === 5) {
354
+ if (f || t(4, [], []), v(","), c(), e.getToken() === 2 && s) break;
355
+ } else f && t(6, [], []);
356
+ M() || t(4, [], [2, 5]), f = !0;
357
+ }
358
+ return V(), e.getToken() !== 2 ? t(7, [2], []) : c(), !0;
359
+ }
360
+ function Y() {
361
+ F(), c();
362
+ let f = !0, m = !1;
363
+ for (; e.getToken() !== 4 && e.getToken() !== 17;) {
364
+ if (e.getToken() === 5) {
365
+ if (m || t(4, [], []), v(","), c(), e.getToken() === 4 && s) break;
366
+ } else m && t(6, [], []);
367
+ f ? (u.push(0), f = !1) : u[u.length - 1]++, E() || t(4, [], [4, 5]), m = !0;
368
+ }
369
+ return a(), f || u.pop(), e.getToken() !== 4 ? t(8, [4], []) : c(), !0;
370
+ }
371
+ function E() {
372
+ switch (e.getToken()) {
373
+ case 3: return Y();
374
+ case 1: return X();
375
+ case 10: return D(!0);
376
+ default: return G();
377
+ }
378
+ }
379
+ return c(), e.getToken() === 17 ? g.allowEmptyContent ? !0 : (t(4, [], []), !1) : E() ? (e.getToken() !== 17 && t(9, [], []), !0) : (t(4, [], []), !1);
380
+ }
381
+ var W;
382
+ (function(n) {
383
+ n[n.None = 0] = "None", n[n.UnexpectedEndOfComment = 1] = "UnexpectedEndOfComment", n[n.UnexpectedEndOfString = 2] = "UnexpectedEndOfString", n[n.UnexpectedEndOfNumber = 3] = "UnexpectedEndOfNumber", n[n.InvalidUnicode = 4] = "InvalidUnicode", n[n.InvalidEscapeCharacter = 5] = "InvalidEscapeCharacter", n[n.InvalidCharacter = 6] = "InvalidCharacter";
384
+ })(W || (W = {}));
385
+ var H;
386
+ (function(n) {
387
+ n[n.OpenBraceToken = 1] = "OpenBraceToken", n[n.CloseBraceToken = 2] = "CloseBraceToken", n[n.OpenBracketToken = 3] = "OpenBracketToken", n[n.CloseBracketToken = 4] = "CloseBracketToken", n[n.CommaToken = 5] = "CommaToken", n[n.ColonToken = 6] = "ColonToken", n[n.NullKeyword = 7] = "NullKeyword", n[n.TrueKeyword = 8] = "TrueKeyword", n[n.FalseKeyword = 9] = "FalseKeyword", n[n.StringLiteral = 10] = "StringLiteral", n[n.NumericLiteral = 11] = "NumericLiteral", n[n.LineCommentTrivia = 12] = "LineCommentTrivia", n[n.BlockCommentTrivia = 13] = "BlockCommentTrivia", n[n.LineBreakTrivia = 14] = "LineBreakTrivia", n[n.Trivia = 15] = "Trivia", n[n.Unknown = 16] = "Unknown", n[n.EOF = 17] = "EOF";
388
+ })(H || (H = {}));
389
+ const K = S;
390
+ var q;
391
+ (function(n) {
392
+ n[n.InvalidSymbol = 1] = "InvalidSymbol", n[n.InvalidNumberFormat = 2] = "InvalidNumberFormat", n[n.PropertyNameExpected = 3] = "PropertyNameExpected", n[n.ValueExpected = 4] = "ValueExpected", n[n.ColonExpected = 5] = "ColonExpected", n[n.CommaExpected = 6] = "CommaExpected", n[n.CloseBraceExpected = 7] = "CloseBraceExpected", n[n.CloseBracketExpected = 8] = "CloseBracketExpected", n[n.EndOfFileExpected = 9] = "EndOfFileExpected", n[n.InvalidCommentToken = 10] = "InvalidCommentToken", n[n.UnexpectedEndOfComment = 11] = "UnexpectedEndOfComment", n[n.UnexpectedEndOfString = 12] = "UnexpectedEndOfString", n[n.UnexpectedEndOfNumber = 13] = "UnexpectedEndOfNumber", n[n.InvalidUnicode = 14] = "InvalidUnicode", n[n.InvalidEscapeCharacter = 15] = "InvalidEscapeCharacter", n[n.InvalidCharacter = 16] = "InvalidCharacter";
393
+ })(q || (q = {}));
394
+ function x(n, l) {
395
+ const g = JSON.parse(n, l?.reviver);
396
+ return require_confbox_DA7CpUDY.N(n, g, l), g;
397
+ }
398
+ function h(n, l) {
399
+ const g = K(n, l?.errors, l);
400
+ return require_confbox_DA7CpUDY.N(n, g, l), g;
401
+ }
402
+
403
+ //#endregion
404
+ exports.h = h;
405
+ exports.x = x;