mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add missing imports to ModuleLoader.zig for SourceMap and SavedSourceMap
This commit is contained in:
@@ -3167,6 +3167,8 @@ const Arena = bun.allocators.MimallocArena;
|
||||
const api = bun.schema.api;
|
||||
|
||||
const jsc = bun.jsc;
|
||||
const SourceMap = bun.sourcemap;
|
||||
const SavedSourceMap = @import("./SavedSourceMap.zig");
|
||||
const JSGlobalObject = bun.jsc.JSGlobalObject;
|
||||
const JSValue = bun.jsc.JSValue;
|
||||
const ResolvedSource = bun.jsc.ResolvedSource;
|
||||
|
||||
Reference in New Issue
Block a user