The Microsoft Ajax Minifier enables you to improve the performance of your Ajax applications by reducing the size of your Cascading Style Sheet and JavaScript files.
I discovered this bug when one of my JavaScript files gave a syntax error only in Release mode.
There was an arrow function with a single parameter that was also an array destructuring parameter:
I discovered this bug when one of my JavaScript files gave a syntax error only in Release mode. There was an arrow function with a single parameter that was also an array destructuring parameter:
The destructuring parameter needs to be wrapped in parentheses but the minifier was removing the parentheses.