From 62038c28148c5d0526335a9b7fc7efbfcad705cd Mon Sep 17 00:00:00 2001 From: binekrasik Date: Thu, 21 May 2026 23:42:51 +0200 Subject: [PATCH] fix: build errors --- src/shell/wush/InputParser.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shell/wush/InputParser.ts b/src/shell/wush/InputParser.ts index e5fbcfe..a45fe4a 100644 --- a/src/shell/wush/InputParser.ts +++ b/src/shell/wush/InputParser.ts @@ -3,11 +3,11 @@ * Provides necessary parsing functions */ export class InputParser { - static Tokenize(input: string) { + // static Tokenize(input: string) { - } + // } - static Parse(tokens: string[]) { + // static Parse(tokens: string[]) { - } + // } }