Skip to content

Commit

Permalink
chore: remove redundant prop in error
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jul 1, 2024
1 parent 72ee122 commit e3b5c81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/jmespath/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ class ParseError extends JMESPathError {
* Error thrown when an incomplete expression is encountered during parsing.
*/
class IncompleteExpressionError extends ParseError {
/**
* Expression that was being parsed when the error occurred.
*
* Can be set by whatever catches the error.
*/
public expression?: string;

public constructor(options: {
lexPosition: number;
tokenValue: Token['value'];
Expand Down

0 comments on commit e3b5c81

Please sign in to comment.