Changelog
v4.3.10
Changelog
v4.3.9
keep_fnames
option, introduced when adding code to keep variable names of anonymous functionsChangelog
v4.3.7
Changelog
v4.3.5
\
and a new line.const x = () => { ... }
or var func = function () {...}
) are now preserved when keep_fnames is true.Changelog
v4.3.4
@preserve
, @license
, @cc_on
as well as comments starting with /*!
and /**!
are now preserved by default.Changelog
v4.3.3
async
in destructuring arguments with default value.extends
clauses.Changelog
v4.3.2
Changelog
v4.3.1