I'm use Google Closure Compiler first time and after compilation some js code compiler gives error
JSC_TRAILING_COMMA: Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly
But my code my code is meant to recent browsers.
Is there any option for exclude compilation for IE8?