Minification error caused by regular expresson
Posted: Fri Jun 07, 2019 7:04 pm
The ASP.NET minicoding library has an error while trying to minimize the file. (I know it is already mined, but I need to merge it with other non-minified scripts so it is checked). The problem that is causing the error is in the line that contains the following regular expression /{[^]*/gm.
Could I substitute this expression for an equivalent one or am I not allowed to make any changes?
(something like /{[\s\S]*/gm, I need to know the purpose of it to be acertive)
Could I substitute this expression for an equivalent one or am I not allowed to make any changes?
(something like /{[\s\S]*/gm, I need to know the purpose of it to be acertive)