@malloydata/render 0.0.244-dev250317160224 → 0.0.244-dev250318232813

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.
@@ -133624,7 +133624,7 @@ class Hct extends Pct.AbstractParseTreeVisitor {
133624
133624
  const i = r.fieldName();
133625
133625
  if (i)
133626
133626
  return this.astAt(new re.AccessModifierFieldReference([
133627
- this.astAt(new re.FieldName(r.text), r)
133627
+ this.astAt(this.getFieldName(i), r)
133628
133628
  ]), i);
133629
133629
  const s = r.collectionWildCard();
133630
133630
  if (s)