↧
Edited Unassigned: ajaxmin produces invalid js code with arrow functions [22476]
Consider this piece of code```jsvar array = [1, 2, 3]array.map(num => { return { x: num * 2, y: num * 3 }})```ajaxmin will output this:```jsa.map(n => { x: n * 2, y: n * 3 })```which is invalid...
View ArticleCreated Unassigned: Vendor specific RGB function name in CSS causes an...
Parsing RGB function prefixed by a vendor prefix causes the parser to end up in an infinite loop.```.content {background: -webkit-rgb(0, 10, 20);}```The problem seems to be related to the...
View ArticleEdited Unassigned: Vendor specific RGB function name in CSS causes an...
Parsing RGB function prefixed by a vendor prefix causes the parser to end up in an infinite loop.```.content {background: -webkit-rgb(0, 10, 20);}```The problem seems to be related to the...
View Article