mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 14:51:52 +00:00
Bugfixes to how we build WebCore code
This commit is contained in:
7
src/javascript/jsc/script_execution_context.zig
Normal file
7
src/javascript/jsc/script_execution_context.zig
Normal file
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user