@elyx-code/project-logic-tree 0.0.6920 → 0.0.6922

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.
package/dist/index.d.ts CHANGED
@@ -19233,7 +19233,7 @@ export declare enum BaseValueDescriptorIds {
19233
19233
  as: string;
19234
19234
  } | null;
19235
19235
 
19236
- declare function getMainSourceNameFromFromClauseExpr(fromExpr: JoinExpr | PivotExpr | UnpivotExpr | TablesampleExpr | ForSystemTimeAsOfExpr | TableFactor, parentExpr?: JoinExpr): {
19236
+ declare function getMainSourceNameFromFromClauseExpr(fromExpr: JoinExpr | PivotExpr | UnpivotExpr | TablesampleExpr | ForSystemTimeAsOfExpr | TableFactor, _parentExpr?: JoinExpr): {
19237
19237
  type: 'table';
19238
19238
  name: string;
19239
19239
  as: string;