issues
search
rspivak
/
slimit
SlimIt - a JavaScript minifier/parser in Python
MIT License
551
stars
94
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ModuleNotFoundError: No module named 'minifier' on Python 3.10
#117
QwertyCodeQC
opened
6 months ago
1
Release please: No longer installable on Python 3 due to setuptools dropping build_py_2to3
#116
ztane
opened
2 years ago
1
Proposing a PR to fix a few small typos
#115
timgates42
opened
3 years ago
0
Lose "()" after parse and cause Syntax error in js
#114
forthlsss
opened
4 years ago
3
parser option
#113
andreasplesch
opened
5 years ago
0
Enable merging var statements
#112
ap-wtioit
opened
5 years ago
0
how can i get the line number of the node in ast tree?
#111
LoRexxar
closed
5 years ago
2
Bug: Error when parsing "`"
#110
fengh16
closed
5 years ago
2
Minify fails on jquery file
#109
Alexey-T
opened
5 years ago
1
Added LICENSE file to Manifest
#108
scopatz
opened
6 years ago
1
Release?
#107
gforcada
opened
6 years ago
4
Having promise catch statement breaks the minification
#106
jpmohan1111
opened
6 years ago
1
Unexpected token (DELETE, 'delete')
#105
FVolral
opened
6 years ago
1
Unexpected token (ID, 'params')
#104
FVolral
opened
6 years ago
1
SyntaxError: Unexpected token (CLASS, 'class')
#103
FVolral
opened
6 years ago
1
Python 3 compatibility
#102
ale-rt
closed
6 years ago
3
Syntatically wrong callback function validation check succeeds even though it would fail in a browser.
#101
krishnanand
opened
6 years ago
2
Parse function breaks when there’s a line ending in a string
#100
ariasuni
opened
6 years ago
5
fixed incorrect children() for ast.NewExpr
#99
sowle
opened
6 years ago
0
Remove outdated link to slimit.org
#98
takluyver
closed
6 years ago
1
Silence ply errors
#97
warrenspe
opened
6 years ago
4
Update classifiers
#96
ale-rt
closed
6 years ago
2
Unexpected Token error -- script or slimit issue?
#95
jshlbrd
opened
7 years ago
2
Switch default statement position not preserved (it is not always the last statement)
#94
metatoaster
opened
7 years ago
0
Is there any plans for supporting ES6.
#93
sizeoftank
opened
7 years ago
1
Added support for CONST
#92
fflexo
opened
7 years ago
1
update pypi to reflect python 3 support
#91
newearthmartin
closed
6 years ago
0
keywords incorrectly disallowed as object property names
#90
jason-s
opened
7 years ago
1
Add ability to silence Lexer errors
#89
orenyomtov
opened
7 years ago
0
provide unittesting via travis-ci and coveralls
#88
comawill
closed
1 year ago
0
extended PR #60: fixed dot and bracket accessors on immediate numbers
#87
comawill
opened
8 years ago
0
fix performance problems in the identifier detection
#86
ztane
closed
8 years ago
1
Convert readthedocs links for their .org -> .io migration for hosted projects
#85
adamchainz
closed
8 years ago
1
Lexer does not conform to ECMA-262's definition of whitespace
#84
jtbraun
opened
8 years ago
0
use proper logging to avoid being chatty on stdout
#83
StevenVanAcker
opened
8 years ago
0
Wrong tree on parsing array/string with special characters (EOL)
#82
wizche
opened
8 years ago
0
SyntaxError: Unexpected token (CATCH, 'catch') at 1:9034 between LexToken(PERIOD,'.',1,9033) and LexToken(LPAREN,'(',1,9039)
#81
mitar
opened
9 years ago
4
Consider adding keyword argument `errorlog` to ply lexer
#80
dmwyatt
opened
9 years ago
2
Allow slimit to work with ply 3.6
#79
moses-palmer
opened
9 years ago
2
Unexpected token (SEMI, ';') at...
#78
redyyu
opened
9 years ago
5
performance of regular expression in minvisitors.py
#77
kevingill1966
opened
9 years ago
6
minify fails with ply 3.6
#76
tomgross
closed
8 years ago
16
Named closure function and its first argument are compiled to the same variable name.
#75
spikesagal
opened
9 years ago
1
slimit does not parse javascript "const" expression
#74
belonesox
opened
9 years ago
5
Minification of `a + +a`, `x - --x`...
#73
acatton
closed
5 years ago
1
maximum recursion
#72
alexandr-kriptonov
opened
9 years ago
0
Support octal escape sequences in string literals (fixes #70)
#71
redapple
opened
10 years ago
1
Parser fails on strings with octal escape sequences
#70
miszczu
opened
10 years ago
0
breaks d3.v3.min.js
#69
ajschumacher
opened
10 years ago
0
Unexpected token (SEMI, ';') at 1:1298 between ...
#68
stodge
closed
10 years ago
3
Next