@elyx-code/project-logic-tree 0.0.6952 → 0.0.6953
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -183651,7 +183651,7 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
183651
183651
|
} = this.syncWithExtension(i);
|
|
183652
183652
|
return r.push(...V), a.push(...B), c.push(...M), e.push(...k), !this.project.diggestedBuiltInBaseEntitiesIds.has(this.id) && this.project.initialized && (this.extends && ((q = this.extends) == null ? void 0 : q.interactive) === !0 && (this.interactive || (this.metaSync({ interactive: !0 }, i), r.push(this))), this.implements.every(
|
|
183653
183653
|
(re) => re.interactive === !0
|
|
183654
|
-
) && (this.interactive || (this.metaSync({ interactive: !0 }, i), r.push(this)))), this.parent.static && !this.static && this.metaSync({ static: !0 }, i), i == null || i.attemptAutoclose(
|
|
183654
|
+
) && (this.interactive || (this.metaSync({ interactive: !0 }, i), r.push(this)))), this.parent.static && !this.static && this.metaSync({ static: !0 }, i), this.parent.abstract && !this.abstract && this.metaSync({ abstract: !0 }, i), i == null || i.attemptAutoclose(
|
|
183655
183655
|
D.AfterAllChildrenInitialized,
|
|
183656
183656
|
this.id
|
|
183657
183657
|
), {
|
|
@@ -186731,7 +186731,7 @@ Alternatively you can update the parent data-type entity with 'update' action to
|
|
|
186731
186731
|
removed: oe
|
|
186732
186732
|
} = this.removeUnrecognizedMethods(i);
|
|
186733
186733
|
r.push(...z), a.push(...Y), c.push(...oe), this.addSuggestions(), this.properties.forEach((fe) => {
|
|
186734
|
-
this.static && !fe.static && fe.metaSync({ static: !0 }, i);
|
|
186734
|
+
this.static && !fe.static && fe.metaSync({ static: !0 }, i), this.abstract && !fe.abstract && fe.metaSync({ abstract: !0 }, i);
|
|
186735
186735
|
}), this.properties.sort((fe, Ee) => fe.index - Ee.index);
|
|
186736
186736
|
let he = this.project.getDefinitionEntities(
|
|
186737
186737
|
/* @__PURE__ */ new Set([this.id])
|
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.6953",
|
|
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",
|