From e409ae33f00e04cde30f2bcffb979caf1a33562a Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 13 Oct 2024 20:37:52 -0400 Subject: [PATCH] fix: generate with `strict` mode (#30) --- grammar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar.js b/grammar.js index 54a670b..fb586f8 100644 --- a/grammar.js +++ b/grammar.js @@ -1,4 +1,4 @@ -commands = [ +const commands = [ "if", "elseif", "else",