From b57d890cbd64a2837f591666059621f317fc451a Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Dec 2021 18:01:07 -0800 Subject: Update bundler.zig --- src/bundler.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bundler.zig b/src/bundler.zig index c5e736498..9d074366a 100644 --- a/src/bundler.zig +++ b/src/bundler.zig @@ -2636,7 +2636,7 @@ pub const Bundler = struct { } // we'll just always enable top-level await - // this is incorrect for Node.js files which are modules + // this is incorrect for Node.js files which are CommonJS modules opts.features.top_level_await = true; opts.macro_context = &bundler.macro_context.?; -- cgit v1.2.3