Age | Commit message (Collapse) | Author |
|
|
|
|
|
acorn 5.5.3
commander 2.15.0
Miscellaneous
- drop unmaintained package from README
|
|
fixes #2998
|
|
fixes #2995
|
|
fixes #2992
|
|
fixes #2989
|
|
|
|
fixes #2976
|
|
fixes #2974
|
|
|
|
- allow reuse of contextified sandbox
- minimise bottleneck from `vm.createContext()`
|
|
- always replace with existing parameter
- only introduce new parameter if `keep_fargs` is disabled
|
|
fixes #2968
|
|
- `x ? (y, w) : (z, w)` => `x ? y : z, w`
|
|
fixes #2959
|
|
|
|
- `a = b, b` => `a = b`
- `a.b = c, c()` => `(a.b = c)()`
|
|
fixes #2961
|
|
At the end of the benchmark, sums of the input, output and
gzip values are shown, such as:
Subtotal
Original: 7785102 bytes
Uglified: 2283862 bytes
GZipped: 662354 bytes
|
|
|
|
fixes #2954
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2938
|
|
Miscellaneous
- simplify `run_code()` hack
|
|
|
|
|
|
|
|
fixes #2931
|
|
fixes #2929
|
|
|
|
fixes #2926
|
|
fixes #805
|
|
|
|
|
|
fixes #2919
|
|
|
|
fixes #2916
|
|
fixes #2914
|
|
|
|
|
|
fixes #2908
|
|
fixes #2904
|
|
fixes #2898
|
|
fixes #2893
|
|
|