minify icon indicating copy to clipboard operation
minify copied to clipboard

Multiline comments not always stripped

Open wvhn opened this issue 1 year ago • 2 comments

Hi, in version 1.3.69 multiline comments don't get stripped by JS.php if there is a character directly after the comment identifier:

/*
* this comment gets stripped correctly
*/
/**
* this comment does not get stripped 
*/
/*! also no stripping on this one  */

I had an earlier version from Mid 2016 where this was working OK.

Thanks and best regards Wolfram

wvhn avatar Dec 07 '22 20:12 wvhn

Same issue here

b1ek avatar Dec 24 '22 12:12 b1ek

#318 will be fixing this - if accepted ;)

wvhn avatar Mar 02 '23 09:03 wvhn