Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NetworkWebMasters
/
UglifyJS2
Public
forked from
mishoo/UglifyJS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Feb 2, 2018
handle `break` & `continue` in `collapse_vars` (#2875)
Show description for 7e13c0d
alexlamsl
authored
7e13c0d
Copy full SHA for 7e13c0d
allow `collapse_vars` across conditional branches (#2867)
alexlamsl
authored
e6a2e9e
Copy full SHA for e6a2e9e
fix assignment logic in `reduce_vars` (#2872)
Show description for e773f03
alexlamsl
authored
e773f03
Copy full SHA for e773f03
fix missing corner case in #2855 (#2868)
alexlamsl
authored
b16380d
Copy full SHA for b16380d
Update License Copyright Year to 2018 (#2866)
Icidis
authored and
alexlamsl
committed
334b07a
Copy full SHA for 334b07a
Commits on Feb 1, 2018
always test for `rename` (#2865)
alexlamsl
authored
3cc1527
Copy full SHA for 3cc1527
better fix for #2858 (#2864)
alexlamsl
authored
525a61f
Copy full SHA for 525a61f
account for side-effects in `comparisons` of `null` & `undefined` (#2863)
alexlamsl
authored
c3a002f
Copy full SHA for c3a002f
simplify comparisons with `undefined` & `null` (#2862)
Show description for fad6766
alexlamsl
authored
fad6766
Copy full SHA for fad6766
avoid `evaluate` of compound assignment after `dead_code` transform (#2861)
Show description for aa664de
alexlamsl
authored
aa664de
Copy full SHA for aa664de
account for declaration assignment in `collapse_vars` (#2859)
Show description for 102f994
alexlamsl
authored
102f994
Copy full SHA for 102f994
Commits on Jan 31, 2018
relax `collapse_vars` on `AST_Exit` (#2855)
Show description for 2a4c68b
alexlamsl
authored
2a4c68b
Copy full SHA for 2a4c68b
Commits on Jan 29, 2018
improve symbol replacement heuristic (#2851)
alexlamsl
authored
541e601
Copy full SHA for 541e601
compress chained compound assignments (#2850)
alexlamsl
authored
6fa3fbe
Copy full SHA for 6fa3fbe
Commits on Jan 27, 2018
v3.3.9
alexlamsl
authored
4eb4cb6
Copy full SHA for 4eb4cb6
Commits on Jan 26, 2018
fix accounting after conversion to assignment (#2847)
Show description for 193612a
alexlamsl
authored
193612a
Copy full SHA for 193612a
Commits on Jan 22, 2018
backport of #2835 (#2841)
alexlamsl
authored
95cfce6
Copy full SHA for 95cfce6
drop assignments to constant expressions only (#2839)
Show description for ec42025
alexlamsl
authored
ec42025
Copy full SHA for ec42025
handle duplicate function declarations correctly (#2837)
Show description for 5e2cd07
alexlamsl
authored
5e2cd07
Copy full SHA for 5e2cd07
Commits on Jan 21, 2018
v3.3.8
alexlamsl
authored
06166df
Copy full SHA for 06166df
Commits on Jan 20, 2018
fix `unsafe` `evaluate` of `AST_Array` (#2825)
Show description for e2dc9cf
alexlamsl
authored
e2dc9cf
Copy full SHA for e2dc9cf
Commits on Jan 19, 2018
enable `unsafe` for `test/ufuzz.js` (#2819)
Show description for 069df27
alexlamsl
authored
069df27
Copy full SHA for 069df27
improve `unused` on built-in functions (#2817)
alexlamsl
authored
3e78732
Copy full SHA for 3e78732
avoid duplicate property names in object literals under "use strict" (#2818)
Show description for e21bab7
alexlamsl
authored
e21bab7
Copy full SHA for e21bab7
fix & improve `test/ufuzz.js` (#2815)
Show description for ac9a168
alexlamsl
authored and
alexlamsl
committed
ac9a168
Copy full SHA for ac9a168
Commits on Jan 18, 2018
fix time-out for respawned `test/ufuzz.js` (#2814)
alexlamsl
authored
81b6454
Copy full SHA for 81b6454
compress `undefined` property names (#2811)
Show description for 082e004
alexlamsl
authored
082e004
Copy full SHA for 082e004
fix `join_vars` property assignment for negative array index (#2810)
Show description for 983e691
kzc
authored and
alexlamsl
committed
983e691
Copy full SHA for 983e691
enhance `test/ufuzz.js` (#2808)
Show description for b335912
alexlamsl
authored
b335912
Copy full SHA for b335912
Commits on Jan 17, 2018
faster output of comments (#2806)
alexlamsl
authored
cc07f3b
Copy full SHA for cc07f3b
fix `AST_Scope.clone()` (#2803)
Show description for 07e4b64
alexlamsl
authored
07e4b64
Copy full SHA for 07e4b64
suppress `unsafe_proto` for LHS expressions (#2804)
alexlamsl
authored
d3ce2bc
Copy full SHA for d3ce2bc
configure `rename` with CLI (#2802)
alexlamsl
authored
cff3bf4
Copy full SHA for cff3bf4
extend `join_vars` & `sequences` (#2798)
alexlamsl
authored
79cfac7
Copy full SHA for 79cfac7
Commits on Jan 16, 2018
improve `mocha` tests (#2797)
Show description for 224c14d
alexlamsl
authored
224c14d
Copy full SHA for 224c14d
Pagination
Previous
Next
You can’t perform that action at this time.