MCPcopy Create free account
hub / github.com/codecombat/codecombat / luaEval

Function luaEval

spec/aether/lua_spec.js:14–18  ·  view source on GitHub ↗
(code, that)

Source from the content-addressed store, hash-verified

12let aether = new Aether({language});
13
14const luaEval = function(code, that) {
15 aether.reset();
16 aether.transpile(code);
17 return aether.run();
18};
19
20describe(`${language} Test suite`, function() {
21 describe("Basics", function() {

Callers 1

lua_spec.jsFile · 0.85

Calls 2

resetMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected