@datapos/datapos-development 0.3.157 → 0.3.158
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.
|
@@ -5122,7 +5122,9 @@ async function Vs() {
|
|
|
5122
5122
|
console.log(1111, B);
|
|
5123
5123
|
const z = B.key;
|
|
5124
5124
|
console.log(2222, z);
|
|
5125
|
-
const I = z.name
|
|
5125
|
+
const I = z.name;
|
|
5126
|
+
console.log(I, B.accessibility);
|
|
5127
|
+
const X = j.key?.type === "PrivateIdentifier";
|
|
5126
5128
|
I && !X && !(I === "constructor") && d.add(I);
|
|
5127
5129
|
break;
|
|
5128
5130
|
}
|
package/package.json
CHANGED