diff options
author | Hendi <hendi48@users.noreply.github.com> | 2021-07-05 21:31:51 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-06 00:15:37 +0100 |
commit | c194afd17c501195a7598e4f07c8f040d0d66221 (patch) | |
tree | f81135f85ea0db6f5a2217e2cf707b4d1664f204 /Userland/Libraries/LibIMAP | |
parent | 793e1bf28a937cd2895ec204bc32c8473a3d41a8 (diff) | |
download | serenity-c194afd17c501195a7598e4f07c8f040d0d66221.zip |
LibJS: Fix runaway let scope when parsing for-in/of statements
This requires variables that should be exported to the script host
or to other scripts to be declared as var (such as in test-common.js),
since lexically-scoped variables won't be visible.
Diffstat (limited to 'Userland/Libraries/LibIMAP')
0 files changed, 0 insertions, 0 deletions