Skip to content

Commit e3b5c81

Browse files
committed
chore: remove redundant prop in error
1 parent 72ee122 commit e3b5c81

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/jmespath/src/errors.ts

-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ class ParseError extends JMESPathError {
108108
* Error thrown when an incomplete expression is encountered during parsing.
109109
*/
110110
class IncompleteExpressionError extends ParseError {
111-
/**
112-
* Expression that was being parsed when the error occurred.
113-
*
114-
* Can be set by whatever catches the error.
115-
*/
116-
public expression?: string;
117-
118111
public constructor(options: {
119112
lexPosition: number;
120113
tokenValue: Token['value'];

0 commit comments

Comments
 (0)