From cd7a151aefe046bcf9df5022121b096f7f295582 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 13 Jun 2024 21:31:31 +0200 Subject: [PATCH] LibJS: Allow `let` and `const` to create locals in global code This is actually safe everywhere but in the topmost program scope. For web compatibility reasons, we have to flush all top-level bindings to the environment, in case a subsequent separate