@forinda/kickjs-cli 5.2.1 → 5.2.3

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 (34) hide show
  1. package/dist/builtins-BdvmVAJ1.mjs +3740 -0
  2. package/dist/builtins-Du70nybS.mjs +1066 -0
  3. package/dist/builtins-Du70nybS.mjs.map +1 -0
  4. package/dist/cli.mjs +2 -120
  5. package/dist/config-Dzw8Ws4d.mjs +11 -0
  6. package/dist/config-lCKbrRnt.mjs +12 -0
  7. package/dist/{config-CRi3zCxk.mjs.map → config-lCKbrRnt.mjs.map} +1 -1
  8. package/dist/generator-extension-Cp5FUUAw.mjs +2687 -0
  9. package/dist/generator-extension-Cp5FUUAw.mjs.map +1 -0
  10. package/dist/index.mjs +2 -5
  11. package/dist/plugin-Dv2gKsuC.mjs +11 -0
  12. package/dist/plugin-VPl_QQGb.mjs +12 -0
  13. package/dist/{plugin-DfomEcef.mjs.map → plugin-VPl_QQGb.mjs.map} +1 -1
  14. package/dist/rolldown-runtime-B6QC8dMY.mjs +11 -0
  15. package/dist/{run-plugins-D9abb5Nx.mjs → run-plugins-CM1Af-4B.mjs} +2 -3
  16. package/dist/typegen-C6ZfoYTC.mjs +114 -0
  17. package/dist/typegen-CBI7dNXr.mjs +115 -0
  18. package/dist/{typegen-B9S81bOx.mjs.map → typegen-CBI7dNXr.mjs.map} +1 -1
  19. package/dist/types-n4LRUF_c.mjs +12 -0
  20. package/dist/{types-CU89yUxU.mjs.map → types-n4LRUF_c.mjs.map} +1 -1
  21. package/package.json +5 -5
  22. package/dist/builtins-B0dptoXq.mjs +0 -4182
  23. package/dist/builtins-B0dptoXq.mjs.map +0 -1
  24. package/dist/builtins-N3mDa6bM.mjs +0 -8538
  25. package/dist/config-Bc6ERRTE.mjs +0 -169
  26. package/dist/config-CRi3zCxk.mjs +0 -171
  27. package/dist/generator-extension-C-HwKvFf.mjs +0 -4380
  28. package/dist/generator-extension-C-HwKvFf.mjs.map +0 -1
  29. package/dist/plugin-DfomEcef.mjs +0 -71
  30. package/dist/plugin-b7ig7Uxv.mjs +0 -80
  31. package/dist/rolldown-runtime-CV_zlh2d.mjs +0 -24
  32. package/dist/typegen-B9S81bOx.mjs +0 -1353
  33. package/dist/typegen-BKUAdp_3.mjs +0 -1351
  34. package/dist/types-CU89yUxU.mjs +0 -25
@@ -1,25 +0,0 @@
1
- /**
2
- * @forinda/kickjs-cli v5.2.1
3
- *
4
- * Copyright (c) Felix Orinda
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- *
9
- * @license MIT
10
- */
11
- //#region src/plugin/types.ts
12
- /** Identity helper — exists for type inference + parity with definePlugin. */
13
- function defineCliPlugin(p) {
14
- return p;
15
- }
16
- var KickPluginConflictError = class extends Error {
17
- constructor(kind, id, owners) {
18
- super(`Two plugins registered the same ${kind} '${id}': ${owners.join(", ")}. Plugins must use unique ${kind} names.`);
19
- this.name = "KickPluginConflictError";
20
- }
21
- };
22
- //#endregion
23
- export { defineCliPlugin as n, KickPluginConflictError as t };
24
-
25
- //# sourceMappingURL=types-CU89yUxU.mjs.map