|
@@ -278,6 +278,7 @@ const symbols = [
|
|
|
fixedPoint: xs['fixed-point']?.(ctx) ?? false
|
|
|
})(ctx);
|
|
|
}),
|
|
|
+ D(MolScript.structureQuery.modifier.intersectBy, function structureQuery_modifier_intersectBy(ctx, xs) { return Queries.modifiers.intersectBy(xs[0] as any, xs['by'] as any)(ctx); }),
|
|
|
|
|
|
|
|
|
|
|
@@ -406,4 +407,4 @@ function getArray<T = any>(ctx: QueryContext, xs: any): T[] {
|
|
|
for (const s of symbols) {
|
|
|
DefaultQueryRuntimeTable.addSymbol(s);
|
|
|
}
|
|
|
-})();
|
|
|
+})();
|