UglifyJS/lib
Onoshko Dan aec283f0b4 operator ? to sign an argument as not-required
int sqr(int x) => x ** 2;

sqr(2); // 4
sqr();  // Exception

int sqrt(int x?) => x ** 2;
sqr();  // NaN
2014-08-15 04:19:06 +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 operator ? to sign an argument as not-required 2014-08-15 04:19:06 +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 operator ? to sign an argument as not-required 2014-08-15 04:19:06 +07:00
transform.js @require and @include done. 2014-05-22 01:01:32 +07:00
translate.js operator ? to sign an argument as not-required 2014-08-15 04:19:06 +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