Add missing semicolon() calls to debugger and throw statement parsers
Issue #5
This commit is contained in:
@@ -21634,19 +21634,6 @@ test("throw x;", {
|
||||
line: 1,
|
||||
column: 0
|
||||
},
|
||||
end: {
|
||||
line: 1,
|
||||
column: 7
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
type: "EmptyStatement",
|
||||
loc: {
|
||||
start: {
|
||||
line: 1,
|
||||
column: 7
|
||||
},
|
||||
end: {
|
||||
line: 1,
|
||||
column: 8
|
||||
@@ -22790,19 +22777,6 @@ test("debugger;", {
|
||||
line: 1,
|
||||
column: 0
|
||||
},
|
||||
end: {
|
||||
line: 1,
|
||||
column: 8
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
type: "EmptyStatement",
|
||||
loc: {
|
||||
start: {
|
||||
line: 1,
|
||||
column: 8
|
||||
},
|
||||
end: {
|
||||
line: 1,
|
||||
column: 9
|
||||
|
||||
Reference in New Issue
Block a user