paulirish / lh-scorecalc

Lighthouse perf score calculator - explaining how the perf score is composed
https://googlechrome.github.io/lighthouse/scorecalc/
95 stars 16 forks source link

disable ES feature transforms #35

Closed paulirish closed 3 years ago

paulirish commented 3 years ago

while debugging i got very confused.. all because some for..of loops got their consts replaced with var which were then hoisted out of the blocks. terrible terrible stuff.