From 24283e53726820f9bbd39acc755bfccd5fa36a44 Mon Sep 17 00:00:00 2001 From: Peeyush Kushwaha Date: Thu, 7 Nov 2024 22:24:50 +0530 Subject: [PATCH] Remove debugger statement --- source/parser.hera | 1 - 1 file changed, 1 deletion(-) diff --git a/source/parser.hera b/source/parser.hera index 42d2d53b..e93f29f4 100644 --- a/source/parser.hera +++ b/source/parser.hera @@ -3424,7 +3424,6 @@ ObjectPropertyDelimiter PropertyDefinition # Safe to prioritize this over others as it's unlikely that a loop is matched unless the user intended to put the loop there. This is also required for giving braceless-do loop priority over interpreting do as a PropertyName _?:ws InsertDotDotDot:dots IterationExpression:exp -> - debugger let { statement } = exp // immutably set exp.statement.object = true