From 168bb1427f2dce8ce871da30fbc22e3a0c83f9a2 Mon Sep 17 00:00:00 2001 From: Jarred SUmner Date: Fri, 13 Jan 2023 11:38:16 -0800 Subject: move more things --- src/cache.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cache.zig') diff --git a/src/cache.zig b/src/cache.zig index e59e473e6..b1b934f94 100644 --- a/src/cache.zig +++ b/src/cache.zig @@ -11,10 +11,10 @@ const FeatureFlags = bun.FeatureFlags; const default_allocator = bun.default_allocator; const C = bun.C; -const js_ast = @import("./js_ast.zig"); +const js_ast = bun.JSAst; const logger = @import("bun").logger; -const js_parser = @import("./js_parser.zig"); -const json_parser = @import("./json_parser.zig"); +const js_parser = bun.js_parser; +const json_parser = bun.JSON; const options = @import("./options.zig"); const Define = @import("./defines.zig").Define; const std = @import("std"); -- cgit v1.2.3