@event-driven-io/emmett 0.43.0-beta.19 → 0.43.0-beta.20

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.
@@ -0,0 +1,36 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __exportAll = (all, no_symbols) => {
7
+ let target = {};
8
+ for (var name in all) {
9
+ __defProp(target, name, {
10
+ get: all[name],
11
+ enumerable: true
12
+ });
13
+ }
14
+ if (!no_symbols) {
15
+ __defProp(target, Symbol.toStringTag, { value: "Module" });
16
+ }
17
+ return target;
18
+ };
19
+ var __copyProps = (to, from, except, desc) => {
20
+ if (from && typeof from === "object" || typeof from === "function") {
21
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
22
+ key = keys[i];
23
+ if (!__hasOwnProp.call(to, key) && key !== except) {
24
+ __defProp(to, key, {
25
+ get: ((k) => from[k]).bind(null, key),
26
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
27
+ });
28
+ }
29
+ }
30
+ }
31
+ return to;
32
+ };
33
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
34
+
35
+ //#endregion
36
+ export { __reExport as n, __exportAll as t };
package/dist/cli.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
3
- const require_plugins = require('./plugins-DB9xe8AV.cjs');
3
+ const require_plugins = require('./plugins-iXublZYn.cjs');
4
4
  let commander = require("commander");
5
5
  let node_fs = require("node:fs");
6
6
  let process$1 = require("process");
package/dist/cli.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { d as EmmettCliPlugin, g as EmmettPluginType, l as EmmettPluginsConfig, p as EmmettPlugin, r as EmmettError } from "./index-C0agmFA7.js";
1
+ import { d as EmmettCliPlugin, g as EmmettPluginType, l as EmmettPluginsConfig, p as EmmettPlugin, r as EmmettError } from "./index-B6YAVHH1.js";
2
2
  import { Command } from "commander";
3
3
 
4
4
  //#region src/commandLine/config.d.ts
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as EmmettError, t as isPluginConfig } from "./plugins-CUbnGFPp.js";
2
+ import { i as EmmettError, t as isPluginConfig } from "./plugins-DgfqJ5af.js";
3
3
  import { Command } from "commander";
4
4
  import { writeFileSync } from "node:fs";
5
5
  import { exit } from "process";
@@ -70,4 +70,4 @@ declare class NotFoundError extends EmmettError {
70
70
  }
71
71
  //#endregion
72
72
  export { isPluginConfig as _, IllegalStateError as a, isErrorConstructor as c, EmmettCliPlugin as d, EmmettCliPluginRegistration as f, EmmettPluginType as g, EmmettPluginRegistration as h, ErrorConstructor as i, EmmettPluginsConfig as l, EmmettPluginConfig as m, ConcurrencyInMemoryDatabaseError as n, NotFoundError as o, EmmettPlugin as p, EmmettError as r, ValidationError as s, ConcurrencyError as t, EmmettCliCommand as u };
73
- //# sourceMappingURL=index-C0agmFA7.d.ts.map
73
+ //# sourceMappingURL=index-B6YAVHH1.d.ts.map