mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-15 09:57:56 +00:00
Previously, we were allowing the redeclaration of a variable with `let` or `const` if it was declared initially using `var`, we should not tolerate any form of variable redeclaration using let/const.