UglifyJS/lib
Onoshko Dan 1d297d9248 Negate and modulo array accessors are done.
arr[-1]; // last element

int index = -10;
arr[%index] = 34; // arr[index %% arr.length];
2014-08-15 17:45:46 +07:00
..
ast.js operator ? to sign an argument as not-required 2014-08-15 04:19:06 +07:00
browser-cola.js Progress 2014-08-14 20:05:38 +07:00
browser.js Additional source using fixed. 2014-05-26 19:43:41 +07:00
compress.js Progress 2014-08-14 20:05:38 +07:00
index.html Progress 2014-08-14 20:05:38 +07:00
mozilla-ast.js Refactoring 2014-04-16 23:43:40 +07:00
output.js Console util done. 2014-05-20 00:29:01 +07:00
parse.js Negate and modulo array accessors are done. 2014-08-15 17:45:46 +07:00
scope.js Array sugar added. 2014-04-22 20:33:43 +07:00
sourcemap.js Array sugar added. 2014-04-22 20:33:43 +07:00
std.js Negate and modulo array accessors are done. 2014-08-15 17:45:46 +07:00
transform.js @require and @include done. 2014-05-22 01:01:32 +07:00
translate.js Negate and modulo array accessors are done. 2014-08-15 17:45:46 +07:00
typecheck.js type check progress 2014-07-29 01:51:41 +07:00
utils.js Progress 2014-08-14 20:05:38 +07:00