@elyx-code/project-logic-tree 0.0.6707 → 0.0.6708
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.
- package/dist/index.cjs +2 -2
- package/dist/index.js +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -151746,12 +151746,12 @@ const yi = class yi extends Gr {
|
|
|
151746
151746
|
return kf(i);
|
|
151747
151747
|
}
|
|
151748
151748
|
rehydrateQuery() {
|
|
151749
|
-
if (this.id === "
|
|
151749
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151750
151750
|
debugger;
|
|
151751
151751
|
if (!this.query)
|
|
151752
151752
|
return "";
|
|
151753
151753
|
const i = kf(this.query);
|
|
151754
|
-
if (this.id === "
|
|
151754
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151755
151755
|
debugger;
|
|
151756
151756
|
const n = ty.parse(i, {
|
|
151757
151757
|
dialect: "sqlite",
|
|
@@ -151762,24 +151762,24 @@ const yi = class yi extends Gr {
|
|
|
151762
151762
|
// includeComments: true, // Adds comments
|
|
151763
151763
|
// includeRange: true, // Adds source code location data
|
|
151764
151764
|
});
|
|
151765
|
-
if (this.id === "
|
|
151765
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151766
151766
|
debugger;
|
|
151767
151767
|
const s = gm(
|
|
151768
151768
|
n,
|
|
151769
151769
|
this.project,
|
|
151770
151770
|
this
|
|
151771
151771
|
);
|
|
151772
|
-
if (this.id === "
|
|
151772
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151773
151773
|
debugger;
|
|
151774
151774
|
if (!s.state) {
|
|
151775
|
-
if (this.id === "
|
|
151775
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151776
151776
|
debugger;
|
|
151777
151777
|
return "";
|
|
151778
151778
|
}
|
|
151779
|
-
if (this.id === "
|
|
151779
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151780
151780
|
debugger;
|
|
151781
151781
|
const c = kf(s.state.toQuery());
|
|
151782
|
-
if (this.id === "
|
|
151782
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed")
|
|
151783
151783
|
debugger;
|
|
151784
151784
|
return c;
|
|
151785
151785
|
}
|
|
@@ -152323,18 +152323,18 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
|
|
|
152323
152323
|
removed: v
|
|
152324
152324
|
} = this.syncInputMaps(i);
|
|
152325
152325
|
if (n.push(...y), s.push(...m), c.push(...v), this.project.initialized) {
|
|
152326
|
-
if (this.id === "
|
|
152326
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed") {
|
|
152327
152327
|
console.log("[afterAllChildrenInitialized] query sync");
|
|
152328
152328
|
debugger;
|
|
152329
152329
|
}
|
|
152330
152330
|
const b = this.rehydrateQuery();
|
|
152331
|
-
if (this.id === "
|
|
152331
|
+
if (this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed") {
|
|
152332
152332
|
console.log("[afterAllChildrenInitialized] query sync");
|
|
152333
152333
|
debugger;
|
|
152334
152334
|
}
|
|
152335
152335
|
this.metaSync({ query: b }, i), this.state = this.queryToState(), jG(this, this.state, i);
|
|
152336
152336
|
} else
|
|
152337
|
-
this.id === "
|
|
152337
|
+
this.id === "ab70884f-49d9-4351-b92e-d71c0bc27fed" && console.log("[afterAllChildrenInitialized] skipping query sync");
|
|
152338
152338
|
return this.inputs.sort(
|
|
152339
152339
|
(b, E) => {
|
|
152340
152340
|
var w, V;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6708",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|