This website requires JavaScript.
Explore
Help
Sign In
JoBoEVD
/
UglifyJS
Watch
1
Star
0
Fork
0
You've already forked UglifyJS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fdbb1d09ef93a54aa440c5088f1e4cf5876f5129
UglifyJS
/
lib
T
History
kzc
fdbb1d09ef
Convert
p: function(){}
to
p(){}
in object literals (
#2199
)
...
when `compress` option `ecma` is 6 or greater.
2017-07-04 14:35:58 +08:00
..
ast.js
fix line terminators in template literals (
#2173
)
2017-06-28 22:52:29 +08:00
compress.js
Convert
p: function(){}
to
p(){}
in object literals (
#2199
)
2017-07-04 14:35:58 +08:00
minify.js
Merge branch 'master' into harmony-v3.0.22
2017-06-30 11:24:07 +08:00
mozilla-ast.js
Merge branch 'master' into harmony-v3.0.5
2017-05-15 18:58:54 +08:00
output.js
async arrow function IIFE fix (
#2184
)
2017-06-30 10:12:42 +08:00
parse.js
fix line terminators in template literals (
#2173
)
2017-06-28 22:52:29 +08:00
propmangle.js
Merge branch 'master' into harmony-v3.0.16
2017-06-14 17:09:30 +08:00
scope.js
Merge branch 'master' into harmony-v3.0.20
2017-06-25 16:43:44 +08:00
sourcemap.js
Generate source map data from normalized files
2016-11-29 20:42:56 +01:00
transform.js
support
export
statements properly (
#2126
)
2017-06-21 00:51:36 +08:00
utils.js
clean up
lib/parse.js
(
#2047
)
2017-06-03 14:00:59 +08:00