Skip to content

Commit

Permalink
Add execute.js to unsupported exports
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 9, 2024
1 parent ce04eaf commit 216b5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/virtual-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ class VirtualMachine extends EventEmitter {
JSGenerator: require('./compiler/jsgen.js'),
IRGenerator: require('./compiler/irgen.js').IRGenerator,
ScriptTreeGenerator: require('./compiler/irgen.js').ScriptTreeGenerator,
Thread: require('./engine/thread.js')
Thread: require('./engine/thread.js'),
execute: require('./engine/execute.js')
});
}
};
Expand Down

0 comments on commit 216b5b6

Please sign in to comment.