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 }}
BrainHash
/
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 Nov 7, 2012
v2.1.9
mishoo
committed
39f8a62
Copy full SHA for 39f8a62
fix another small regression
Show description for 46be3f2
mishoo
committed
46be3f2
Copy full SHA for 46be3f2
v2.1.8
mishoo
committed
258b46f
Copy full SHA for 258b46f
fix regression from 5346fb94 (shouldn't parenthesize i++ in x[i++])
mishoo
committed
80da21d
Copy full SHA for 80da21d
v2.1.7
mishoo
committed
bb0e4d7
Copy full SHA for bb0e4d7
add AST_Accessor and AST_SymbolAccessor node types
Show description for 5276a4a
mishoo
committed
5276a4a
Copy full SHA for 5276a4a
parenthesize property access when it's the expression in New
Show description for a1ae0c8
mishoo
committed
a1ae0c8
Copy full SHA for a1ae0c8
further fix for parens around New (refs #35)
mishoo
committed
a90c1ae
Copy full SHA for a90c1ae
parenthesize a Call expression when its parent is New
Show description for ff388a8
mishoo
committed
ff388a8
Copy full SHA for ff388a8
add proper parens around unary expressions
Show description for 5346fb9
mishoo
committed
5346fb9
Copy full SHA for 5346fb9
Commits on Nov 6, 2012
add option to mangle names even if eval/with is in use
Show description for a4f6d46
mishoo
committed
a4f6d46
Copy full SHA for a4f6d46
Commits on Nov 5, 2012
discard the hack that worked around the deprecation warning
Show description for 7f5f4d6
mishoo
committed
7f5f4d6
Copy full SHA for 7f5f4d6
convert `while` into `for`
mishoo
committed
ffccb23
Copy full SHA for ffccb23
minor
mishoo
committed
fba0c1a
Copy full SHA for fba0c1a
minor optimization
Show description for 774f2de
mishoo
committed
774f2de
Copy full SHA for 774f2de
print final semicolon
Show description for 85af942
mishoo
committed
85af942
Copy full SHA for 85af942
Commits on Nov 2, 2012
use a Dictionary object instead of plain object for hashes
Show description for 8413787
mishoo
committed
8413787
Copy full SHA for 8413787
Commits on Nov 1, 2012
v2.1.6
mishoo
committed
dde5745
Copy full SHA for dde5745
it's safe to negate expression in !EXP only in boolean context
Show description for cf40980
mishoo
committed
cf40980
Copy full SHA for cf40980
added unsafe_comps for negating `<=` with `>`
Show description for 18270dd
mishoo
committed
18270dd
Copy full SHA for 18270dd
fix compressing UnaryPrefix
Show description for d4c25c5
mishoo
committed
d4c25c5
Copy full SHA for d4c25c5
Commits on Oct 30, 2012
v2.1.5
mishoo
committed
5248b79
Copy full SHA for 5248b79
don't move expressions containing the binary `in` operator into the `for` initializer
Show description for abe0ebb
mishoo
committed
abe0ebb
Copy full SHA for abe0ebb
Commits on Oct 25, 2012
v2.1.4
mishoo
committed
0852f55
Copy full SHA for 0852f55
cripple scope to make IE happy :-(
Show description for cb3cafa
mishoo
committed
cb3cafa
Copy full SHA for cb3cafa
test for fs.existsSync
mishoo
committed
202fb93
Copy full SHA for 202fb93
Commits on Oct 24, 2012
v2.1.3
mishoo
committed
7b87d2e
Copy full SHA for 7b87d2e
fix for `if (...) return; else return ...;`
Show description for 70fd2b1
mishoo
committed
70fd2b1
Copy full SHA for 70fd2b1
Commits on Oct 22, 2012
more sequence optimizations (lift some sequences above binary/unary expressions so that we can avoid parens)
mishoo
committed
30faaf1
Copy full SHA for 30faaf1
v2.1.2
mishoo
committed
41be863
Copy full SHA for 41be863
Commits on Oct 20, 2012
Merge branch 'master' of github.com:mishoo/UglifyJS2
mishoo
committed
bee01dc
Copy full SHA for bee01dc
alternate hack to disable deprecation warning
Show description for 12f71e0
mishoo
committed
12f71e0
Copy full SHA for 12f71e0
Commits on Oct 19, 2012
Merge pull request #19 from SevInf/master
Show description for 3a72dea
mishoo
committed
3a72dea
Copy full SHA for 3a72dea
minor fix for dropping unused definitions.
Show description for fc8314e
mishoo
committed
fc8314e
Copy full SHA for fc8314e
Add sourceRoot option to minify
Sergej Tatarincev
committed
11dffe9
Copy full SHA for 11dffe9
Pagination
Previous
Next
You can’t perform that action at this time.