chore: seperate into packages
This commit is contained in:
@@ -6,6 +6,10 @@ class QueryParser {
|
||||
#stringifier = new Stringifier();
|
||||
#parser = new QueryParserParser();
|
||||
|
||||
public getSerializedGastProductions() {
|
||||
return this.#parser.getSerializedGastProductions();
|
||||
}
|
||||
|
||||
public parse = (input: string): QueryFilter => {
|
||||
return this.#parser.parse(input);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user