renamed "debuggerstmt" to "debugger_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:16 +02:00
parent 454893d234
commit 3ef8fb72cd
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ case @stmt.kind of
| 13 = @do_while_stmt
| 14 = @for_stmt
| 15 = @for_in_stmt
| 16 = @debuggerstmt
| 16 = @debugger_stmt
| 17 = @functiondeclstmt
| 18 = @vardeclstmt
| 19 = @case