@datapos/datapos-development 0.3.444 → 0.3.446

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.
@@ -5633,12 +5633,13 @@ function Jt(e) {
5633
5633
  sourceType: "module",
5634
5634
  locations: !0
5635
5635
  }), a = [];
5636
- return Ft(s, (n) => {
5637
- if (n.type !== "MethodDefinition") return;
5636
+ return console.log("aaaa"), Ft(s, (n) => {
5637
+ if (console.log("bbbb", n), n.type !== "MethodDefinition") return;
5638
+ console.log("cccc");
5638
5639
  const p = n, f = p.key;
5639
5640
  if (f.type !== "Identifier") return;
5640
5641
  const v = f.name;
5641
- v && v !== "constructor" && p.accessibility !== "private" && a.push(v);
5642
+ console.log("dddd"), v && v !== "constructor" && p.accessibility !== "private" && (console.log("eeee"), a.push(v), console.log("ffff"));
5642
5643
  }), a;
5643
5644
  }
5644
5645
  async function pe(e, t, s = [], a) {
@@ -5836,8 +5837,11 @@ async function sa(e, t) {
5836
5837
  const [s, a] = await Promise.all([J("config.json"), Ve("src/index.ts")]), n = /* @__PURE__ */ Bt(Hs, s);
5837
5838
  if (!n.success)
5838
5839
  throw console.error("❌ Configuration is invalid:"), console.table(n.issues), new Error("Configuration is invalid.");
5839
- const p = Jt(a), f = na(p);
5840
- return await Yt(t, s, p, f);
5840
+ console.log(1111);
5841
+ const p = Jt(a);
5842
+ console.log(2222);
5843
+ const f = na(p);
5844
+ return console.log(3333), await Yt(t, s, p, f);
5841
5845
  }
5842
5846
  async function Yt(e, t, s, a) {
5843
5847
  return s.length > 0 ? (console.info(`ℹ️ Implements ${s.length} operations:`), console.table(s)) : console.warn("⚠️ Implements no operations."), a === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${a}' usage.`), e.name != null && (t.id = e.name.replace("@datapos/", "").replace("@data-positioning/", "")), e.version != null && (t.version = e.version), t.operations = s, t.usageId = a ?? "unknown", await vt("config.json", t), t;