| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
This removes requirement to set global.WEB before requiring in node
|
| |
|
|
|
|
| |
string)
|
| |
|
| |
|
| |
|
|
|
|
| |
Solves issues with os.getenv'hasOwnProperty'
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
In future this should create a uri from lua string rather than potentially throwing errors in to_jsstring
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now fails on non-utf8 input.
Previously it would convert to equivalent unicode codepoints as bytes, which did not round-trip
|
| |
|
| |
|
|
|
|
|
|
| |
utf8 dropped support for 5 and 6 byte sequences back in 2003
As we're converting from javascript strings (which are utf-16),
codepoints above U+10FFFF can't occur anyway
|
|
|
|
| |
Adds tests for to_luastring
|
|
|
|
| |
Closes #1
|
|
|
|
| |
llimit.js is renamed to llimits.js
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|