mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Fix broken autocomplete
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
const Allocator = std.mem.Allocator;
|
||||
const bun = @import("bun");
|
||||
const bun = @import("root").bun;
|
||||
const Environment = bun.Environment;
|
||||
const string = @import("string_types.zig").string;
|
||||
const StringBuilder = @This();
|
||||
|
||||
Reference in New Issue
Block a user