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 }}
lpha
/
minify
Public
forked from
tdewolff/minify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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 Nov 25, 2021
switch import package name
lpha
committed
8354841
View commit details
Copy full SHA for 8354841
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
JS: add support for top-level await and for class field definitions, fixes #412
tdewolff
committed
4d06866
View commit details
Copy full SHA for 4d06866
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
JS: fix statement list optimization when it's a list of empty statements, fixes OSSFuzz report
tdewolff
committed
76d7ec4
View commit details
Copy full SHA for 76d7ec4
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
JS: fix grouped statement ending parenthesis for objects, fixes #429
tdewolff
committed
9f73f9d
View commit details
Copy full SHA for 9f73f9d
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
JS: remove if statement if if-block is empty, fixes #428
tdewolff
committed
a8b6737
View commit details
Copy full SHA for a8b6737
View code at this point
Browse repository at this point
JS: fix switch statement optimization, fixes #426
tdewolff
committed
f40b6b0
View commit details
Copy full SHA for f40b6b0
View code at this point
Browse repository at this point
Commits on Jun 17, 2021
Fix test
tdewolff
committed
99354c7
View commit details
Copy full SHA for 99354c7
View code at this point
Browse repository at this point
JS: fix {a:b=1} when inside arrow function parameter list, fixes #422
tdewolff
committed
87b1ad9
View commit details
Copy full SHA for 87b1ad9
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Revert incorporation of parse library from github.com/tdewolff/parse
tdewolff
committed
885a180
View commit details
Copy full SHA for 885a180
View code at this point
Browse repository at this point
Commits on May 14, 2021
GoLangci lint
Show description for 4cd22e1
mmorel-35
committed
4cd22e1
View commit details
Copy full SHA for 4cd22e1
View code at this point
Browse repository at this point
Commits on May 11, 2021
JS: keep space between a<\!-- and a</script>/ in more instances, see #413
tdewolff
committed
e3251c1
View commit details
Copy full SHA for e3251c1
View code at this point
Browse repository at this point
JS: add variable scope to switch statement
tdewolff
committed
bb43a7e
View commit details
Copy full SHA for bb43a7e
View code at this point
Browse repository at this point
JS: fix lexical variable renaming for descoped, fixes #405
tdewolff
committed
bde87bb
View commit details
Copy full SHA for bde87bb
View code at this point
Browse repository at this point
Commits on May 10, 2021
Incorporate tdewolff/parse into tdewolff/minify
tdewolff
committed
4bda6b9
View commit details
Copy full SHA for 4bda6b9
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.