mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
wip
This commit is contained in:
@@ -5205,6 +5205,7 @@ pub fn NewParser(
|
||||
|
||||
switch (p.lexer.token) {
|
||||
.t_semicolon => {
|
||||
try p.lexer.next();
|
||||
try p.lexer.next();
|
||||
return Stmt.empty();
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user