aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce
an title='2017-04-03 12:31:05 +0800'>2017-04-03
AgeCommit message (Expand)Author
2021-01-18fix corner case in `reduce_vars` (#4563)...Alex Lam S.L
2021-01-03suppress invalid AST transform in `--reduce-test` (#4498)Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L
fix mangleProperties of `undefined` & `Infinity` (#1772)...Alex Lam S.L
2017-03-31sort options in alphabetical order (#1743)...Alex Lam S.L
2017-02-10in mangle_names there is a check that the variable name is legal and that it ...Anat Dagan
2016-11-29Add --mangle-props-debug and fix --mangle-props=unquoted collision...Ashley (Scirra)
2016-08-14Fix --mangle-props and --mangle-props=unquoted...kzc
2016-06-19Respect quote style in object literals...Shrey Banga
2015-08-05Fix mangling of property names which overwrite unmangleable properties...Richard van Velzen
2015-06-09Add --mangle-regex optionJoao Carlos
2015-05-13fix again reserved propsMihai Bazon
2015-05-07Make reserved names take priority over the name cacheMihai Bazon
2015-04-22If name_cache is specified, do rename cached properties...Mihai Bazon
2015-04-10Use the `before` visitor in mangle props...Mihai Bazon
2015-03-16Fix prop mangling...Mihai Bazon
2015-03-14Add property name mangler...Mihai Bazon