@malloydata/render 0.0.163-dev240808155642 → 0.0.163-dev240808193357

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.
@@ -7040,17 +7040,17 @@ class Vr extends pW {
7040
7040
  };
7041
7041
  }
7042
7042
  arguments() {
7043
- var e, n, r;
7043
+ var e;
7044
7044
  if (this._arguments !== void 0)
7045
7045
  return this._arguments;
7046
7046
  this._arguments = {};
7047
- const i = (e = this.fieldDef.parameters) !== null && e !== void 0 ? e : {};
7048
- for (const o in i)
7049
- this._arguments[o] = i[o];
7050
- const s = (r = (n = this.sourceArguments) !== null && n !== void 0 ? n : this.fieldDef.arguments) !== null && r !== void 0 ? r : {};
7051
- for (const o in s) {
7052
- const u = s[o];
7053
- this._arguments[o] = this.resolveParentParameterReferences(u);
7047
+ const n = (e = this.fieldDef.parameters) !== null && e !== void 0 ? e : {};
7048
+ for (const i in n)
7049
+ this._arguments[i] = n[i];
7050
+ const r = { ...this.fieldDef.arguments, ...this.sourceArguments };
7051
+ for (const i in r) {
7052
+ const s = r[i];
7053
+ this._arguments[i] = this.resolveParentParameterReferences(s);
7054
7054
  }
7055
7055
  return this._arguments;
7056
7056
  }
@@ -40459,7 +40459,7 @@ class gSe extends fSe.Source {
40459
40459
  }
40460
40460
  }
40461
40461
  for (const a in n)
40462
- a in o || (0, CF.paramHasValue)(n[a]) || this.refLog(`Argument not provided for required parameter \`${a}\``);
40462
+ a in o || ((0, CF.paramHasValue)(n[a]) ? o[a] = { ...n[a] } : this.refLog(`Argument not provided for required parameter \`${a}\``));
40463
40463
  return o;
40464
40464
  }
40465
40465
  structDef(e) {