From 729d445b6885f69dd2c6355f38707bd42851c791 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:21:48 -0700 Subject: change the directory structure --- src/bun.js/script_execution_context.zig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/bun.js/script_execution_context.zig (limited to 'src/bun.js/script_execution_context.zig') diff --git a/src/bun.js/script_execution_context.zig b/src/bun.js/script_execution_context.zig new file mode 100644 index 000000000..551614ccc --- /dev/null +++ b/src/bun.js/script_execution_context.zig @@ -0,0 +1,7 @@ +const JSC = @import("../jsc.zig"); + +pub const ScriptExecutionContext = extern struct { + main_file_path: JSC.ZigString, + is_macro: bool = false, + js_global_object: bool = false, +}; -- cgit v1.2.3