@powerlines/core 0.48.22 → 0.48.25

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 (360) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +8 -0
  2. package/dist/constants/api.cjs +8 -0
  3. package/dist/constants/api.d.mts +2 -0
  4. package/dist/constants/api.d.mts.map +1 -1
  5. package/dist/constants/api.mjs +8 -0
  6. package/dist/constants/api.mjs.map +1 -1
  7. package/dist/constants/commands.cjs +8 -0
  8. package/dist/constants/commands.d.mts +2 -0
  9. package/dist/constants/commands.d.mts.map +1 -1
  10. package/dist/constants/commands.mjs +8 -0
  11. package/dist/constants/commands.mjs.map +1 -1
  12. package/dist/constants/devtools.cjs +8 -0
  13. package/dist/constants/devtools.d.mts +2 -0
  14. package/dist/constants/devtools.d.mts.map +1 -1
  15. package/dist/constants/devtools.mjs +8 -0
  16. package/dist/constants/devtools.mjs.map +1 -1
  17. package/dist/constants/environments.cjs +8 -0
  18. package/dist/constants/environments.d.mts +2 -0
  19. package/dist/constants/environments.d.mts.map +1 -1
  20. package/dist/constants/environments.mjs +8 -0
  21. package/dist/constants/environments.mjs.map +1 -1
  22. package/dist/constants/extensions.cjs +8 -0
  23. package/dist/constants/extensions.d.mts +2 -0
  24. package/dist/constants/extensions.d.mts.map +1 -1
  25. package/dist/constants/extensions.mjs +8 -0
  26. package/dist/constants/extensions.mjs.map +1 -1
  27. package/dist/constants/fs.cjs +8 -0
  28. package/dist/constants/fs.d.mts +2 -0
  29. package/dist/constants/fs.d.mts.map +1 -1
  30. package/dist/constants/fs.mjs +8 -0
  31. package/dist/constants/fs.mjs.map +1 -1
  32. package/dist/constants/hooks.cjs +8 -0
  33. package/dist/constants/hooks.d.mts +2 -0
  34. package/dist/constants/hooks.d.mts.map +1 -1
  35. package/dist/constants/hooks.mjs +8 -0
  36. package/dist/constants/hooks.mjs.map +1 -1
  37. package/dist/constants/index.cjs +8 -0
  38. package/dist/constants/index.d.mts +2 -0
  39. package/dist/constants/index.mjs +8 -0
  40. package/dist/constants/log-level.cjs +8 -0
  41. package/dist/constants/log-level.d.mts +2 -0
  42. package/dist/constants/log-level.d.mts.map +1 -1
  43. package/dist/constants/log-level.mjs +8 -0
  44. package/dist/constants/log-level.mjs.map +1 -1
  45. package/dist/constants/meta.cjs +8 -0
  46. package/dist/constants/meta.d.mts +2 -0
  47. package/dist/constants/meta.d.mts.map +1 -1
  48. package/dist/constants/meta.mjs +8 -0
  49. package/dist/constants/meta.mjs.map +1 -1
  50. package/dist/constants/plugin.cjs +8 -0
  51. package/dist/constants/plugin.d.mts +2 -0
  52. package/dist/constants/plugin.d.mts.map +1 -1
  53. package/dist/constants/plugin.mjs +8 -0
  54. package/dist/constants/plugin.mjs.map +1 -1
  55. package/dist/context/base-context.cjs +8 -0
  56. package/dist/context/base-context.d.mts +2 -0
  57. package/dist/context/base-context.d.mts.map +1 -1
  58. package/dist/context/base-context.mjs +8 -0
  59. package/dist/context/base-context.mjs.map +1 -1
  60. package/dist/context/context.cjs +8 -0
  61. package/dist/context/context.d.mts +2 -0
  62. package/dist/context/context.d.mts.map +1 -1
  63. package/dist/context/context.mjs +8 -0
  64. package/dist/context/context.mjs.map +1 -1
  65. package/dist/context/environment-context.cjs +8 -0
  66. package/dist/context/environment-context.d.mts +2 -0
  67. package/dist/context/environment-context.d.mts.map +1 -1
  68. package/dist/context/environment-context.mjs +8 -0
  69. package/dist/context/environment-context.mjs.map +1 -1
  70. package/dist/context/execution-context.cjs +8 -0
  71. package/dist/context/execution-context.d.mts +2 -0
  72. package/dist/context/execution-context.d.mts.map +1 -1
  73. package/dist/context/execution-context.mjs +8 -0
  74. package/dist/context/execution-context.mjs.map +1 -1
  75. package/dist/context/index.cjs +8 -0
  76. package/dist/context/index.d.mts +2 -0
  77. package/dist/context/index.mjs +8 -0
  78. package/dist/context/plugin-context.cjs +8 -0
  79. package/dist/context/plugin-context.d.mts +2 -0
  80. package/dist/context/plugin-context.d.mts.map +1 -1
  81. package/dist/context/plugin-context.mjs +8 -0
  82. package/dist/context/plugin-context.mjs.map +1 -1
  83. package/dist/index.cjs +8 -0
  84. package/dist/index.d.cts +2 -2
  85. package/dist/index.d.mts +4 -2
  86. package/dist/index.mjs +8 -0
  87. package/dist/lib/config.cjs +8 -0
  88. package/dist/lib/config.d.mts +2 -0
  89. package/dist/lib/config.d.mts.map +1 -1
  90. package/dist/lib/config.mjs +8 -0
  91. package/dist/lib/config.mjs.map +1 -1
  92. package/dist/lib/context-helpers.cjs +8 -0
  93. package/dist/lib/context-helpers.d.mts +2 -0
  94. package/dist/lib/context-helpers.d.mts.map +1 -1
  95. package/dist/lib/context-helpers.mjs +8 -0
  96. package/dist/lib/context-helpers.mjs.map +1 -1
  97. package/dist/lib/entry.cjs +8 -0
  98. package/dist/lib/entry.d.mts +2 -0
  99. package/dist/lib/entry.d.mts.map +1 -1
  100. package/dist/lib/entry.mjs +8 -0
  101. package/dist/lib/entry.mjs.map +1 -1
  102. package/dist/lib/environment.cjs +8 -0
  103. package/dist/lib/environment.d.mts +2 -0
  104. package/dist/lib/environment.d.mts.map +1 -1
  105. package/dist/lib/environment.mjs +8 -0
  106. package/dist/lib/environment.mjs.map +1 -1
  107. package/dist/lib/events.cjs +8 -0
  108. package/dist/lib/events.d.mts +2 -0
  109. package/dist/lib/events.d.mts.map +1 -1
  110. package/dist/lib/events.mjs +8 -0
  111. package/dist/lib/events.mjs.map +1 -1
  112. package/dist/lib/generate-types.cjs +8 -0
  113. package/dist/lib/generate-types.d.mts +2 -0
  114. package/dist/lib/generate-types.d.mts.map +1 -1
  115. package/dist/lib/generate-types.mjs +8 -0
  116. package/dist/lib/generate-types.mjs.map +1 -1
  117. package/dist/lib/hooks.cjs +8 -0
  118. package/dist/lib/hooks.d.mts +2 -0
  119. package/dist/lib/hooks.d.mts.map +1 -1
  120. package/dist/lib/hooks.mjs +8 -0
  121. package/dist/lib/hooks.mjs.map +1 -1
  122. package/dist/lib/index.cjs +8 -0
  123. package/dist/lib/index.d.mts +2 -0
  124. package/dist/lib/index.mjs +8 -0
  125. package/dist/lib/install-dependencies.cjs +8 -0
  126. package/dist/lib/install-dependencies.d.mts +2 -0
  127. package/dist/lib/install-dependencies.d.mts.map +1 -1
  128. package/dist/lib/install-dependencies.mjs +8 -0
  129. package/dist/lib/install-dependencies.mjs.map +1 -1
  130. package/dist/lib/meta.cjs +8 -0
  131. package/dist/lib/meta.d.mts +2 -0
  132. package/dist/lib/meta.d.mts.map +1 -1
  133. package/dist/lib/meta.mjs +8 -0
  134. package/dist/lib/meta.mjs.map +1 -1
  135. package/dist/lib/plugins.cjs +8 -0
  136. package/dist/lib/plugins.d.mts +2 -0
  137. package/dist/lib/plugins.d.mts.map +1 -1
  138. package/dist/lib/plugins.mjs +8 -0
  139. package/dist/lib/plugins.mjs.map +1 -1
  140. package/dist/lib/resolver.cjs +8 -0
  141. package/dist/lib/resolver.d.mts +2 -0
  142. package/dist/lib/resolver.d.mts.map +1 -1
  143. package/dist/lib/resolver.mjs +8 -0
  144. package/dist/lib/resolver.mjs.map +1 -1
  145. package/dist/lib/schemas.cjs +8 -0
  146. package/dist/lib/schemas.d.mts +2 -0
  147. package/dist/lib/schemas.mjs +8 -0
  148. package/dist/lib/streaming-channel.cjs +8 -0
  149. package/dist/lib/streaming-channel.d.mts +2 -0
  150. package/dist/lib/streaming-channel.d.mts.map +1 -1
  151. package/dist/lib/streaming-channel.mjs +8 -0
  152. package/dist/lib/streaming-channel.mjs.map +1 -1
  153. package/dist/lib/typescript/index.cjs +8 -0
  154. package/dist/lib/typescript/index.d.mts +2 -0
  155. package/dist/lib/typescript/index.mjs +8 -0
  156. package/dist/lib/typescript/ts-morph.cjs +8 -0
  157. package/dist/lib/typescript/ts-morph.d.mts +2 -0
  158. package/dist/lib/typescript/ts-morph.d.mts.map +1 -1
  159. package/dist/lib/typescript/ts-morph.mjs +8 -0
  160. package/dist/lib/typescript/ts-morph.mjs.map +1 -1
  161. package/dist/lib/typescript/tsconfig.cjs +8 -0
  162. package/dist/lib/typescript/tsconfig.d.mts +2 -0
  163. package/dist/lib/typescript/tsconfig.d.mts.map +1 -1
  164. package/dist/lib/typescript/tsconfig.mjs +8 -0
  165. package/dist/lib/typescript/tsconfig.mjs.map +1 -1
  166. package/dist/lib/unplugin/helpers.cjs +8 -0
  167. package/dist/lib/unplugin/helpers.d.mts +2 -0
  168. package/dist/lib/unplugin/helpers.d.mts.map +1 -1
  169. package/dist/lib/unplugin/helpers.mjs +8 -0
  170. package/dist/lib/unplugin/helpers.mjs.map +1 -1
  171. package/dist/lib/unplugin/index.cjs +8 -0
  172. package/dist/lib/unplugin/index.d.mts +2 -0
  173. package/dist/lib/unplugin/index.mjs +8 -0
  174. package/dist/lib/unplugin/module-resolution.cjs +8 -0
  175. package/dist/lib/unplugin/module-resolution.d.mts +2 -0
  176. package/dist/lib/unplugin/module-resolution.d.mts.map +1 -1
  177. package/dist/lib/unplugin/module-resolution.mjs +8 -0
  178. package/dist/lib/unplugin/module-resolution.mjs.map +1 -1
  179. package/dist/lib/unplugin/plugin.cjs +8 -0
  180. package/dist/lib/unplugin/plugin.d.mts +2 -0
  181. package/dist/lib/unplugin/plugin.d.mts.map +1 -1
  182. package/dist/lib/unplugin/plugin.mjs +8 -0
  183. package/dist/lib/unplugin/plugin.mjs.map +1 -1
  184. package/dist/lib/utilities/file-header.cjs +8 -0
  185. package/dist/lib/utilities/file-header.d.mts +2 -0
  186. package/dist/lib/utilities/file-header.d.mts.map +1 -1
  187. package/dist/lib/utilities/file-header.mjs +8 -0
  188. package/dist/lib/utilities/file-header.mjs.map +1 -1
  189. package/dist/lib/utilities/format.cjs +8 -0
  190. package/dist/lib/utilities/format.d.mts +2 -0
  191. package/dist/lib/utilities/format.d.mts.map +1 -1
  192. package/dist/lib/utilities/format.mjs +8 -0
  193. package/dist/lib/utilities/format.mjs.map +1 -1
  194. package/dist/lib/utilities/index.cjs +8 -0
  195. package/dist/lib/utilities/index.d.mts +2 -0
  196. package/dist/lib/utilities/index.mjs +8 -0
  197. package/dist/lib/utilities/source-file.cjs +8 -0
  198. package/dist/lib/utilities/source-file.d.mts +2 -0
  199. package/dist/lib/utilities/source-file.d.mts.map +1 -1
  200. package/dist/lib/utilities/source-file.mjs +8 -0
  201. package/dist/lib/utilities/source-file.mjs.map +1 -1
  202. package/dist/lib/utilities/source-map.cjs +8 -0
  203. package/dist/lib/utilities/source-map.d.mts +2 -0
  204. package/dist/lib/utilities/source-map.d.mts.map +1 -1
  205. package/dist/lib/utilities/source-map.mjs +8 -0
  206. package/dist/lib/utilities/source-map.mjs.map +1 -1
  207. package/dist/lib/utilities/write-file.cjs +8 -0
  208. package/dist/lib/utilities/write-file.d.mts +2 -0
  209. package/dist/lib/utilities/write-file.d.mts.map +1 -1
  210. package/dist/lib/utilities/write-file.mjs +8 -0
  211. package/dist/lib/utilities/write-file.mjs.map +1 -1
  212. package/dist/lib/vfs.cjs +8 -0
  213. package/dist/lib/vfs.d.mts +2 -0
  214. package/dist/lib/vfs.d.mts.map +1 -1
  215. package/dist/lib/vfs.mjs +8 -0
  216. package/dist/lib/vfs.mjs.map +1 -1
  217. package/dist/plugin-base.cjs +8 -0
  218. package/dist/plugin-base.d.mts +2 -0
  219. package/dist/plugin-base.d.mts.map +1 -1
  220. package/dist/plugin-base.mjs +8 -0
  221. package/dist/plugin-base.mjs.map +1 -1
  222. package/dist/plugin-utils/build-helpers.cjs +8 -0
  223. package/dist/plugin-utils/build-helpers.d.mts +2 -0
  224. package/dist/plugin-utils/build-helpers.d.mts.map +1 -1
  225. package/dist/plugin-utils/build-helpers.mjs +8 -0
  226. package/dist/plugin-utils/build-helpers.mjs.map +1 -1
  227. package/dist/plugin-utils/combine-plugins.cjs +8 -0
  228. package/dist/plugin-utils/combine-plugins.d.mts +2 -0
  229. package/dist/plugin-utils/combine-plugins.d.mts.map +1 -1
  230. package/dist/plugin-utils/combine-plugins.mjs +8 -0
  231. package/dist/plugin-utils/combine-plugins.mjs.map +1 -1
  232. package/dist/plugin-utils/context-helpers.cjs +8 -0
  233. package/dist/plugin-utils/context-helpers.d.mts +2 -0
  234. package/dist/plugin-utils/context-helpers.d.mts.map +1 -1
  235. package/dist/plugin-utils/context-helpers.mjs +8 -0
  236. package/dist/plugin-utils/context-helpers.mjs.map +1 -1
  237. package/dist/plugin-utils/docs-helper.cjs +8 -0
  238. package/dist/plugin-utils/docs-helper.d.mts +2 -0
  239. package/dist/plugin-utils/docs-helper.d.mts.map +1 -1
  240. package/dist/plugin-utils/docs-helper.mjs +8 -0
  241. package/dist/plugin-utils/docs-helper.mjs.map +1 -1
  242. package/dist/plugin-utils/enable-plugin.cjs +8 -0
  243. package/dist/plugin-utils/enable-plugin.d.mts +2 -0
  244. package/dist/plugin-utils/enable-plugin.d.mts.map +1 -1
  245. package/dist/plugin-utils/enable-plugin.mjs +8 -0
  246. package/dist/plugin-utils/enable-plugin.mjs.map +1 -1
  247. package/dist/plugin-utils/extend.cjs +8 -0
  248. package/dist/plugin-utils/extend.d.mts +2 -0
  249. package/dist/plugin-utils/extend.d.mts.map +1 -1
  250. package/dist/plugin-utils/extend.mjs +8 -0
  251. package/dist/plugin-utils/extend.mjs.map +1 -1
  252. package/dist/plugin-utils/filter.cjs +8 -0
  253. package/dist/plugin-utils/filter.d.mts +2 -0
  254. package/dist/plugin-utils/filter.d.mts.map +1 -1
  255. package/dist/plugin-utils/filter.mjs +8 -0
  256. package/dist/plugin-utils/filter.mjs.map +1 -1
  257. package/dist/plugin-utils/format-package-json.cjs +8 -0
  258. package/dist/plugin-utils/format-package-json.d.mts +2 -0
  259. package/dist/plugin-utils/format-package-json.d.mts.map +1 -1
  260. package/dist/plugin-utils/format-package-json.mjs +8 -0
  261. package/dist/plugin-utils/format-package-json.mjs.map +1 -1
  262. package/dist/plugin-utils/format.cjs +8 -0
  263. package/dist/plugin-utils/format.d.mts +2 -0
  264. package/dist/plugin-utils/format.d.mts.map +1 -1
  265. package/dist/plugin-utils/format.mjs +8 -0
  266. package/dist/plugin-utils/format.mjs.map +1 -1
  267. package/dist/plugin-utils/get-config-path.cjs +8 -0
  268. package/dist/plugin-utils/get-config-path.d.mts +2 -0
  269. package/dist/plugin-utils/get-config-path.d.mts.map +1 -1
  270. package/dist/plugin-utils/get-config-path.mjs +8 -0
  271. package/dist/plugin-utils/get-config-path.mjs.map +1 -1
  272. package/dist/plugin-utils/helpers.cjs +8 -0
  273. package/dist/plugin-utils/helpers.d.mts +2 -0
  274. package/dist/plugin-utils/helpers.d.mts.map +1 -1
  275. package/dist/plugin-utils/helpers.mjs +8 -0
  276. package/dist/plugin-utils/helpers.mjs.map +1 -1
  277. package/dist/plugin-utils/index.cjs +8 -0
  278. package/dist/plugin-utils/index.d.mts +2 -0
  279. package/dist/plugin-utils/index.mjs +8 -0
  280. package/dist/plugin-utils/install.cjs +8 -0
  281. package/dist/plugin-utils/install.d.mts +2 -0
  282. package/dist/plugin-utils/install.d.mts.map +1 -1
  283. package/dist/plugin-utils/install.mjs +8 -0
  284. package/dist/plugin-utils/install.mjs.map +1 -1
  285. package/dist/plugin-utils/logging.cjs +8 -0
  286. package/dist/plugin-utils/logging.d.mts +2 -0
  287. package/dist/plugin-utils/logging.d.mts.map +1 -1
  288. package/dist/plugin-utils/logging.mjs +8 -0
  289. package/dist/plugin-utils/logging.mjs.map +1 -1
  290. package/dist/plugin-utils/merge.cjs +8 -0
  291. package/dist/plugin-utils/merge.d.mts +2 -0
  292. package/dist/plugin-utils/merge.d.mts.map +1 -1
  293. package/dist/plugin-utils/merge.mjs +8 -0
  294. package/dist/plugin-utils/merge.mjs.map +1 -1
  295. package/dist/plugin-utils/modules.cjs +8 -0
  296. package/dist/plugin-utils/modules.d.mts +2 -0
  297. package/dist/plugin-utils/modules.d.mts.map +1 -1
  298. package/dist/plugin-utils/modules.mjs +8 -0
  299. package/dist/plugin-utils/modules.mjs.map +1 -1
  300. package/dist/plugin-utils/paths.cjs +8 -0
  301. package/dist/plugin-utils/paths.d.mts +2 -0
  302. package/dist/plugin-utils/paths.d.mts.map +1 -1
  303. package/dist/plugin-utils/paths.mjs +8 -0
  304. package/dist/plugin-utils/paths.mjs.map +1 -1
  305. package/dist/plugin-utils/virtual.cjs +8 -0
  306. package/dist/plugin-utils/virtual.d.mts +2 -0
  307. package/dist/plugin-utils/virtual.d.mts.map +1 -1
  308. package/dist/plugin-utils/virtual.mjs +8 -0
  309. package/dist/plugin-utils/virtual.mjs.map +1 -1
  310. package/dist/schemas/fs.cjs +8 -0
  311. package/dist/schemas/fs.d.mts +2 -0
  312. package/dist/schemas/fs.d.mts.map +1 -1
  313. package/dist/schemas/fs.mjs +8 -0
  314. package/dist/schemas/fs.mjs.map +1 -1
  315. package/dist/storage/base.cjs +8 -0
  316. package/dist/storage/base.d.mts +2 -0
  317. package/dist/storage/base.d.mts.map +1 -1
  318. package/dist/storage/base.mjs +8 -0
  319. package/dist/storage/base.mjs.map +1 -1
  320. package/dist/storage/file-system.cjs +8 -0
  321. package/dist/storage/file-system.d.mts +2 -0
  322. package/dist/storage/file-system.d.mts.map +1 -1
  323. package/dist/storage/file-system.mjs +8 -0
  324. package/dist/storage/file-system.mjs.map +1 -1
  325. package/dist/storage/helpers.cjs +8 -0
  326. package/dist/storage/helpers.d.mts +2 -0
  327. package/dist/storage/helpers.d.mts.map +1 -1
  328. package/dist/storage/helpers.mjs +8 -0
  329. package/dist/storage/helpers.mjs.map +1 -1
  330. package/dist/storage/index.cjs +8 -0
  331. package/dist/storage/index.d.mts +2 -0
  332. package/dist/storage/index.mjs +8 -0
  333. package/dist/storage/virtual.cjs +8 -0
  334. package/dist/storage/virtual.d.mts +2 -0
  335. package/dist/storage/virtual.d.mts.map +1 -1
  336. package/dist/storage/virtual.mjs +8 -0
  337. package/dist/storage/virtual.mjs.map +1 -1
  338. package/dist/types/api.d.cts +3 -3
  339. package/dist/types/api.d.cts.map +1 -1
  340. package/dist/types/api.d.mts +5 -3
  341. package/dist/types/api.d.mts.map +1 -1
  342. package/dist/types/config.d.mts +2 -0
  343. package/dist/types/config.d.mts.map +1 -1
  344. package/dist/types/context.d.mts +2 -0
  345. package/dist/types/context.d.mts.map +1 -1
  346. package/dist/types/fs.d.mts +2 -0
  347. package/dist/types/fs.d.mts.map +1 -1
  348. package/dist/types/hooks.d.mts +2 -0
  349. package/dist/types/hooks.d.mts.map +1 -1
  350. package/dist/types/index.d.cts +1 -1
  351. package/dist/types/index.d.mts +3 -1
  352. package/dist/types/logging.d.mts +2 -0
  353. package/dist/types/logging.d.mts.map +1 -1
  354. package/dist/types/plugin.d.mts +2 -0
  355. package/dist/types/plugin.d.mts.map +1 -1
  356. package/dist/types/tsconfig.d.mts +2 -0
  357. package/dist/types/tsconfig.d.mts.map +1 -1
  358. package/dist/types/unplugin.d.mts +2 -0
  359. package/dist/types/unplugin.d.mts.map +1 -1
  360. package/package.json +7 -7
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region \0rolldown/runtime.js
2
10
  var __create = Object.create;
