@malloydata/malloy 0.0.55-dev230707164317 → 0.0.55-dev230707204858

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.
@@ -860,8 +860,9 @@ export declare class SQLSourceContext extends ExploreSourceContext {
860
860
  DOT(): TerminalNode;
861
861
  SQL(): TerminalNode;
862
862
  OPAREN(): TerminalNode;
863
- sqlString(): SqlStringContext;
864
863
  CPAREN(): TerminalNode;
864
+ sqlString(): SqlStringContext | undefined;
865
+ shortString(): ShortStringContext | undefined;
865
866
  constructor(ctx: ExploreSourceContext);
866
867
  enterRule(listener: MalloyParserListener): void;
867
868
  exitRule(listener: MalloyParserListener): void;