@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.
package/dist/module/index.mjs
CHANGED
|
@@ -48351,7 +48351,7 @@ class C_e extends y_e.AbstractParseTreeVisitor {
|
|
|
48351
48351
|
const n = [];
|
|
48352
48352
|
for (const i of e.joinList().joinDef()) {
|
|
48353
48353
|
const s = this.visit(i);
|
|
48354
|
-
s instanceof Z.Join && (n.push(s), s instanceof Z.ExpressionJoin
|
|
48354
|
+
s instanceof Z.Join && (n.push(s), s instanceof Z.ExpressionJoin && (s.joinType = "many", s.joinOn === void 0 && this.contextError(e, "missing-on-in-join-many", "join_many: requires ON expression")));
|
|
48355
48355
|
}
|
|
48356
48356
|
const r = new Z.JoinStatement(n);
|
|
48357
48357
|
return r.extendNote({ blockNotes: this.getNotes(e.tags()) }), r;
|
|
@@ -50191,7 +50191,7 @@ dd.exploreQueryWalkerBuilder = SCe;
|
|
|
50191
50191
|
var Oe = {}, F_ = {};
|
|
50192
50192
|
Object.defineProperty(F_, "__esModule", { value: !0 });
|
|
50193
50193
|
F_.MALLOY_VERSION = void 0;
|
|
50194
|
-
F_.MALLOY_VERSION = "0.0.
|
|
50194
|
+
F_.MALLOY_VERSION = "0.0.196";
|
|
50195
50195
|
Object.defineProperty(Oe, "__esModule", { value: !0 });
|
|
50196
50196
|
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;
|
|
50197
50197
|
const _Ce = BN, dr = qs, oM = XY, yn = Su, n6 = Gd, CCe = F_;
|