chore(test): fix typing errors in parser

This commit is contained in:
Elian Doran
2025-01-10 21:20:46 +02:00
parent 180af2ce30
commit f026706e25
12 changed files with 353 additions and 322 deletions

View File

@@ -7,8 +7,8 @@ import becca from "../../../becca/becca.js";
import Expression from "./expression.js";
class AttributeExistsExp extends Expression {
private attributeType: string;
private attributeName: string;
attributeType: string;
attributeName: string;
private isTemplateLabel: boolean;
private prefixMatch: boolean;