mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Update js_parser.zig
This commit is contained in:
@@ -19084,7 +19084,7 @@ fn NewParser_(
|
||||
},
|
||||
.s_debugger => {
|
||||
p.current_scope.is_after_const_local_prefix = was_after_after_const_local_prefix;
|
||||
if (!p.define.drop_debugger) {
|
||||
if (p.define.drop_debugger) {
|
||||
return;
|
||||
}
|
||||
try stmts.append(stmt.*);
|
||||
|
||||
Reference in New Issue
Block a user