mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
move more things
This commit is contained in:
@@ -11,12 +11,12 @@ const default_allocator = bun.default_allocator;
|
||||
const C = bun.C;
|
||||
const std = @import("std");
|
||||
|
||||
const lex = @import("../js_lexer.zig");
|
||||
const lex = bun.js_lexer;
|
||||
const logger = @import("bun").logger;
|
||||
|
||||
const options = @import("../options.zig");
|
||||
const js_parser = @import("../js_parser.zig");
|
||||
const js_ast = @import("../js_ast.zig");
|
||||
const js_parser = bun.js_parser;
|
||||
const js_ast = bun.JSAst;
|
||||
const linker = @import("../linker.zig");
|
||||
|
||||
const allocators = @import("../allocators.zig");
|
||||
@@ -34,7 +34,7 @@ const NetworkThread = HTTP.NetworkThread;
|
||||
const ParseJSON = @import("../json_parser.zig").ParseJSONUTF8;
|
||||
const Archive = @import("../libarchive/libarchive.zig").Archive;
|
||||
const Zlib = @import("../zlib.zig");
|
||||
const JSPrinter = @import("../js_printer.zig");
|
||||
const JSPrinter = bun.js_printer;
|
||||
const DotEnv = @import("../env_loader.zig");
|
||||
const NPMClient = @import("../which_npm_client.zig").NPMClient;
|
||||
const which = @import("../which.zig").which;
|
||||
|
||||
Reference in New Issue
Block a user