mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
Jarred Sumner
parent
e0c5e03d63
commit
bff4726798
@@ -4860,7 +4860,6 @@ pub fn NewParser_(
|
||||
stmts.append(closure) catch unreachable;
|
||||
}
|
||||
|
||||
|
||||
pub fn lowerClass(
|
||||
noalias p: *P,
|
||||
stmtorexpr: js_ast.StmtOrExpr,
|
||||
|
||||
@@ -1398,7 +1398,8 @@ pub fn LowerDecorators(
|
||||
};
|
||||
}
|
||||
|
||||
const string = []const u8;
|
||||
const std = @import("std");
|
||||
const ListManaged = std.array_list.Managed;
|
||||
|
||||
const bun = @import("bun");
|
||||
const logger = bun.logger;
|
||||
@@ -1412,6 +1413,7 @@ const Flags = js_ast.Flags;
|
||||
const S = js_ast.S;
|
||||
const Stmt = js_ast.Stmt;
|
||||
const Symbol = js_ast.Symbol;
|
||||
|
||||
const G = js_ast.G;
|
||||
const Arg = G.Arg;
|
||||
const Decl = G.Decl;
|
||||
@@ -1421,6 +1423,3 @@ const js_parser = bun.js_parser;
|
||||
const JSXTransformType = js_parser.JSXTransformType;
|
||||
const Ref = js_parser.Ref;
|
||||
const arguments_str = js_parser.arguments_str;
|
||||
|
||||
const std = @import("std");
|
||||
const ListManaged = std.array_list.Managed;
|
||||
|
||||
Reference in New Issue
Block a user