From 9d21d88374cf440ddf381e02a597a59ad329ed62 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