smagnuso

Results 4 issues of smagnuso

``` function outer() { return function inner(x) { if(x == 10) return x; return inner.call(x, x+1); }(0); } console.log("Done: " + outer()); ``` Any thoughts? I tried to implement it,...

## PR checklist * [ ] Code * [ ] Add engine and/or editor unit tests. * [ ] New and changed code follows the overall code style of existing...

add auto uncompress when unpack_ddf ## PR checklist * [ ] Code * [ ] Add engine and/or editor unit tests. * [ ] New and changed code follows the...

## PR checklist * [ ] Code * [ ] Add engine and/or editor unit tests. * [ ] New and changed code follows the overall code style of existing...