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
/
run-tests.js
Age
Commit message (
Expand
)
Author
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-05-11
replace `mocha` dependency (#3131)
Alex Lam S.L
2018-04-26
workaround test failures in Node.js 10 (#3102)
Alex Lam S.L
2018-03-29
improve source map granularity (#3030)
...
Alex Lam S.L
2018-03-11
preserve case when `inline_script` (#2991)
...
Alex Lam S.L
2018-03-04
improve `test/run-test.js` performance (#2971)
...
Alex Lam S.L
2018-02-24
minor clean-ups (#2951)
Alex Lam S.L
2018-02-13
report options upon reminify input error (#2911)
Alex Lam S.L
2018-01-04
reminify tests upon `expect_stdout` (#2716)
Alex Lam S.L
2018-01-04
forbid block-scoped `AST_Defun` in strict mode (#2718)
Alex Lam S.L
2017-11-24
fix `rename` (#2501)
...
Alex Lam S.L
2017-07-29
improve `mangle.properties` (#2261)
...
Alex Lam S.L
2017-06-23
synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)
Alex Lam S.L
2017-06-15
fix parsing of `expect_stdout` (#2096)
...
Alex Lam S.L
2017-06-13
allow `expect_stdout` to specify `Error` (#2087)
Alex Lam S.L
2017-05-18
make `expect_stdout` node version specific (#1963)
...
Alex Lam S.L
2017-05-15
fix & improve coverage of `estree` (#1935)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-01
implement `test/sandbox.js` (#1749)
...
Alex Lam S.L
2017-03-29
remove UGLIFY_DEBUG (#1720)
...
Alex Lam S.L
2017-03-24
fix expect_stdout (#1642)
...
Alex Lam S.L
2017-03-23
introduce compressor.info() (#1633)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-18
handle runtime errors in `expect_stdout` (#1618)
...
Alex Lam S.L
2017-03-18
fix top-level directives in compress tests (#1615)
...
Alex Lam S.L
2017-03-16
extend `test/run-tests.js` to optionally execute uglified output (#1604)
...
Alex Lam S.L
2017-03-10
support multi-line string in tests (#1590)
...
Alex Lam S.L
2017-02-21
fix duplicated test names
...
alexlamsl
2017-01-19
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
...
kzc
2016-10-27
Pass mangle options to figure_out_scope before mangling in tests
Anthony Van de Gejuchte
2016-08-14
Test reparsing test/compress/*.js output
kzc
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-06-19
Don't mix strings with directives in output
...
Anthony Van de Gejuchte
2016-06-09
Catch errors when compression test fails to parse
Anthony Van de Gejuchte
2016-05-04
Fix regression causing tests to fail on windows
Anthony Van de Gejuchte
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-04-12
Add base54.reset() to compress tests
...
Richard van Velzen
2016-04-11
Fix warnings for referenced non-hoisted functions.
...
kzc
2016-01-14
Never mangle arguments and keep them in their scope
...
Anthony Van de Gejuchte
2015-12-27
Add mocha tests
Anthony Van de Gejuchte
2015-11-12
Replace util.error with console.log
Mihai Bazon
2015-10-28
Allow specification beautify options in tests
...
Richard van Velzen
2015-10-20
Fix #836
Fábio Santos
2015-10-12
Fix tests
Mihai Bazon
2015-08-05
Fix mangling of property names which overwrite unmangleable properties
...
Richard van Velzen
2015-07-29
Replace util.puts in run-tests with console.log
...
Richard van Velzen
2015-04-14
Added expect_exact for testing the OutputStream
...
Fábio Santos
2014-08-03
Added generative testing for AST conversions.
Ingvar Stepanyan
2013-10-27
Display number of failed tests and corresponding files
Mihai Bazon
[next]