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
/
tools
Age
Commit message (
Expand
)
Author
2021-01-02
introduce `awaits` (#4495)
Alex Lam S.L
2020-12-28
workaround asynchronous tty bugs on Node.js (#4473)
Alex Lam S.L
2020-08-23
update `domprops` (#4065)
Alex Lam S.L
2020-04-18
report top-level default options (#3797)
Alex Lam S.L
2020-04-14
expand testing on Node.js versions (#3779)
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2020-02-06
export missing API for AST manipulation (#3707)
Alex Lam S.L
2019-10-15
avoid mangling of `MutationObserver` properties (#3477)
David xu
2019-10-10
improve readability of `--help ast` (#3460)
Alex Lam S.L
2019-10-06
exclude mangling of addEventListener parameters (#3445)
David xu
2019-10-06
facilitate Webpack compatibility (#3435)
...
Sampson Crowley
2019-04-20
update `domprops` (#3369)
...
Alex Lam S.L
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-06-28
improve `unsafe` `comparisons` (#3200)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-01-07
improve `process.exit()` workaround (#2741)
...
Alex Lam S.L
2017-12-17
export `parse()` (#2608)
Alex Lam S.L
2017-05-28
implement `--help options` (#2017)
Alex Lam S.L
2017-05-25
ensure new line after `describe_ast()` (#1999)
Alex Lam S.L
2017-05-16
export `TreeTransformer` (#1950)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-31
sort options in alphabetical order (#1743)
...
Alex Lam S.L
2017-03-29
remove UGLIFY_DEBUG (#1720)
...
Alex Lam S.L
2017-03-23
fix a bug in simple_glob (#1632)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-21
clean up `max_line_len`
...
alexlamsl
2017-01-19
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
...
kzc
2016-11-29
feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...
1111hui
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-08-14
Add input file glob support to minify()
kzc
2016-08-14
Add simple file globbing to bin/uglifyjs for Windows
kzc
2016-08-14
Fixed sourceMapIncludeSources and inSourceMap = string combination of the Ugl...
Lucas Wiener
2016-07-17
Source map URL override from programmatic API
Yotam Spenser
2016-06-30
Allow input files to be map (url->filename)
Geraint
2016-06-20
Don't assume DEBUG is defined when exporting --self
...
Richard van Velzen
2016-06-19
Don't mix strings with directives in output
...
Anthony Van de Gejuchte
2016-06-07
Export tokenizer function
...
ChALkeR
2016-05-04
Workaround for process.exit() tty output truncation.
...
kzc
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-02-08
Create and map `bare-returns` into new `parse` property name
Martii
2016-01-31
Fixes #951 missing export for SymbolDef
Boris Letocha
2016-01-26
Added a mangle properties option
Jeremy Marzka
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-10-07
have minify() call figure_out_scope() if needed to produce well formed "use a...
kzc
2015-09-24
Fix mozilla-ast after module loading changes
...
Mihai Bazon
2015-09-24
No longer use `vm` to load code.
...
Mihai Bazon
2015-08-27
allow for anonymous map generation using string type check
Ingo Struck
2015-08-07
Merge pull request #736 from AlbertoGP/master
...
Richard van Velzen
2015-07-28
Support wrap and exportAll options.
Kosei Kitahara
[next]