Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
xliiauo
/
minify
Public
forked from
tdewolff/minify
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minify
js
on
master
User selector
All users
All time
Commit history
Commits on Mar 22, 2021
More advice from deepsource.io
tdewolff
committed
42851b8
View commit details
Copy full SHA for 42851b8
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
JS: accept shebang comment as first line, fixes #345
tdewolff
committed
1635632
View commit details
Copy full SHA for 1635632
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
JS: add support for class field definitions, fixes #380
tdewolff
committed
7125880
View commit details
Copy full SHA for 7125880
View code at this point
Browse repository at this point
JS: fix recursion limit in string merging, fixes #382
tdewolff
committed
0d367aa
View commit details
Copy full SHA for 0d367aa
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
JS: add &&= ||= ??= operators, see #380
tdewolff
committed
1b44a60
View commit details
Copy full SHA for 1b44a60
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
JS: fix bugs related to the 'use strict' directive prologues at the beginning of functions and modules, fixes #376
tdewolff
committed
eb145d6
View commit details
Copy full SHA for eb145d6
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
JS: export statement's function name must remain for non-default declarations, fixes #375
tdewolff
committed
b5f25ca
View commit details
Copy full SHA for b5f25ca
View code at this point
Browse repository at this point
Commits on Feb 6, 2021
JS: limit recursion in string merges, from OSSFuzz
tdewolff
committed
5715b04
View commit details
Copy full SHA for 5715b04
View code at this point
Browse repository at this point
JS: support ellipsis operator anywhere in arguments, fixes #373
tdewolff
committed
29261c3
View commit details
Copy full SHA for 29261c3
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
JS: keep debugger statements, fixes #370
tdewolff
committed
512135e
View commit details
Copy full SHA for 512135e
View code at this point
Browse repository at this point
Treat DebuggerStmt as EmptyStmt, fixes #370
tdewolff
committed
dd03d38
View commit details
Copy full SHA for dd03d38
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
Write final ) in ()=>({}), fixes #369
tdewolff
committed
0df2feb
View commit details
Copy full SHA for 0df2feb
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
JS: prevent slowdown for if-else with if in body
tdewolff
committed
f8235b6
View commit details
Copy full SHA for f8235b6
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
JS: enclose entire expression in parenthesis if it starts with an object literal, fixes #359
tdewolff
committed
ed19945
View commit details
Copy full SHA for ed19945
View code at this point
Browse repository at this point
JS: keep parens in arrow functions for BindingArray and BindingObject, fixes #358
tdewolff
committed
816c303
View commit details
Copy full SHA for 816c303
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
JS: escape </script> in strings, fixes #355
tdewolff
committed
ad0daa9
View commit details
Copy full SHA for ad0daa9
View code at this point
Browse repository at this point
JS: fix import/export with one item, fixes #354
tdewolff
committed
35821f5
View commit details
Copy full SHA for 35821f5
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
JS: fix endless loop in certain if-else combinations; minify more or/and/conditional expressions that start with a group
tdewolff
committed
da84394
View commit details
Copy full SHA for da84394
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
JS: fix removal of parenthesis around comma expressions left of AND operator, fixes #347
tdewolff
committed
8d1765b
View commit details
Copy full SHA for 8d1765b
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
JS: don't merge trailing var statements into for initializer, fixes #346
tdewolff
committed
74836e0
View commit details
Copy full SHA for 74836e0
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
JS: don't convert hexadecimal representations from 0x80 upwards to characters, fixes #341
tdewolff
committed
9ded0b0
View commit details
Copy full SHA for 9ded0b0
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
JS: put variable declaration after "use strict", fixes #343"
tdewolff
committed
5fa63b5
View commit details
Copy full SHA for 5fa63b5
View code at this point
Browse repository at this point
JS: fix (function(){})() written as \!function(){}(), fixes #340
tdewolff
committed
eb4ff2b
View commit details
Copy full SHA for eb4ff2b
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Fix 1e-10 which was invalidly converted to .e-9, fixes #339
tdewolff
committed
6b97531
View commit details
Copy full SHA for 6b97531
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
JS: remove the use of nullish operator as it is not supported by IE, Android-Firefox, and Android-Opera, fixes #338
tdewolff
committed
33619c7
View commit details
Copy full SHA for 33619c7
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
JS: fix bug in merging var declarations, where partial merges resulted in duplicate assignments
tdewolff
committed
de1c393
View commit details
Copy full SHA for de1c393
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
JS: use Precision option to minify numbers
tdewolff
committed
7e35af5
View commit details
Copy full SHA for 7e35af5
View code at this point
Browse repository at this point
Increase coverage
tdewolff
committed
34d919e
View commit details
Copy full SHA for 34d919e
View code at this point
Browse repository at this point
JS: remove unassigned bindings in for initializer when it cannot be merged with var decl
tdewolff
committed
02e285d
View commit details
Copy full SHA for 02e285d
View code at this point
Browse repository at this point
Update comments
tdewolff
committed
47ae827
View commit details
Copy full SHA for 47ae827
View code at this point
Browse repository at this point
Commits on Sep 30, 2020
Update comments
tdewolff
committed
aada8b1
View commit details
Copy full SHA for aada8b1
View code at this point
Browse repository at this point
JS: fix overwriting next statement in if-else => if-if conversion, fixes #335
tdewolff
committed
4efa12e
View commit details
Copy full SHA for 4efa12e
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
JS: add var decl as undeclared in block scopes between the current scope and the function scope, fixes #334
tdewolff
committed
846134c
View commit details
Copy full SHA for 846134c
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
JS: fix parenthesis around object literal in arrow function body, fixes #333
tdewolff
committed
24d4dfc
View commit details
Copy full SHA for 24d4dfc
View code at this point
Browse repository at this point
JS: fix bug when merging var declarations with duplicate variable names
tdewolff
committed
cc4abe1
View commit details
Copy full SHA for cc4abe1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.