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
Fix logical expression in parenthesis
#40
wyozi
closed
8 years ago
0
Erroneous parenthesis removal
#39
wyozi
closed
8 years ago
0
PHP version?
#38
dannysmc95
closed
8 years ago
1
Handle `IndexExpression` on `BinaryExpression` wrapped in parens correctly
#37
mathiasbynens
closed
8 years ago
0
Don't remove parens around function call declarations
#36
ghost
closed
8 years ago
3
Argument handling in non-TTY context appears broken
#35
silentbicycle
opened
8 years ago
3
Scope/variable context support
#34
wyozi
opened
8 years ago
1
New version?
#33
aecay
closed
8 years ago
2
Pass currentPrecedence when formatting the RHS of a binary operator
#32
aecay
closed
8 years ago
4
find %% mis encoding
#31
Sang-Oh
closed
8 years ago
1
self is renamed in function FooClass:method
#30
rjharmon
closed
8 years ago
2
Fix shortening 'self'. Fixes #21
#29
wyozi
closed
9 years ago
1
(expr) and true or false -> not not (expr)
#28
SoniEx2
opened
9 years ago
1
Optimize if not <cond> then <a> else <b> end -> if <cond> then <b> else <a> end
#27
SoniEx2
opened
9 years ago
2
Aggressive Lua minifier
#26
SoniEx2
opened
9 years ago
1
Fixes #24
#25
Nukesor
closed
9 years ago
6
luamin from bash script not working
#24
Nukesor
closed
9 years ago
3
Luamin incorrectly minifies anonymous functions.
#23
StuxSoftware
closed
8 years ago
1
Setting local right after declaring it could be optimized
#22
waddlesplash
opened
9 years ago
1
Luamin incorrectly compresses 'self' with latest luaparse
#21
tdmowrer
closed
9 years ago
0
Fixes #12 where man page would not be present after package install using npm
#20
psyrendust
closed
10 years ago
3
Using luamin in the browser
#19
florentpoujol
closed
10 years ago
2
Preserve TableKeyString identifiers
#18
oxyc
closed
10 years ago
1
table keys are modified when they are already used as argument name
#17
florentpoujol
closed
10 years ago
0
Optimizing away braces in boolean expression can lead to wrong results
#16
fnuecke
closed
8 years ago
1
Invalid output when indexing anonymous table
#15
fnuecke
closed
8 years ago
9
Optimize strings
#14
mathiasbynens
opened
11 years ago
3
bin: Log stack trace in case of an error
#13
mathiasbynens
closed
11 years ago
0
Add man page for the `luamin` binary
#12
mathiasbynens
closed
11 years ago
1
Renaming global variables
#11
jvdnbus
closed
11 years ago
1
Make sure parameter/argument names are renamed correctly
#10
mathiasbynens
closed
11 years ago
0
Don’t rename local `Identifier`s within `MemberExpression`s
#9
mathiasbynens
closed
11 years ago
0
Fix luamin binary in older Node versions.
#8
oxyc
closed
11 years ago
4
`generateIdentifier` results should never be a reserved keyword
#7
mathiasbynens
closed
11 years ago
0
Add `minifyAST(ast)`
#6
mathiasbynens
closed
11 years ago
4
Operator precedence not taking into account associativity
#5
oxyc
closed
11 years ago
2
Support other environments
#4
mathiasbynens
closed
11 years ago
7
Look for performance improvements
#3
mathiasbynens
opened
11 years ago
7
Implement operator precedence
#2
mathiasbynens
closed
11 years ago
0
Shorten non-global variable names and label names
#1
mathiasbynens
closed
11 years ago
2
Previous