mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -152,13 +152,12 @@ const std = @import("std");
|
||||
|
||||
const bun = @import("bun");
|
||||
const Environment = bun.Environment;
|
||||
const JSON = bun.JSON;
|
||||
const JSON = bun.json;
|
||||
const JSPrinter = bun.js_printer;
|
||||
const default_allocator = bun.default_allocator;
|
||||
const logger = bun.logger;
|
||||
const File = bun.sys.File;
|
||||
const initializeStore = bun.install.initializeStore;
|
||||
|
||||
const JSAst = bun.JSAst;
|
||||
const js_ast = bun.JSAst;
|
||||
const js_ast = bun.ast;
|
||||
const Expr = js_ast.Expr;
|
||||
|
||||
Reference in New Issue
Block a user