issues
search
mathiasbynens
/
luamin
A Lua minifier written in JavaScript
https://mths.be/luamin
MIT License
217
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve minification by opting for shorthand call expressions where possible
#90
9382
opened
2 months ago
0
Fix multiple cases of bracket and semicolon mishandling
#89
9382
opened
2 months ago
3
INCORRECT handling of () parens and ; semicolon
#88
cohler
opened
1 year ago
6
incorrect handling of brackets when combined with array access
#87
CrazyFluffyPony
opened
2 years ago
0
luaparse link in README is obsolete, here is the new one
#86
beetrootpaul
opened
2 years ago
0
Compatibility request
#85
phoriah
closed
1 year ago
0
luamin fails to minify custom types and fails when given type requirements
#84
walksanatora
opened
2 years ago
0
Option to keep function names
#83
ChildishGiant
opened
3 years ago
1
Option to maintain line numbers?
#82
swampservers
opened
3 years ago
0
Crashes with pretty much any input
#81
swampservers
closed
3 years ago
1
Fix #79 Drop Narwhal (deprecated) support
#80
hsandt
opened
4 years ago
3
Travis fails with E: Package 'openjdk-6-jre' has no installation candidate due to old Narwhal support
#79
hsandt
opened
4 years ago
1
Fix #50 by adding precedence for binary operators | and &
#78
hsandt
opened
4 years ago
1
New release?
#77
TheLartians
opened
4 years ago
1
Incorrect handling of precedence of >> and & bitwise operators
#76
cohler
opened
4 years ago
14
IO does not work properly
#75
cohler
opened
4 years ago
0
Replace truthy/falsy if-statement with respective branch
#74
berbun
opened
5 years ago
0
Replace equivalent function/alias definitions with direct assignments
#73
berbun
opened
5 years ago
0
Remove unneeded leading zeroes
#72
sapphyrus
opened
5 years ago
2
Rename unused variables to _ (underscore)
#71
berbun
opened
5 years ago
0
Remove redundant nil initialization (easy)
#70
berbun
opened
5 years ago
0
Methods not working after parenthetical minification
#69
nodeiwnl
closed
5 years ago
1
Use nopt to parse command-line options
#68
hsandt
opened
5 years ago
0
Added operators for lua5.3
#67
DengSir
closed
5 years ago
1
Combine local variable assignments as much as possible
#66
sapphyrus
opened
5 years ago
2
Stop letting option semantics depend on tty input. Log errors to stderr
#65
themadsens
opened
5 years ago
1
luamin cli behavour depends on tty context
#64
themadsens
closed
5 years ago
2
Keep parenthesis on enclosed function calls.
#63
Ayplow
closed
5 years ago
0
Brackets incorrectly removed from function calls
#62
Ayplow
closed
5 years ago
1
Add a explain for each command at help, add a option to output minified version to a file
#61
ceifa
opened
5 years ago
0
fix for using luamin from shell gives Error: no such file. (``)
#60
Jerakin
closed
6 years ago
0
Fix integer division
#59
wyozi
opened
6 years ago
0
Fix decimal without any decimal numbers
#58
wyozi
closed
6 years ago
0
Using luamin from shell gives Error: no such file. (``)
#57
Jerakin
closed
5 years ago
1
Option to preserve new lines?
#56
martin-braun
opened
6 years ago
4
Can't minify from shell on mac
#55
Jerakin
closed
6 years ago
3
Working with BOMs
#54
martin-braun
closed
6 years ago
1
incorrect minification with parentheses
#53
rajeevku02
opened
6 years ago
2
fixed issue with select() when varargs are passed
#52
moody
closed
5 years ago
0
Parentheses should not be removed from around calls to select() with varargs
#51
moody
closed
4 years ago
0
Incorrectly minifies parenthetical expressions
#50
jrtitus
opened
6 years ago
12
Can't install
#49
teckel12
closed
7 years ago
2
Indexing string literals
#48
Erutuon
opened
7 years ago
4
Luamin makes my script larger?
#47
teckel12
closed
6 years ago
3
Missing space after the number ending with a decimal point
#46
townewgokgok
closed
6 years ago
0
Fix parens being removed from string literal calls
#45
wyozi
closed
7 years ago
1
Join together local statements in compression
#44
ghost
opened
7 years ago
0
ifStatement is not right with logical
#43
xiekw2010
opened
8 years ago
1
Aggressive parentheses removal breaks sources.
#42
kaeza
closed
7 years ago
0
Lua version?
#41
MalkContent
closed
8 years ago
1
Next