set optional_chain instead of optional_start (#3142)

This commit is contained in:
Dylan Conway
2023-05-31 16:13:24 -07:00
committed by GitHub
parent 52c6609792
commit 611f1d0e24

View File

@@ -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 => {