diff options
Diffstat (limited to '')
-rw-r--r-- | src/runtime.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.zig b/src/runtime.zig index 046e1a863..3f9671708 100644 --- a/src/runtime.zig +++ b/src/runtime.zig @@ -205,6 +205,7 @@ pub const Runtime = struct { hot_module_reloading: bool = false, hot_module_reloading_entry: bool = false, keep_names_for_arrow_functions: bool = true, + is_macro: bool = false, }; pub const Names = struct { |