aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index 07c1d6954..5f735412d 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -87,6 +87,7 @@ pub fn main() anyerror!void {
alloc.dynamic,
ast,
js_ast.Symbol.Map.initList(symbols),
+ &source,
false,
js_printer.Options{ .to_module_ref = ast.module_ref orelse js_ast.Ref{ .inner_index = 0 } },
&_linker,