@datapos/datapos-development 0.3.446 → 0.3.447
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.
|
@@ -5628,12 +5628,15 @@ async function Qr(e) {
|
|
|
5628
5628
|
);
|
|
5629
5629
|
}
|
|
5630
5630
|
function Jt(e) {
|
|
5631
|
+
console.log("aaaa1");
|
|
5631
5632
|
const s = H.extend(Wr()).parse(e, {
|
|
5632
5633
|
ecmaVersion: "latest",
|
|
5633
5634
|
sourceType: "module",
|
|
5634
5635
|
locations: !0
|
|
5635
|
-
})
|
|
5636
|
-
|
|
5636
|
+
});
|
|
5637
|
+
console.log("aaaa2");
|
|
5638
|
+
const a = [];
|
|
5639
|
+
return Ft(s, (n) => {
|
|
5637
5640
|
if (console.log("bbbb", n), n.type !== "MethodDefinition") return;
|
|
5638
5641
|
console.log("cccc");
|
|
5639
5642
|
const p = n, f = p.key;
|