3
11
  var __defProp = Object.defineProperty;
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/api.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/api.d.ts
2
4
  declare const BASE_EXECUTION_API_METHODS: readonly ["create", "clean", "prepare", "lint", "test", "build", "docs", "deploy"];
3
5
  declare const EXECUTION_API_METHODS: readonly ["types", "create", "clean", "prepare", "lint", "test", "build", "docs", "deploy"];
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.mts","names":[],"sources":["../../src/constants/api.ts"],"mappings":";cAkBa,0BAAA;AAAA,cAWA,qBAAA"}
1
+ {"version":3,"file":"api.d.mts","names":[],"sources":["../../src/constants/api.ts"],"mappings":";;;cAkBa,0BAAA;AAAA,cAWA,qBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/api.ts
2
10
  const BASE_EXECUTION_API_METHODS = [
3
11
  "create",
@@ -1 +1 @@
1
- {"version":3,"file":"api.mjs","names":[],"sources":["../../src/constants/api.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\nexport const BASE_EXECUTION_API_METHODS = [\n \"create\",\n \"clean\",\n \"prepare\",\n \"lint\",\n \"test\",\n \"build\",\n \"docs\",\n \"deploy\"\n] as const;\n\nexport const EXECUTION_API_METHODS = [\n \"types\",\n ...BASE_EXECUTION_API_METHODS\n] as const;\n"],"mappings":";AAkBA,MAAa,6BAA6B;CACxC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,wBAAwB,CACnC,SACA,GAAG,0BACL"}
1
+ {"version":3,"file":"api.mjs","names":[],"sources":["../../src/constants/api.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\nexport const BASE_EXECUTION_API_METHODS = [\n \"create\",\n \"clean\",\n \"prepare\",\n \"lint\",\n \"test\",\n \"build\",\n \"docs\",\n \"deploy\"\n] as const;\n\nexport const EXECUTION_API_METHODS = [\n \"types\",\n ...BASE_EXECUTION_API_METHODS\n] as const;\n"],"mappings":";;;;;;;;;AAkBA,MAAa,6BAA6B;CACxC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,wBAAwB,CACnC,SACA,GAAG,0BACL"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
  const require_constants_api = require('./api.cjs');
3
11
 
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/commands.d.ts
2
4
  declare const SUPPORTED_COMMANDS: readonly string[];
3
5
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"commands.d.mts","names":[],"sources":["../../src/constants/commands.ts"],"mappings":";cAoBa,kBAAA"}
1
+ {"version":3,"file":"commands.d.mts","names":[],"sources":["../../src/constants/commands.ts"],"mappings":";;;cAoBa,kBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  import { EXECUTION_API_METHODS } from "./api.mjs";
2
10
 
3
11
  //#region src/constants/commands.ts
@@ -1 +1 @@
1
- {"version":3,"file":"commands.mjs","names":[],"sources":["../../src/constants/commands.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 { EXECUTION_API_METHODS } from \"./api\";\n\nexport const SUPPORTED_COMMANDS = [\n ...EXECUTION_API_METHODS,\n \"finalize\"\n] as readonly string[];\n"],"mappings":";;;AAoBA,MAAa,qBAAqB,CAChC,GAAG,uBACH,UACF"}
1
+ {"version":3,"file":"commands.mjs","names":[],"sources":["../../src/constants/commands.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 { EXECUTION_API_METHODS } from \"./api\";\n\nexport const SUPPORTED_COMMANDS = [\n ...EXECUTION_API_METHODS,\n \"finalize\"\n] as readonly string[];\n"],"mappings":";;;;;;;;;;;AAoBA,MAAa,qBAAqB,CAChC,GAAG,uBACH,UACF"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/devtools.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/devtools.d.ts
2
4
  declare const DEVTOOLS_DEFAULT_PORT = 5000;
3
5
  declare const DEVTOOLS_MOUNT_PATH = "/.devtools/";
@@ -1 +1 @@
1
- {"version":3,"file":"devtools.d.mts","names":[],"sources":["../../src/constants/devtools.ts"],"mappings":";cAkBa,qBAAA;AAAA,cAGA,mBAAA;AAAA,cACA,qCAAA;AAAA,cACA,gBAAA;AAAA,cAEA,iCAAA;AAAA,cACA,mCAAA;AAAA,cACA,8BAAA;AAAA,cACA,gCAAA;AAAA,cACA,yBAAA"}
1
+ {"version":3,"file":"devtools.d.mts","names":[],"sources":["../../src/constants/devtools.ts"],"mappings":";;;cAkBa,qBAAA;AAAA,cAGA,mBAAA;AAAA,cACA,qCAAA;AAAA,cACA,gBAAA;AAAA,cAEA,iCAAA;AAAA,cACA,mCAAA;AAAA,cACA,8BAAA;AAAA,cACA,gCAAA;AAAA,cACA,yBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/devtools.ts
2
10
  const DEVTOOLS_DEFAULT_PORT = 5e3;
3
11
  const DEVTOOLS_MOUNT_PATH = "/.devtools/";
@@ -1 +1 @@
1
- {"version":3,"file":"devtools.mjs","names":[],"sources":["../../src/constants/devtools.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\nexport const DEVTOOLS_DEFAULT_PORT = 5000;\n\n// DevTools runtime routes and static output conventions.\nexport const DEVTOOLS_MOUNT_PATH = \"/.devtools/\";\nexport const DEVTOOLS_MOUNT_PATH_NO_TRAILING_SLASH = \"/.devtools\";\nexport const DEVTOOLS_DIRNAME = \"devtools\";\n\nexport const DEVTOOLS_CONNECTION_META_FILENAME = \".connection.json\";\nexport const DEVTOOLS_RPC_DUMP_MANIFEST_FILENAME = \"rpc-dump/index.json\";\nexport const DEVTOOLS_DOCK_IMPORTS_FILENAME = \".client-imports.js\";\nexport const DEVTOOLS_DOCK_IMPORTS_VIRTUAL_ID = \"/.devtools-client-imports.js\";\nexport const DEVTOOLS_RPC_DUMP_DIRNAME = \"rpc-dump\";\n"],"mappings":";AAkBA,MAAa,wBAAwB;AAGrC,MAAa,sBAAsB;AACnC,MAAa,wCAAwC;AACrD,MAAa,mBAAmB;AAEhC,MAAa,oCAAoC;AACjD,MAAa,sCAAsC;AACnD,MAAa,iCAAiC;AAC9C,MAAa,mCAAmC;AAChD,MAAa,4BAA4B"}
1
+ {"version":3,"file":"devtools.mjs","names":[],"sources":["../../src/constants/devtools.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\nexport const DEVTOOLS_DEFAULT_PORT = 5000;\n\n// DevTools runtime routes and static output conventions.\nexport const DEVTOOLS_MOUNT_PATH = \"/.devtools/\";\nexport const DEVTOOLS_MOUNT_PATH_NO_TRAILING_SLASH = \"/.devtools\";\nexport const DEVTOOLS_DIRNAME = \"devtools\";\n\nexport const DEVTOOLS_CONNECTION_META_FILENAME = \".connection.json\";\nexport const DEVTOOLS_RPC_DUMP_MANIFEST_FILENAME = \"rpc-dump/index.json\";\nexport const DEVTOOLS_DOCK_IMPORTS_FILENAME = \".client-imports.js\";\nexport const DEVTOOLS_DOCK_IMPORTS_VIRTUAL_ID = \"/.devtools-client-imports.js\";\nexport const DEVTOOLS_RPC_DUMP_DIRNAME = \"rpc-dump\";\n"],"mappings":";;;;;;;;;AAkBA,MAAa,wBAAwB;AAGrC,MAAa,sBAAsB;AACnC,MAAa,wCAAwC;AACrD,MAAa,mBAAmB;AAEhC,MAAa,oCAAoC;AACjD,MAAa,sCAAsC;AACnD,MAAa,iCAAiC;AAC9C,MAAa,mCAAmC;AAChD,MAAa,4BAA4B"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/environments.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/environments.d.ts
2
4
  declare const DEFAULT_ENVIRONMENT: "default";
3
5
  declare const GLOBAL_ENVIRONMENT: "__global__";
@@ -1 +1 @@
1
- {"version":3,"file":"environments.d.mts","names":[],"sources":["../../src/constants/environments.ts"],"mappings":";cAkBa,mBAAA;AAAA,cACA,kBAAA;AAAA,cAGA,kBAAA;AAAA,cACA,kBAAA;AAAA,cACA,eAAA;AAAA,cACA,eAAA"}
1
+ {"version":3,"file":"environments.d.mts","names":[],"sources":["../../src/constants/environments.ts"],"mappings":";;;cAkBa,mBAAA;AAAA,cACA,kBAAA;AAAA,cAGA,kBAAA;AAAA,cACA,kBAAA;AAAA,cACA,eAAA;AAAA,cACA,eAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/environments.ts
2
10
  const DEFAULT_ENVIRONMENT = "default";
3
11
  const GLOBAL_ENVIRONMENT = "__global__";
@@ -1 +1 @@
1
- {"version":3,"file":"environments.mjs","names":[],"sources":["../../src/constants/environments.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\nexport const DEFAULT_ENVIRONMENT = \"default\" as const;\nexport const GLOBAL_ENVIRONMENT = \"__global__\" as const;\n\n// General environment names that can be used in plugins and configurations\nexport const CLIENT_ENVIRONMENT = \"client\" as const;\nexport const SERVER_ENVIRONMENT = \"server\" as const;\nexport const SSR_ENVIRONMENT = \"ssr\" as const;\nexport const RSC_ENVIRONMENT = \"rsc\" as const;\n"],"mappings":";AAkBA,MAAa,sBAAsB;AACnC,MAAa,qBAAqB;AAGlC,MAAa,qBAAqB;AAClC,MAAa,qBAAqB;AAClC,MAAa,kBAAkB;AAC/B,MAAa,kBAAkB"}
1
+ {"version":3,"file":"environments.mjs","names":[],"sources":["../../src/constants/environments.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\nexport const DEFAULT_ENVIRONMENT = \"default\" as const;\nexport const GLOBAL_ENVIRONMENT = \"__global__\" as const;\n\n// General environment names that can be used in plugins and configurations\nexport const CLIENT_ENVIRONMENT = \"client\" as const;\nexport const SERVER_ENVIRONMENT = \"server\" as const;\nexport const SSR_ENVIRONMENT = \"ssr\" as const;\nexport const RSC_ENVIRONMENT = \"rsc\" as const;\n"],"mappings":";;;;;;;;;AAkBA,MAAa,sBAAsB;AACnC,MAAa,qBAAqB;AAGlC,MAAa,qBAAqB;AAClC,MAAa,qBAAqB;AAClC,MAAa,kBAAkB;AAC/B,MAAa,kBAAkB"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/extensions.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/extensions.d.ts
2
4
  declare const DEFAULT_EXTENSIONS: string[];
3
5
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"extensions.d.mts","names":[],"sources":["../../src/constants/extensions.ts"],"mappings":";cAkBa,kBAAA"}
1
+ {"version":3,"file":"extensions.d.mts","names":[],"sources":["../../src/constants/extensions.ts"],"mappings":";;;cAkBa,kBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/extensions.ts
2
10
  const DEFAULT_EXTENSIONS = [
3
11
  "js",
@@ -1 +1 @@
1
- {"version":3,"file":"extensions.mjs","names":[],"sources":["../../src/constants/extensions.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\nexport const DEFAULT_EXTENSIONS = [\n \"js\",\n \"ts\",\n \"cjs\",\n \"cts\",\n \"mjs\",\n \"mts\",\n \"tsx\",\n \"jsx\",\n \"json\",\n \"json5\",\n \"jsonc\",\n \"md\",\n \"mdx\"\n];\n"],"mappings":";AAkBA,MAAa,qBAAqB;CAChC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
1
+ {"version":3,"file":"extensions.mjs","names":[],"sources":["../../src/constants/extensions.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\nexport const DEFAULT_EXTENSIONS = [\n \"js\",\n \"ts\",\n \"cjs\",\n \"cts\",\n \"mjs\",\n \"mts\",\n \"tsx\",\n \"jsx\",\n \"json\",\n \"json5\",\n \"jsonc\",\n \"md\",\n \"mdx\"\n];\n"],"mappings":";;;;;;;;;AAkBA,MAAa,qBAAqB;CAChC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/fs.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/fs.d.ts
2
4
  declare const __VFS_PATCH__ = "__VFS_PATCH__";
3
5
  declare const __VFS_REVERT__ = "__VFS_REVERT__";
@@ -1 +1 @@
1
- {"version":3,"file":"fs.d.mts","names":[],"sources":["../../src/constants/fs.ts"],"mappings":";cAmBa,aAAA;AAAA,cAGA,cAAA;AAAA,cAEA,eAAA"}
1
+ {"version":3,"file":"fs.d.mts","names":[],"sources":["../../src/constants/fs.ts"],"mappings":";;;cAmBa,aAAA;AAAA,cAGA,cAAA;AAAA,cAEA,eAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/fs.ts
2
10
  const __VFS_PATCH__ = "__VFS_PATCH__";
3
11
  const __VFS_REVERT__ = "__VFS_REVERT__";
@@ -1 +1 @@
1
- {"version":3,"file":"fs.mjs","names":[],"sources":["../../src/constants/fs.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\n// eslint-disable-next-line ts/naming-convention\nexport const __VFS_PATCH__ = \"__VFS_PATCH__\";\n\n// eslint-disable-next-line ts/naming-convention\nexport const __VFS_REVERT__ = \"__VFS_REVERT__\";\n\nexport const STORAGE_PRESETS = [\"fs\", \"virtual\"];\n"],"mappings":";AAmBA,MAAa,gBAAgB;AAG7B,MAAa,iBAAiB;AAE9B,MAAa,kBAAkB,CAAC,MAAM,SAAS"}
1
+ {"version":3,"file":"fs.mjs","names":[],"sources":["../../src/constants/fs.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\n// eslint-disable-next-line ts/naming-convention\nexport const __VFS_PATCH__ = \"__VFS_PATCH__\";\n\n// eslint-disable-next-line ts/naming-convention\nexport const __VFS_REVERT__ = \"__VFS_REVERT__\";\n\nexport const STORAGE_PRESETS = [\"fs\", \"virtual\"];\n"],"mappings":";;;;;;;;;AAmBA,MAAa,gBAAgB;AAG7B,MAAa,iBAAiB;AAE9B,MAAa,kBAAkB,CAAC,MAAM,SAAS"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/hooks.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/hooks.d.ts
2
4
  declare const HOOKS_LIST_ORDERS: readonly ["preOrdered", "preEnforced", "normal", "postEnforced", "postOrdered"];
3
5
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.d.mts","names":[],"sources":["../../src/constants/hooks.ts"],"mappings":";cAkBa,iBAAA"}
1
+ {"version":3,"file":"hooks.d.mts","names":[],"sources":["../../src/constants/hooks.ts"],"mappings":";;;cAkBa,iBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/hooks.ts
2
10
  const HOOKS_LIST_ORDERS = [
3
11
  "preOrdered",
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.mjs","names":[],"sources":["../../src/constants/hooks.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\nexport const HOOKS_LIST_ORDERS = [\n \"preOrdered\",\n \"preEnforced\",\n \"normal\",\n \"postEnforced\",\n \"postOrdered\"\n] as const;\n"],"mappings":";AAkBA,MAAa,oBAAoB;CAC/B;CACA;CACA;CACA;CACA;AACF"}
1
+ {"version":3,"file":"hooks.mjs","names":[],"sources":["../../src/constants/hooks.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\nexport const HOOKS_LIST_ORDERS = [\n \"preOrdered\",\n \"preEnforced\",\n \"normal\",\n \"postEnforced\",\n \"postOrdered\"\n] as const;\n"],"mappings":";;;;;;;;;AAkBA,MAAa,oBAAoB;CAC/B;CACA;CACA;CACA;CACA;AACF"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
  const require_constants_environments = require('./environments.cjs');
3
11
  const require_constants_log_level = require('./log-level.cjs');
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  import { BASE_EXECUTION_API_METHODS, EXECUTION_API_METHODS } from "./api.mjs";
2
4
  import { SUPPORTED_COMMANDS } from "./commands.mjs";
3
5
  import { DEVTOOLS_CONNECTION_META_FILENAME, DEVTOOLS_DEFAULT_PORT, DEVTOOLS_DIRNAME, DEVTOOLS_DOCK_IMPORTS_FILENAME, DEVTOOLS_DOCK_IMPORTS_VIRTUAL_ID, DEVTOOLS_MOUNT_PATH, DEVTOOLS_MOUNT_PATH_NO_TRAILING_SLASH, DEVTOOLS_RPC_DUMP_DIRNAME, DEVTOOLS_RPC_DUMP_MANIFEST_FILENAME } from "./devtools.mjs";
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  import { CLIENT_ENVIRONMENT, DEFAULT_ENVIRONMENT, GLOBAL_ENVIRONMENT, RSC_ENVIRONMENT, SERVER_ENVIRONMENT, SSR_ENVIRONMENT } from "./environments.mjs";
2
10
  import { DEFAULT_DEVELOPMENT_LOG_LEVEL, DEFAULT_PRODUCTION_LOG_LEVEL, DEFAULT_TEST_LOG_LEVEL, LOG_CATEGORIES, LOG_CATEGORIES_ARRAY, LOG_LEVELS, LogCategories, LogLevels } from "./log-level.mjs";
3
11
  import { BASE_EXECUTION_API_METHODS, EXECUTION_API_METHODS } from "./api.mjs";
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/log-level.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/log-level.d.ts
2
4
  declare const LogLevels: {
3
5
  readonly SILENT: "silent";
@@ -1 +1 @@
1
- {"version":3,"file":"log-level.d.mts","names":[],"sources":["../../src/constants/log-level.ts"],"mappings":";cAkBa,SAAA;EAAA;;;;;;;cASA,UAAA;AAAA,cASA,aAAA;EAAA;;;;;;;;;;;;cAcA,oBAAA;AAAA,cAEA,cAAA;AAAA,cAcA,6BAAA;EAAA;;;;;;;;;;;;cAcA,sBAAA;EAAA;;;;;;;;;;;;cAcA,4BAAA;EAAA"}
1
+ {"version":3,"file":"log-level.d.mts","names":[],"sources":["../../src/constants/log-level.ts"],"mappings":";;;cAkBa,SAAA;EAAA;;;;;;;cASA,UAAA;AAAA,cASA,aAAA;EAAA;;;;;;;;;;;;cAcA,oBAAA;AAAA,cAEA,cAAA;AAAA,cAcA,6BAAA;EAAA;;;;;;;;;;;;cAcA,sBAAA;EAAA;;;;;;;;;;;;cAcA,4BAAA;EAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/log-level.ts
2
10
  const LogLevels = {
3
11
  SILENT: "silent",
@@ -1 +1 @@
1
- {"version":3,"file":"log-level.mjs","names":[],"sources":["../../src/constants/log-level.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\nexport const LogLevels = {\n SILENT: \"silent\",\n ERROR: \"error\",\n WARN: \"warn\",\n INFO: \"info\",\n DEBUG: \"debug\",\n TRACE: \"trace\"\n} as const;\n\nexport const LOG_LEVELS = [\n LogLevels.SILENT,\n LogLevels.ERROR,\n LogLevels.WARN,\n LogLevels.INFO,\n LogLevels.DEBUG,\n LogLevels.TRACE\n] as const;\n\nexport const LogCategories = {\n GENERAL: \"general\",\n FS: \"fs\",\n PERFORMANCE: \"performance\",\n CONFIG: \"config\",\n PLUGINS: \"plugins\",\n HOOKS: \"hooks\",\n SCHEMA: \"schema\",\n ENV: \"env\",\n RPC: \"rpc\",\n BABEL: \"babel\",\n COMMUNICATION: \"communication\"\n} as const;\n\nexport const LOG_CATEGORIES_ARRAY = Object.values(LogCategories);\n\nexport const LOG_CATEGORIES = [\n LogCategories.GENERAL,\n LogCategories.FS,\n LogCategories.PERFORMANCE,\n LogCategories.CONFIG,\n LogCategories.PLUGINS,\n LogCategories.HOOKS,\n LogCategories.SCHEMA,\n LogCategories.ENV,\n LogCategories.RPC,\n LogCategories.COMMUNICATION,\n LogCategories.BABEL\n] as const;\n\nexport const DEFAULT_DEVELOPMENT_LOG_LEVEL = {\n general: \"debug\",\n fs: \"info\",\n config: \"warn\",\n plugins: \"debug\",\n hooks: \"debug\",\n performance: \"debug\",\n schema: \"debug\",\n env: \"info\",\n rpc: \"info\",\n communication: \"debug\",\n babel: \"debug\"\n} as const;\n\nexport const DEFAULT_TEST_LOG_LEVEL = {\n general: \"info\",\n fs: \"warn\",\n config: \"warn\",\n plugins: \"warn\",\n hooks: \"warn\",\n performance: \"info\",\n schema: \"warn\",\n env: \"warn\",\n rpc: \"warn\",\n communication: \"warn\",\n babel: \"warn\"\n} as const;\n\nexport const DEFAULT_PRODUCTION_LOG_LEVEL = {\n general: \"warn\",\n fs: \"error\",\n config: \"error\",\n plugins: \"warn\",\n hooks: \"warn\",\n performance: \"info\",\n schema: \"error\",\n env: \"error\",\n rpc: \"error\",\n communication: \"error\",\n babel: \"warn\"\n} as const;\n"],"mappings":";AAkBA,MAAa,YAAY;CACvB,QAAQ;CACR,OAAO;CACP,MAAM;CACN,MAAM;CACN,OAAO;CACP,OAAO;AACT;AAEA,MAAa,aAAa;CACxB,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;AACZ;AAEA,MAAa,gBAAgB;CAC3B,SAAS;CACT,IAAI;CACJ,aAAa;CACb,QAAQ;CACR,SAAS;CACT,OAAO;CACP,QAAQ;CACR,KAAK;CACL,KAAK;CACL,OAAO;CACP,eAAe;AACjB;AAEA,MAAa,uBAAuB,OAAO,OAAO,aAAa;AAE/D,MAAa,iBAAiB;CAC5B,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;AAChB;AAEA,MAAa,gCAAgC;CAC3C,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT;AAEA,MAAa,yBAAyB;CACpC,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT;AAEA,MAAa,+BAA+B;CAC1C,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT"}
1
+ {"version":3,"file":"log-level.mjs","names":[],"sources":["../../src/constants/log-level.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\nexport const LogLevels = {\n SILENT: \"silent\",\n ERROR: \"error\",\n WARN: \"warn\",\n INFO: \"info\",\n DEBUG: \"debug\",\n TRACE: \"trace\"\n} as const;\n\nexport const LOG_LEVELS = [\n LogLevels.SILENT,\n LogLevels.ERROR,\n LogLevels.WARN,\n LogLevels.INFO,\n LogLevels.DEBUG,\n LogLevels.TRACE\n] as const;\n\nexport const LogCategories = {\n GENERAL: \"general\",\n FS: \"fs\",\n PERFORMANCE: \"performance\",\n CONFIG: \"config\",\n PLUGINS: \"plugins\",\n HOOKS: \"hooks\",\n SCHEMA: \"schema\",\n ENV: \"env\",\n RPC: \"rpc\",\n BABEL: \"babel\",\n COMMUNICATION: \"communication\"\n} as const;\n\nexport const LOG_CATEGORIES_ARRAY = Object.values(LogCategories);\n\nexport const LOG_CATEGORIES = [\n LogCategories.GENERAL,\n LogCategories.FS,\n LogCategories.PERFORMANCE,\n LogCategories.CONFIG,\n LogCategories.PLUGINS,\n LogCategories.HOOKS,\n LogCategories.SCHEMA,\n LogCategories.ENV,\n LogCategories.RPC,\n LogCategories.COMMUNICATION,\n LogCategories.BABEL\n] as const;\n\nexport const DEFAULT_DEVELOPMENT_LOG_LEVEL = {\n general: \"debug\",\n fs: \"info\",\n config: \"warn\",\n plugins: \"debug\",\n hooks: \"debug\",\n performance: \"debug\",\n schema: \"debug\",\n env: \"info\",\n rpc: \"info\",\n communication: \"debug\",\n babel: \"debug\"\n} as const;\n\nexport const DEFAULT_TEST_LOG_LEVEL = {\n general: \"info\",\n fs: \"warn\",\n config: \"warn\",\n plugins: \"warn\",\n hooks: \"warn\",\n performance: \"info\",\n schema: \"warn\",\n env: \"warn\",\n rpc: \"warn\",\n communication: \"warn\",\n babel: \"warn\"\n} as const;\n\nexport const DEFAULT_PRODUCTION_LOG_LEVEL = {\n general: \"warn\",\n fs: \"error\",\n config: \"error\",\n plugins: \"warn\",\n hooks: \"warn\",\n performance: \"info\",\n schema: \"error\",\n env: \"error\",\n rpc: \"error\",\n communication: \"error\",\n babel: \"warn\"\n} as const;\n"],"mappings":";;;;;;;;;AAkBA,MAAa,YAAY;CACvB,QAAQ;CACR,OAAO;CACP,MAAM;CACN,MAAM;CACN,OAAO;CACP,OAAO;AACT;AAEA,MAAa,aAAa;CACxB,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;CACV,UAAU;AACZ;AAEA,MAAa,gBAAgB;CAC3B,SAAS;CACT,IAAI;CACJ,aAAa;CACb,QAAQ;CACR,SAAS;CACT,OAAO;CACP,QAAQ;CACR,KAAK;CACL,KAAK;CACL,OAAO;CACP,eAAe;AACjB;AAEA,MAAa,uBAAuB,OAAO,OAAO,aAAa;AAE/D,MAAa,iBAAiB;CAC5B,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;AAChB;AAEA,MAAa,gCAAgC;CAC3C,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT;AAEA,MAAa,yBAAyB;CACpC,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT;AAEA,MAAa,+BAA+B;CAC1C,SAAS;CACT,IAAI;CACJ,QAAQ;CACR,SAAS;CACT,OAAO;CACP,aAAa;CACb,QAAQ;CACR,KAAK;CACL,KAAK;CACL,eAAe;CACf,OAAO;AACT"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
 
3
11
  //#region src/constants/meta.ts
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/meta.d.ts
2
4
  declare const ROOT_HASH_LENGTH = 45;
3
5
  declare const CACHE_HASH_LENGTH = 62;
@@ -1 +1 @@
1
- {"version":3,"file":"meta.d.mts","names":[],"sources":["../../src/constants/meta.ts"],"mappings":";cAkBa,gBAAA;AAAA,cACA,iBAAA"}
1
+ {"version":3,"file":"meta.d.mts","names":[],"sources":["../../src/constants/meta.ts"],"mappings":";;;cAkBa,gBAAA;AAAA,cACA,iBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  //#region src/constants/meta.ts
2
10
  const ROOT_HASH_LENGTH = 45;
3
11
  const CACHE_HASH_LENGTH = 62;
@@ -1 +1 @@
1
- {"version":3,"file":"meta.mjs","names":[],"sources":["../../src/constants/meta.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\nexport const ROOT_HASH_LENGTH = 45;\nexport const CACHE_HASH_LENGTH = 62;\n"],"mappings":";AAkBA,MAAa,mBAAmB;AAChC,MAAa,oBAAoB"}
1
+ {"version":3,"file":"meta.mjs","names":[],"sources":["../../src/constants/meta.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\nexport const ROOT_HASH_LENGTH = 45;\nexport const CACHE_HASH_LENGTH = 62;\n"],"mappings":";;;;;;;;;AAkBA,MAAa,mBAAmB;AAChC,MAAa,oBAAoB"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
  const require_constants_commands = require('./commands.cjs');
3
11
 
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  //#region src/constants/plugin.d.ts
2
4
  declare const UNPLUGIN_BUILDER_VARIANTS: readonly ["rollup", "webpack", "rspack", "vite", "esbuild", "farm", "unloader", "rolldown", "bun"];
3
5
  declare const BUILDER_VARIANTS: readonly ["rollup", "webpack", "rspack", "vite", "esbuild", "farm", "unloader", "rolldown", "bun", "tsup", "tsdown", "unbuild"];
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/constants/plugin.ts"],"mappings":";cAoBa,yBAAA;AAAA,cAYA,gBAAA;AAAA,cAOA,sBAAA;AAAA,cAQA,mBAAA;AAAA,cAcA,mBAAA"}
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/constants/plugin.ts"],"mappings":";;;cAoBa,yBAAA;AAAA,cAYA,gBAAA;AAAA,cAOA,sBAAA;AAAA,cAQA,mBAAA;AAAA,cAcA,mBAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  import { SUPPORTED_COMMANDS } from "./commands.mjs";
2
10
 
3
11
  //#region src/constants/plugin.ts
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.mjs","names":[],"sources":["../../src/constants/plugin.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 { SUPPORTED_COMMANDS } from \"./commands\";\n\nexport const UNPLUGIN_BUILDER_VARIANTS = [\n \"rollup\",\n \"webpack\",\n \"rspack\",\n \"vite\",\n \"esbuild\",\n \"farm\",\n \"unloader\",\n \"rolldown\",\n \"bun\"\n] as const;\n\nexport const BUILDER_VARIANTS = [\n ...UNPLUGIN_BUILDER_VARIANTS,\n \"tsup\",\n \"tsdown\",\n \"unbuild\"\n] as const;\n\nexport const PLUGIN_NON_HOOK_FIELDS = [\n \"name\",\n \"api\",\n \"enforce\",\n \"dedupe\",\n \"applyToEnvironment\"\n] as const;\n\nexport const PLUGIN_HOOKS_FIELDS = [\n ...SUPPORTED_COMMANDS,\n \"config\",\n \"configEnvironment\",\n \"configResolved\",\n \"types\",\n \"buildStart\",\n \"buildEnd\",\n \"transform\",\n \"load\",\n \"resolveId\",\n \"writeBundle\"\n] as const;\n\nexport const KNOWN_PLUGIN_FIELDS = [\n ...PLUGIN_NON_HOOK_FIELDS,\n ...PLUGIN_HOOKS_FIELDS,\n ...BUILDER_VARIANTS\n] as const;\n"],"mappings":";;;AAoBA,MAAa,4BAA4B;CACvC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,mBAAmB;CAC9B,GAAG;CACH;CACA;CACA;AACF;AAEA,MAAa,yBAAyB;CACpC;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,sBAAsB;CACjC,GAAG;CACH;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,sBAAsB;CACjC,GAAG;CACH,GAAG;CACH,GAAG;AACL"}
1
+ {"version":3,"file":"plugin.mjs","names":[],"sources":["../../src/constants/plugin.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 { SUPPORTED_COMMANDS } from \"./commands\";\n\nexport const UNPLUGIN_BUILDER_VARIANTS = [\n \"rollup\",\n \"webpack\",\n \"rspack\",\n \"vite\",\n \"esbuild\",\n \"farm\",\n \"unloader\",\n \"rolldown\",\n \"bun\"\n] as const;\n\nexport const BUILDER_VARIANTS = [\n ...UNPLUGIN_BUILDER_VARIANTS,\n \"tsup\",\n \"tsdown\",\n \"unbuild\"\n] as const;\n\nexport const PLUGIN_NON_HOOK_FIELDS = [\n \"name\",\n \"api\",\n \"enforce\",\n \"dedupe\",\n \"applyToEnvironment\"\n] as const;\n\nexport const PLUGIN_HOOKS_FIELDS = [\n ...SUPPORTED_COMMANDS,\n \"config\",\n \"configEnvironment\",\n \"configResolved\",\n \"types\",\n \"buildStart\",\n \"buildEnd\",\n \"transform\",\n \"load\",\n \"resolveId\",\n \"writeBundle\"\n] as const;\n\nexport const KNOWN_PLUGIN_FIELDS = [\n ...PLUGIN_NON_HOOK_FIELDS,\n ...PLUGIN_HOOKS_FIELDS,\n ...BUILDER_VARIANTS\n] as const;\n"],"mappings":";;;;;;;;;;;AAoBA,MAAa,4BAA4B;CACvC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,mBAAmB;CAC9B,GAAG;CACH;CACA;CACA;AACF;AAEA,MAAa,yBAAyB;CACpC;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,sBAAsB;CACjC,GAAG;CACH;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,sBAAsB;CACjC,GAAG;CACH,GAAG;CACH,GAAG;AACL"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
10
  const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
3
11
  const require_plugin_utils_logging = require('../plugin-utils/logging.cjs');
@@ -1,3 +1,5 @@
1
+ import __tsdown_shims_path from 'node:path';
2
+ import __tsdown_shims_url from 'node:url';
1
3
  import { LogFn, LogMessage, Logger, LoggerOptions } from "../types/logging.mjs";
2
4
  import { BaseContext } from "../types/context.mjs";
3
5
  import { Options } from "../types/config.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"base-context.d.mts","names":[],"sources":["../../src/context/base-context.ts"],"mappings":";;;;;;uBA0BsB,qBAAA,sCAET,WAAA,CAAY,cAAA;EAAA;EA0BM,OAAA,EAAS,OAAA;EAvB/B,cAAA;EAEA,MAAA,EAAS,cAAA;EAAA,aAEI,QAAA,CAAA,GAAY,QAAA;EAAA,IAErB,MAAA,CAAA,GAAU,MAAA;EAAA,IAIV,GAAA,CAAA;EAAA,IAIA,SAAA,CAAA;EARU;;;;;EAAA,UAiBZ,WAAA,CAAoB,OAAA,EAAS,OAAA;EAAA,SAEtB,YAAA,CAAa,OAAA,GAAU,aAAA,EAAe,KAAA,GAAQ,KAAA,GAAQ,MAAA;EAE/D,YAAA,CAAa,OAAA,EAAS,aAAA,GAAa,MAAA;EASE;;;;;EAArC,KAAA,CAAM,OAAA,WAAkB,UAAA,GAAa,KAAA;EA6Db;;;;;EA5CxB,KAAA,CAAM,OAAA,WAAkB,UAAA,GAAa,KAAA;EAxDjC;;;;;EAyEJ,IAAA,CAAK,OAAA,WAAkB,UAAA;EApEvB;;;;;EA6EA,IAAA,CAAK,OAAA,WAAkB,UAAA;EArEnB;;;;;EA8EJ,KAAA,CAAM,OAAA,WAAkB,UAAA;EA/DQ;;;;;EAwEhC,KAAA,CAAM,OAAA,WAAkB,UAAA;EAtEF;;;;;;;;;;;;;EAuFtB,KAAA,CAAM,IAAA;EAnCN;;;EAAA,UAyDS,IAAA,CAAA,GAAI,OAAA;AAAA"}
1
+ {"version":3,"file":"base-context.d.mts","names":[],"sources":["../../src/context/base-context.ts"],"mappings":";;;;;;;;uBA0BsB,qBAAA,sCAET,WAAA,CAAY,cAAA;EAAA;EA0BM,OAAA,EAAS,OAAA;EAvB/B,cAAA;EAEA,MAAA,EAAS,cAAA;EAAA,aAEI,QAAA,CAAA,GAAY,QAAA;EAAA,IAErB,MAAA,CAAA,GAAU,MAAA;EAAA,IAIV,GAAA,CAAA;EAAA,IAIA,SAAA,CAAA;;AAnBb;;;;YA4BW,WAAA,CAAoB,OAAA,EAAS,OAAA;EAAA,SAEtB,YAAA,CAAa,OAAA,GAAU,aAAA,EAAe,KAAA,GAAQ,KAAA,GAAQ,MAAA;EAE/D,YAAA,CAAa,OAAA,EAAS,aAAA,GAAa,MAAA;EArBrB;;;;;EA8Bd,KAAA,CAAM,OAAA,WAAkB,UAAA,GAAa,KAAA;EATF;;;;;EA0BnC,KAAA,CAAM,OAAA,WAAkB,UAAA,GAAa,KAAA;EA0Bd;;;;;EATvB,IAAA,CAAK,OAAA,WAAkB,UAAA;EAzER;;;;;EAkFf,IAAA,CAAK,OAAA,WAAkB,UAAA;EAxDQ;;;;;EAiE/B,KAAA,CAAM,OAAA,WAAkB,UAAA;EAlFpB;;;;;EA2FJ,KAAA,CAAM,OAAA,WAAkB,UAAA;EA1EF;;;;;;;;;;;;;EA2FtB,KAAA,CAAM,IAAA;EA9EA;;;EAAA,UAoGG,IAAA,CAAA,GAAI,OAAA;AAAA"}
@@ -1,3 +1,11 @@
1
+
2
+
3
+ import __tsdown_shims_path from 'node:path'
4
+ import __tsdown_shims_url from 'node:url'
5
+
6
+ const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
+ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
+
1
9
  import { extendLogger } from "../plugin-utils/logging.mjs";
2
10
  import chalk from "chalk";
3
11
  import { formatDistanceToNowStrict } from "date-fns/formatDistanceToNowStrict";