mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
wip
This commit is contained in:
@@ -5205,7 +5205,6 @@ pub fn NewParser(
|
||||
|
||||
switch (p.lexer.token) {
|
||||
.t_semicolon => {
|
||||
try p.lexer.next();
|
||||
try p.lexer.next();
|
||||
return Stmt.empty();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user