diff options
author | 2021-12-16 18:01:07 -0800 | |
---|---|---|
committer | 2021-12-16 18:01:07 -0800 | |
commit | b57d890cbd64a2837f591666059621f317fc451a (patch) | |
tree | 9dec14908e114fe64f5833b2f6037c702f4e8797 | |
parent | 50163e13855239983f5eb0390b9702c39426fe9f (diff) | |
download | bun-b57d890cbd64a2837f591666059621f317fc451a.tar.gz bun-b57d890cbd64a2837f591666059621f317fc451a.tar.zst bun-b57d890cbd64a2837f591666059621f317fc451a.zip |
Update bundler.zig
-rw-r--r-- | src/bundler.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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.?; |