@malloydata/malloy 0.0.79-dev230818134709 → 0.0.79-dev230822044438

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.
@@ -1520,8 +1520,9 @@ export declare class CalculateStatementContext extends ParserRuleContext {
1520
1520
  }
1521
1521
  export declare class ProjectStatementContext extends ParserRuleContext {
1522
1522
  tags(): TagsContext;
1523
- PROJECT(): TerminalNode;
1524
1523
  fieldCollection(): FieldCollectionContext;
1524
+ SELECT(): TerminalNode | undefined;
1525
+ PROJECT(): TerminalNode | undefined;
1525
1526
  constructor(parent: ParserRuleContext | undefined, invokingState: number);
1526
1527
  get ruleIndex(): number;
1527
1528
  enterRule(listener: MalloyParserListener): void;