Skip to content

Commit

Permalink
expose Variable on the VM exports
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Dec 27, 2024
1 parent 56825e3 commit 9e328d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/virtual-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit 9e328d6

Please sign in to comment.