@elyx-code/project-logic-tree 0.0.6222 → 0.0.6224

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.js CHANGED
@@ -6798,7 +6798,7 @@ const rA = {
6798
6798
  description: "The value to check if it is not empty",
6799
6799
  defaultValue: null,
6800
6800
  dataType: null,
6801
- required: !0,
6801
+ required: !1,
6802
6802
  parentRelationType: _.FixedArguments,
6803
6803
  index: 0,
6804
6804
  parent: A1
@@ -32293,7 +32293,7 @@ Specifically for continue statements the parent needs to always be the 'loop' en
32293
32293
  )
32294
32294
  )) {
32295
32295
  const t = [], r = [], s = [], d = [];
32296
- return this.initialized = !0, this.captureVersion(), e == null || e.attemptAutoclose("after-all-children-initialized", this.id), {
32296
+ return this.initialized = !0, this.parent.syncTerminationStatements(e), this.captureVersion(), e == null || e.attemptAutoclose("after-all-children-initialized", this.id), {
32297
32297
  updated: p(t),
32298
32298
  added: p(r),
32299
32299
  removed: p(s),
@@ -39316,7 +39316,7 @@ Specifically for break statements the parent needs to always be the 'loop' entit
39316
39316
  )
39317
39317
  )) {
39318
39318
  const t = [], r = [], s = [], d = [];
39319
- return this.initialized = !0, this.captureVersion(), e == null || e.attemptAutoclose("after-all-children-initialized", this.id), {
39319
+ return this.initialized = !0, this.parent.syncTerminationStatements(e), this.captureVersion(), e == null || e.attemptAutoclose("after-all-children-initialized", this.id), {
39320
39320
  updated: p(t),
39321
39321
  added: p(r),
39322
39322
  removed: p(s),