index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
loadlib.js
Commit message (
Collapse
)
Author
Age
*
Export strings from lauxlib in lua string form (rather than as javascript ↵
daurnimator
2017-12-02
|
|
|
|
string)
*
Add lua.to_uristring
daurnimator
2017-11-12
|
*
src/loadlib.js: Remove unwanted to_jsstring
daurnimator
2017-11-12
|
*
src/loadlib.js: Consistent indentation
daurnimator
2017-09-28
|
*
src/loadlib.js: Fix some to_luastring call-sites
daurnimator
2017-09-28
|
*
src/loadlib.js: escape path before passing to XHR or using as sourceURL
daurnimator
2017-09-28
|
*
src/loadlib.js: Invert condition so that code flows down
daurnimator
2017-09-27
|
*
src/loadlib.js: If JS library returns undefined, look in window object
daurnimator
2017-09-27
|
*
src/loadlib.js: Check that JS library returns expected type(s)
daurnimator
2017-09-27
|
*
src/loadlib.js: Use sourceURL to get path in debugger+tracebacks
daurnimator
2017-09-27
|
*
src/loadlib.js: Pass fengari library to JS modules
daurnimator
2017-09-27
|
*
src/loadlib.js: Declare forgotten argument seeglb
daurnimator
2017-09-27
|
*
src/loadlib.js: Load code with Function to catch syntax errors before evaluation
daurnimator
2017-09-27
|
*
src/loadlib.js: Use path.resolve to construct paths
daurnimator
2017-08-18
|
*
src/loadlib.js: Use window as env in browser
daurnimator
2017-08-17
|
*
src/loadlib.js: Fix using lua string instead of js string when getting env vars
daurnimator
2017-08-17
|
*
LoadF is the same in the browser and in node
Benoit Giannangeli
2017-08-10
|
*
luaL_loadfile will load via xhr in the browser
Benoit Giannangeli
2017-08-10
|
*
Do GET instead of HEAD so the following GET is cached
Benoit Giannangeli
2017-08-10
|
*
Synchronous xhr can't edit responseType
Benoit Giannangeli
2017-08-10
|
*
Web require searcher
Benoit Giannangeli
2017-08-10
|
*
src/loadlib.js: Use luaL_Buffer to build findloader error message
daurnimator
2017-06-09
|
*
src/loadlib.js: Use luaL_Buffer to build searchpath error message
daurnimator
2017-06-09
|
*
Fix some jshint warnings
daurnimator
2017-05-29
|
*
src/loadlib.js: Allow require to yield
daurnimator
2017-05-15
|
*
src/loadlib.js: Move closeSync inside try/catch
daurnimator
2017-05-12
|
|
|
|
See https://github.com/giann/fengari/commit/278fd3edb6ead6cd65c2293f823887d19e4fbc8e#commitcomment-22009497
*
src/ldebug.js: Fix index used for error message
daurnimator
2017-05-12
|
*
src/loadlib: Use correct string forms
daurnimator
2017-05-12
|
*
Webpack (single bundle for now)
Benoit Giannangeli
2017-05-09
|
*
Fix luaL_error callsites
daurnimator
2017-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 functions
daurnimator
2017-05-04
|
*
package library doesn't need to be for just node
daurnimator
2017-05-04
|
*
src/loadlib.js: Fix use of js string instead of lua string
daurnimator
2017-05-04
|
*
package.searchpath
Benoit Giannangeli
2017-05-03
|
*
package.loadlib
Benoit Giannangeli
2017-05-03
|
*
require
Benoit Giannangeli
2017-05-03
|
*
loadlib.js
Benoit Giannangeli
2017-05-03