diff options
author | 2021-09-24 16:41:45 -0700 | |
---|---|---|
committer | 2021-09-24 16:41:45 -0700 | |
commit | 940570af5904b35784e24f7ea35ccc1fa1f260e7 (patch) | |
tree | 26ce1c7e08303040e0f5a23fdb04ed9d5756a415 /src/runtime.zig | |
parent | bdfb5a91b14a129df1b1a5d46aae5c8ef2ea2fd8 (diff) | |
download | bun-v0.0.22.tar.gz bun-v0.0.22.tar.zst bun-v0.0.22.zip |
skeleton codebun-v0.0.22
Diffstat (limited to 'src/runtime.zig')
-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 77a0430d1..c8aed0dc7 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_runtime: bool = false, }; pub const Names = struct { |