aboutsummaryrefslogtreecommitdiff
path: root/src/ldump.js
Commit message (Expand)AuthorAge
* src/: Export LUA_SIGNATURE as lua string instead of js stringdaurnimator2018-01-29
* src/ldump.js: Use destructuring assignment for defs.jsdaurnimator2018-01-22
* src/ldump.js: Remove unneeded Number.parseInt (IE compat)daurnimator2018-01-06
* Expose lua.luastring_of to construct a lua 'string' from raw byte valuesdaurnimator2018-01-06
* Use Uint8Array to back stringsdaurnimator2017-12-13
* Introduce defs.string_of to create string from bytesdaurnimator2017-12-13
* src/ldump.js: Keep LUAC_DATA in array formdaurnimator2017-12-13
* src/: Fix some linter complaintsdaurnimator2017-12-10
* ldump.js: fixed bad integer size in DumpIntegerBenoit Giannangeli2017-08-10
* Change size_t from 8 bytes to 4 bytesdaurnimator2017-06-19
* Introduce a TString classdaurnimator2017-05-08
* Add accessors to TValue for TString valuesdaurnimator2017-05-08
* src/ldump.js: Convert f.is_vararg field to number when writing outdaurnimator2017-05-08
* Don't wrap lexer/parser strings in a TValuedaurnimator2017-05-05
* Proto.source should be a string, not a TValuedaurnimator2017-05-05
* Remove unused require()sdaurnimator2017-04-26
* All core files reference defs.js instead of lua.jsdaurnimator2017-04-26
* lun/dump.js use 32bit integersBenoit Giannangeli2017-04-24
* Fixed bad string length undumpBenoit Giannangeli2017-03-17
* lua_dump, string.dumpBenoit Giannangeli2017-03-17
* ldumpBenoit Giannangeli2017-03-17