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
2021-05-23
enhance `sourceMap` (#4953)
Alex Lam S.L
2021-05-11
enhance `mangle` (#4926)
Alex Lam S.L
2021-05-03
support optional chaining operator (#4899)
Alex Lam S.L
2021-04-07
reject invalid `for await` syntax (#4847)
Alex Lam S.L
2021-04-01
suppress invalid AST transform in `--reduce-test` (#4833)
Alex Lam S.L
2021-03-23
workaround `toString()` quirks on global context (#4814)
Alex Lam S.L
2021-03-22
improve global context enumeration under `sandbox` (#4812)
...
Alex Lam S.L
2021-03-17
improve comment formatting logic (#4794)
Alex Lam S.L
2021-03-13
implement `annotations` (#4763)
Alex Lam S.L
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-15
support `export` statements (#4650)
Alex Lam S.L
2021-02-14
support `import` statements (#4646)
Alex Lam S.L
2021-02-14
improve fix for #4325 (#4649)
Alex Lam S.L
2021-02-13
avoid false positive in `--reduce-test` (#4648)
Alex Lam S.L
2021-02-10
reject invalid `for...of` syntax (#4632)
Alex Lam S.L
2021-02-09
support `for [await]...of` statements (#4627)
Alex Lam S.L
2021-02-08
support generator functions (#4620)
Alex Lam S.L
2021-02-01
introduce `templates` (#4603)
Alex Lam S.L
2021-02-01
support template literals (#4601)
Alex Lam S.L
2021-01-20
support asynchronous test cases properly (#4529)
Alex Lam S.L
2021-01-19
Fix overwriting existing sourcesContent in sourcemaps (#4567)
Jimb Esser
2021-01-07
implement `UGLIFY_BUG_REPORT` (#4516)
Alex Lam S.L
2021-01-03
suppress invalid AST transform in `--reduce-test` (#4498)
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-24
support default values (#4442)
Alex Lam S.L
2020-12-23
fix corner case when parsing expression (#4435)
Alex Lam S.L
2020-12-20
parse destructuring under strict mode correctly (#4429)
Alex Lam S.L
2020-12-20
handle destructuring `catch` in `--reduce-test` (#4427)
Alex Lam S.L
2020-12-08
forbid `AST_Await` in computed function arguments (#4352)
...
Alex Lam S.L
2020-12-07
support async function (#4333)
Alex Lam S.L
2020-11-08
support computed property name in object literal (#4268)
Alex Lam S.L
2020-10-19
extend support for Unicode (#4228)
Alex Lam S.L
2020-10-05
retrofit `AST_BlockStatement` as block-scoped (#4177)
Alex Lam S.L
2020-10-05
extend support for numeral literals (#4176)
Alex Lam S.L
2020-09-03
enhance `join_vars` (#4089)
Alex Lam S.L
2020-08-17
reject multiple `default`s in `switch` (#4053)
...
Alex Lam S.L
2020-06-10
fix corner case in `--reduce-test` (#3985)
Alex Lam S.L
2020-06-08
fix corner cases related to `in` (#3964)
Alex Lam S.L
2020-06-07
parse command line internally (#3961)
Alex Lam S.L
2020-04-25
fix corner case in `--reduce-test` (#3819)
Alex Lam S.L
2020-04-25
improve `--reduce-test` on `Error.message` (#3816)
...
Alex Lam S.L
2020-04-17
suppress mutation of input `options` (#3785)
Alex Lam S.L
2020-04-17
support optional output of `names` in source maps (#3784)
Alex Lam S.L
2020-04-16
improve source-map generation (#3782)
...
Alex Lam S.L
2020-04-15
prevent input source map mutation (#3781)
...
Alex Lam S.L
2020-04-14
expand testing on Node.js versions (#3779)
Alex Lam S.L
2020-04-10
enhance `inline` (#3767)
Alex Lam S.L
2020-04-05
enhance `inline` (#3760)
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2020-03-21
fix line accounting in multi-line strings (#3752)
...
Alex Lam S.L
[next]