You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'fieldref' type seems unnecessary... it obscures the actual type of the field and is redundant with the slightly more verbose { e: [{ type: 'field', path }] }.
The text was updated successfully, but these errors were encountered:
From TODO https://github.com/malloydata/malloy/blob/main/packages/malloy/src/lang/ast/field-space/reference-field.ts#L63-L65
The
'fieldref'
type seems unnecessary... it obscures the actual type of the field and is redundant with the slightly more verbose{ e: [{ type: 'field', path }] }
.The text was updated successfully, but these errors were encountered: