From 857a4720336105498b49adffce22797d847d97d2 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 30 Sep 2024 22:20:21 -0700 Subject: [PATCH] ci: fix build error (#14262) --- src/bundler/bundle_v2.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig index 7711a80b0d..9bc6814389 100644 --- a/src/bundler/bundle_v2.zig +++ b/src/bundler/bundle_v2.zig @@ -12991,6 +12991,7 @@ pub const AstBuilder = struct { .top_level_symbols_to_parts = top_level_symbols_to_parts, .char_freq = .{}, .flags = .{}, + .top_level_await_keyword = bun.logger.Range.None, // .nested_scope_slot_counts = if (p.options.features.minify_identifiers) // renamer.assignNestedScopeSlots(p.allocator, p.scopes.items[0], p.symbols.items) // else