Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-11 | [create-astro] Finalize developer experience... with gradients 🚀 (#3313) | 5 | -23/+123 |
const JSC = @import("../jsc.zig"); pub const ScriptExecutionContext = extern struct { main_file_path: JSC.ZigString, is_macro: bool = false, js_global_object: bool = false, };