@malloydata/malloy 0.0.14 → 0.0.15-dev221208001612

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.
@@ -1730,21 +1730,10 @@ export declare class ExprUngroupContext extends FieldExprContext {
1730
1730
  accept<Result>(visitor: MalloyParserVisitor<Result>): Result;
1731
1731
  }
1732
1732
  export declare class PartialAllowedFieldExprContext extends ParserRuleContext {
1733
+ fieldExpr(): FieldExprContext;
1734
+ compareOp(): CompareOpContext | undefined;
1733
1735
  constructor(parent: ParserRuleContext | undefined, invokingState: number);
1734
1736
  get ruleIndex(): number;
1735
- copyFrom(ctx: PartialAllowedFieldExprContext): void;
1736
- }
1737
- export declare class ExprPartialCompareContext extends PartialAllowedFieldExprContext {
1738
- compareOp(): CompareOpContext;
1739
- fieldExpr(): FieldExprContext;
1740
- constructor(ctx: PartialAllowedFieldExprContext);
1741
- enterRule(listener: MalloyParserListener): void;
1742
- exitRule(listener: MalloyParserListener): void;
1743
- accept<Result>(visitor: MalloyParserVisitor<Result>): Result;
1744
- }
1745
- export declare class ExprNotPartialContext extends PartialAllowedFieldExprContext {
1746
- fieldExpr(): FieldExprContext;
1747
- constructor(ctx: PartialAllowedFieldExprContext);
1748
1737
  enterRule(listener: MalloyParserListener): void;
1749
1738
  exitRule(listener: MalloyParserListener): void;
1750
1739
  accept<Result>(visitor: MalloyParserVisitor<Result>): Result;