aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/script_execution_context.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-29 02:42:56 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-29 02:42:56 -0800
commitb631ea7d725a42954c577ea686ae711ef04f63e1 (patch)
tree37852a650a0ec02fd6042919dc476c7dab550529 /src/bun.js/script_execution_context.zig
parent7b59d9d97c4d4543d8fe2a2222781d7b89539fc2 (diff)
downloadbun-b631ea7d725a42954c577ea686ae711ef04f63e1.tar.gz
bun-b631ea7d725a42954c577ea686ae711ef04f63e1.tar.zst
bun-b631ea7d725a42954c577ea686ae711ef04f63e1.zip
import everything from "bun" where possible
Diffstat (limited to 'src/bun.js/script_execution_context.zig')
-rw-r--r--src/bun.js/script_execution_context.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/script_execution_context.zig b/src/bun.js/script_execution_context.zig
index 551614ccc..0f1bfb20b 100644
--- a/src/bun.js/script_execution_context.zig
+++ b/src/bun.js/script_execution_context.zig
@@ -1,4 +1,4 @@
-const JSC = @import("../jsc.zig");
+const JSC = @import("bun").JSC;
pub const ScriptExecutionContext = extern struct {
main_file_path: JSC.ZigString,