aboutsummaryrefslogtreecommitdiff
path: root/src/loadlib.js
Commit message (Collapse)AuthorAge
* src/loadlib.js: Use path.resolve to construct pathsdaurnimator2017-08-18
|
* src/loadlib.js: Use window as env in browserdaurnimator2017-08-17
|
* src/loadlib.js: Fix using lua string instead of js string when getting env varsdaurnimator2017-08-17
|
* LoadF is the same in the browser and in nodeBenoit Giannangeli2017-08-10
|
* luaL_loadfile will load via xhr in the browserBenoit Giannangeli2017-08-10
|
* Do GET instead of HEAD so the following GET is cachedBenoit Giannangeli2017-08-10
|
* Synchronous xhr can't edit responseTypeBenoit Giannangeli2017-08-10
|
* Web require searcherBenoit Giannangeli2017-08-10
|
* src/loadlib.js: Use luaL_Buffer to build findloader error messagedaurnimator2017-06-09
|
* src/loadlib.js: Use luaL_Buffer to build searchpath error messagedaurnimator2017-06-09
|
* Fix some jshint warningsdaurnimator2017-05-29
|
* src/loadlib.js: Allow require to yielddaurnimator2017-05-15
|
* src/loadlib.js: Move closeSync inside try/catchdaurnimator2017-05-12
| | | | See https://github.com/giann/fengari/commit/278fd3edb6ead6cd65c2293f823887d19e4fbc8e#commitcomment-22009497
* src/ldebug.js: Fix index used for error messagedaurnimator2017-05-12
|
* src/loadlib: Use correct string formsdaurnimator2017-05-12
|
* Webpack (single bundle for now)Benoit Giannangeli2017-05-09
|
* Fix luaL_error callsitesdaurnimator2017-05-05
| | | | | | - Now that luaL_error does sprintf-like formatting it shouldn't take user input - % now needs to be escaped when passed to luaL_error - Removes several wasteful lua->js->lua string transformations
* src/loadlib.js: Fix incorrect args for package functionsdaurnimator2017-05-04
|
* package library doesn't need to be for just nodedaurnimator2017-05-04
|
* src/loadlib.js: Fix use of js string instead of lua stringdaurnimator2017-05-04
|
* package.searchpathBenoit Giannangeli2017-05-03
|
* package.loadlibBenoit Giannangeli2017-05-03
|
* requireBenoit Giannangeli2017-05-03
|
* loadlib.jsBenoit Giannangeli2017-05-03