From 9e328d6350aac6751271b316be19b22ea5c3fcdb Mon Sep 17 00:00:00 2001 From: Miyo Sho <135030944+yuri-kiss@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:37:35 -0500 Subject: [PATCH] expose `Variable` on the VM exports --- src/virtual-machine.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/virtual-machine.js b/src/virtual-machine.js index 63872094c2c..e02d87222a2 100644 --- a/src/virtual-machine.js +++ b/src/virtual-machine.js @@ -221,6 +221,7 @@ class VirtualMachine extends EventEmitter { Sprite, RenderedTarget, JSZip, + Variable, i_will_not_ask_for_help_when_these_break: () => { console.warn('You are using unsupported APIs. WHEN your code breaks, do not expect help.');