No successful run was found on main (3f6edc9) during the generation of this report, so ccf1fb4 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
feat(minifier): inline `const` variables that are only used once (#12488)
Just to get the infrastructure ready.
Other "inline"s are more complicated due to TDZ.