@malloydata/render 0.0.195 → 0.0.196-dev241007190115

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.
@@ -49516,7 +49516,7 @@ class fbe extends sbe.AbstractParseTreeVisitor {
49516
49516
  const n = [];
49517
49517
  for (const i of e.joinList().joinDef()) {
49518
49518
  const s = this.visit(i);
49519
- s instanceof ie.Join && (n.push(s), s instanceof ie.ExpressionJoin ? (s.joinType = "many", s.joinOn === void 0 && this.contextError(e, "missing-on-in-join-many", "join_many: requires ON expression")) : s instanceof ie.KeyJoin && this.contextError(e, "foreign-key-in-join-many", "Foreign key join not legal in join_many:"));
49519
+ s instanceof ie.Join && (n.push(s), s instanceof ie.ExpressionJoin && (s.joinType = "many", s.joinOn === void 0 && this.contextError(e, "missing-on-in-join-many", "join_many: requires ON expression")));
49520
49520
  }
49521
49521
  const r = new ie.JoinStatement(n);
49522
49522
  return r.extendNote({ blockNotes: this.getNotes(e.tags()) }), r;
@@ -51356,7 +51356,7 @@ qd.exploreQueryWalkerBuilder = lTe;
51356
51356
  var Oe = {}, sC = {};
51357
51357
  Object.defineProperty(sC, "__esModule", { value: !0 });
51358
51358
  sC.MALLOY_VERSION = void 0;
51359
- sC.MALLOY_VERSION = "0.0.195";
51359
+ sC.MALLOY_VERSION = "0.0.196";
51360
51360
  Object.defineProperty(Oe, "__esModule", { value: !0 });
51361
51361
  Oe.CSVWriter = Oe.JSONWriter = Oe.DataWriter = Oe.DataRecord = Oe.DataArray = Oe.Result = Oe.ExploreMaterializer = Oe.PreparedResultMaterializer = Oe.QueryMaterializer = Oe.ModelMaterializer = Oe.SingleConnectionRuntime = Oe.ConnectionRuntime = Oe.Runtime = Oe.ExploreField = Oe.JoinRelationship = Oe.QueryField = Oe.Query = Oe.StringField = Oe.UnsupportedField = Oe.JSONField = Oe.BooleanField = Oe.NumberField = Oe.TimestampField = Oe.DateField = Oe.TimestampTimeframe = Oe.DateTimeframe = Oe.AtomicField = Oe.AtomicFieldType = Oe.Explore = Oe.SourceRelationship = Oe.FixedConnectionMap = Oe.InMemoryURLReader = Oe.EmptyURLReader = Oe.PreparedResult = Oe.DocumentCompletion = Oe.DocumentSymbol = Oe.DocumentPosition = Oe.DocumentRange = Oe.DocumentTablePath = Oe.Parse = Oe.PreparedQuery = Oe.Model = Oe.MalloyError = Oe.Malloy = void 0;
51362
51362
  const cTe = r8, mr = Xs, BM = Gi, vn = Bu, I6 = Ch, fTe = sC;