mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
set optional_chain instead of optional_start (#3142)
This commit is contained in:
@@ -12750,7 +12750,7 @@ fn NewParser_(
|
||||
|
||||
// Only continue if we have started
|
||||
if ((optional_start orelse .ccontinue) == .start) {
|
||||
optional_start = .ccontinue;
|
||||
optional_chain = .ccontinue;
|
||||
}
|
||||
},
|
||||
.t_no_substitution_template_literal => {
|
||||
|
||||
Reference in New Issue
Block a user