fix: lint error

This commit is contained in:
Felix Roos 2025-03-16 21:05:04 +01:00
parent 95526ac99c
commit ea61627963
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ export class MondoParser {
pipe: /^\./, pipe: /^\./,
stack: /^,/, stack: /^,/,
op: /^[*/]/, op: /^[*/]/,
plain: /^[a-zA-Z0-9-_\^]+/, plain: /^[a-zA-Z0-9-_^]+/,
}; };
// matches next token // matches next token
next_token(code, offset = 0) { next_token(code, offset = 0) {