aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bundler.zig2
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.?;