Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
peey committed Nov 7, 2024
1 parent e833a67 commit 24283e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/parser.hera
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24283e5

Please sign in to comment.