@malloydata/malloy 0.0.416 → 0.0.418

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.
@@ -2563,6 +2563,8 @@ export declare class FilterString_stubContext extends LiteralContext {
2563
2563
  }
2564
2564
  export declare class ExprNowContext extends LiteralContext {
2565
2565
  NOW(): TerminalNode;
2566
+ OPAREN(): TerminalNode | undefined;
2567
+ CPAREN(): TerminalNode | undefined;
2566
2568
  constructor(ctx: LiteralContext);
2567
2569
  enterRule(listener: MalloyParserListener): void;
2568
2570
  exitRule(listener: MalloyParserListener): void;