index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
mocha
Age
Commit message (
Expand
)
Author
2017-04-19
fix parser bugs & CLI reporting (#1827)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-31
fix missing preamble when shebang is absent (#1742)
Alex Lam S.L
2017-03-29
remove UGLIFY_DEBUG (#1720)
...
Alex Lam S.L
2017-03-24
improve error marker placement (#1644)
...
Alex Lam S.L
2017-03-24
fix expect_stdout (#1642)
...
Alex Lam S.L
2017-03-24
improve collapsible value detection (#1638)
...
Alex Lam S.L
2017-03-23
account for cross-scope modifications in `collapse_vars` (#1634)
...
Alex Lam S.L
2017-03-23
fix a bug in simple_glob (#1632)
...
Alex Lam S.L
2017-03-16
make `collapse_vars` consistent with `toplevel` (#1608)
...
Alex Lam S.L
2017-03-10
fixup for #1585 (#1589)
...
Alex Lam S.L
2017-03-10
Correctly raise a parse exception with a missing loop body (#1585)
Michael Mior
2017-03-08
only run benchmark & jetstream on CI (#1571)
Alex Lam S.L
2017-03-07
include benchmark.js in test suite (#1564)
...
Alex Lam S.L
2017-03-07
transform function calls to IIFEs (#1560)
...
Alex Lam S.L
2017-03-05
fix handling of shebang and preamble (#1545)
...
Alex Lam S.L
2017-03-02
optimize trivial IIFEs returning constants (#1530)
kzc
2017-03-01
invert `reduce_vars` tracking flag (#1519)
...
Alex Lam S.L
2017-02-28
warn & drop `#__PURE__` iff IIFE is dropped (#1511)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-26
consolidate `evaluate` & `reduce_vars` (#1505)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-21
Support marking a call as pure
...
kzc
2017-02-21
Fix: AST_Accessor missing start / end tokens
...
Ondřej Španěl
2017-02-21
remove extraneous spaces between ++/+/--/-
...
alexlamsl
2017-02-21
improve `--beautify bracketize`
...
alexlamsl
2017-02-21
enhance `global_defs`
...
alexlamsl
2017-02-18
Improve optimizing `function() { if(c){return foo} bar();}`
...
Anthony Van de Gejuchte
2017-01-26
fix mangling collision with keep_fnames (#1431)
...
Alex Lam S.L
2016-11-29
Generate source map data from normalized files
...
Martijn Swaagman
2016-11-29
feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...
1111hui
2016-11-29
Do not overwrite options.comments + cleanup
Anthony Van de Gejuchte
2016-10-27
Pass mangle options to figure_out_scope before mangling in tests
Anthony Van de Gejuchte
2016-10-23
Don't filter shebangs when using the 'some' comment filter
...
Anthony Van de Gejuchte
2016-10-23
fix uses_arguments handling (broken since 6605d1578351)
...
Jann Horn
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-08-14
Add input file glob support to minify()
kzc
2016-08-14
Moved test input files to test/input.
Lucas Wiener
2016-08-14
Added test for #1236
Lucas Wiener
2016-07-21
Legacy octal integer strict mode fixes
Anthony Van de Gejuchte
2016-07-17
lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map...
Lauri Pokka
2016-07-04
Backport mocha with test from harmony
Anthony Van de Gejuchte
2016-07-03
Don't convert all strings to directives from moz-ast
Anthony Van de Gejuchte
2016-07-01
Introduce a test that tests the --self build
Richard van Velzen
2016-06-30
Allow input files to be map (url->filename)
Geraint
2016-06-30
Various LineTerminator changes
...
Anthony Van de Gejuchte
2016-06-30
Fix spidermonkey AST (ESTree) export and import, Array holes
...
kzc
2016-06-30
Move OctalEscapeSequence to read_escape_char
...
Anthony Van de Gejuchte
2016-06-20
Keep master in sync with harmony
...
Anthony Van de Gejuchte
[next]