aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js_parser.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js_parser.zig b/src/js_parser.zig
index ee54a892a..cdc8558da 100644
--- a/src/js_parser.zig
+++ b/src/js_parser.zig
@@ -16926,7 +16926,6 @@ fn NewParser_(
stmts.append(closure) catch unreachable;
}
- // TODO: https://github.com/oven-sh/bun/issues/51
fn lowerClass(
p: *P,
stmtorexpr: js_ast.StmtOrExpr,