aboutsummaryrefslogtreecommitdiff
path: root/tests/manual-tests/debug-cli.js
Commit message (Collapse)AuthorAge
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/manual-tests/debug-cli.js: make executable, set WEB global, return 0 ↵daurnimator2017-05-20
| | | | values
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Basic interactive lua cliBenoit Giannangeli2017-04-11