mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Split some things into more files and use bun namespace instead of import more
This commit is contained in:
@@ -917,8 +917,8 @@ const js_printer = @import("js_printer.zig");
|
||||
const renamer = @import("renamer.zig");
|
||||
const SymbolList = [][]Symbol;
|
||||
|
||||
const Bundler = @import("./bundler.zig").Bundler;
|
||||
const ParseResult = @import("./bundler.zig").ParseResult;
|
||||
const Bundler = bun.Bundler;
|
||||
const ParseResult = bun.bundler.ParseResult;
|
||||
fn expectPrintedJSON(_contents: string, expected: string) !void {
|
||||
Expr.Data.Store.create(default_allocator);
|
||||
Stmt.Data.Store.create(default_allocator);
|
||||
|
||||
Reference in New Issue
Block a user