Merge clean up

This commit is contained in:
Beth Brennan
2023-02-07 17:45:34 -05:00
parent 928e7e3b11
commit 99612e73ab
2 changed files with 0 additions and 3 deletions
@@ -96,4 +96,3 @@ function validateNeeds(
}
}
}
@@ -15,8 +15,6 @@ export class BasicExpressionToken extends ExpressionToken {
public readonly originalExpressions: BasicExpressionToken[] | undefined;
public readonly source: string;
/**
* The range of the expression within the source string.
*