diff options
Diffstat (limited to '')
-rw-r--r-- | src/options.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.zig b/src/options.zig index 4f64f60c6..647c83786 100644 --- a/src/options.zig +++ b/src/options.zig @@ -1435,6 +1435,8 @@ pub const BundleOptions = struct { minify_syntax: bool = false, minify_identifiers: bool = false, + code_coverage: bool = false, + compile: bool = false, /// This is a list of packages which even when require() is used, we will |