aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.zig')
-rw-r--r--src/runtime.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime.zig b/src/runtime.zig
index bceda8130..fcec8549b 100644
--- a/src/runtime.zig
+++ b/src/runtime.zig
@@ -298,6 +298,8 @@ pub const Runtime = struct {
top_level_await: bool = false,
auto_import_jsx: bool = false,
allow_runtime: bool = true,
+ inlining: bool = false,
+
/// Instead of jsx("div", {}, void 0)
/// ->
/// {