Commits
Click on a commit to change the comparison rangeperf(codegen): reduce branches printing `TemplateLiteral`s (#12041)
Small optimization to codegen. `TemplateLiteral`s always have 1 more `quasi` than `expression`. Avoid checking for the presence of an expression on each turn of the loop by zipping the 2 iterators.5 months ago
by overlookmotel