@datapos/datapos-development 0.3.445 → 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) {
|