Fix broken autocomplete

This commit is contained in:
Jarred Sumner
2023-04-19 00:01:27 -07:00
parent 36f9fd607a
commit ea47ed0ee5
177 changed files with 2855 additions and 3668 deletions

View File

@@ -2,7 +2,7 @@ const schema = @import("./api/schema.zig");
const Api = schema.Api;
const std = @import("std");
const Fs = @import("./fs.zig");
const bun = @import("bun");
const bun = @import("root").bun;
const string = bun.string;
const Output = bun.Output;
const Global = bun.Global;