aboutsummaryrefslogtreecommitdiff
path: root/src/bundler/entry_points.zig
diff options
context:
space:
mode:
authorGravatar Jarred SUmner <jarred@jarredsumner.com> 2023-01-13 11:38:16 -0800
committerGravatar Jarred SUmner <jarred@jarredsumner.com> 2023-01-13 11:38:16 -0800
commit168bb1427f2dce8ce871da30fbc22e3a0c83f9a2 (patch)
treebe48052eca10da6c2cfcd49fbb66055c65bf6619 /src/bundler/entry_points.zig
parent996ef44c021a692403082c70e0eedc2ce1696eff (diff)
downloadbun-168bb1427f2dce8ce871da30fbc22e3a0c83f9a2.tar.gz
bun-168bb1427f2dce8ce871da30fbc22e3a0c83f9a2.tar.zst
bun-168bb1427f2dce8ce871da30fbc22e3a0c83f9a2.zip
move more things
Diffstat (limited to 'src/bundler/entry_points.zig')
-rw-r--r--src/bundler/entry_points.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/entry_points.zig b/src/bundler/entry_points.zig
index 99ccb1372..9b52596f5 100644
--- a/src/bundler/entry_points.zig
+++ b/src/bundler/entry_points.zig
@@ -3,7 +3,7 @@ const std = @import("std");
const bun = @import("bun");
const string = bun.string;
const Fs = @import("../fs.zig");
-const js_ast = @import("../js_ast.zig");
+const js_ast = bun.JSAst;
const Bundler = bun.Bundler;
const strings = bun.strings;
pub const FallbackEntryPoint = struct {