aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-05-05 19:02:14 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-05-05 19:02:14 -0700
commit41c9896e11948b91dea278636c226516f7c01f3d (patch)
treebced3884ebd9a523cce68edf5caa7f8003e5fe7b /src/main.zig
parent7a4084a23fc5045b479ed4fc08853e251e904d77 (diff)
downloadbun-41c9896e11948b91dea278636c226516f7c01f3d.tar.gz
bun-41c9896e11948b91dea278636c226516f7c01f3d.tar.zst
bun-41c9896e11948b91dea278636c226516f7c01f3d.zip
I think that fixes the scopes bug
Former-commit-id: 2cbd4c9d809cff90dc4a2305c0acbaf46c3a1578
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,