matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

incorrect behavior when «\\» in JS #401

Open larinmisha opened 1 year ago

larinmisha commented 1 year ago

An example of the error can be viewed by connecting tinymce 6.0.0 + (6.2.0 including)

Error in the line: const hasImage = dataTransfer => exists(dataTransfer.files, file => /^image\//.test(file.type)); Plug-in file: /node_modules/tinymce/tinymce.min.js