### Optimizing bundled JavaScript with Closure Optimizations: SIMPLE
.................................................................................................................................................................................................................................................cljsjs/parinfer/development/parinfer.inc.js:1333: ERROR - Parse error. identifier is a reserved word
var final;
^
cljsjs/parinfer/development/parinfer.inc.js:1335: ERROR - Parse error. identifier is a reserved word
final = {
^
cljsjs/parinfer/development/parinfer.inc.js:1344: ERROR - Parse error. identifier is a reserved word
final.parens = result.parens;
^
cljsjs/parinfer/development/parinfer.inc.js:1348: ERROR - Parse error. identifier is a reserved word
final = {
^
cljsjs/parinfer/development/parinfer.inc.js:1357: ERROR - Parse error. identifier is a reserved word
final.parens = result.parens;
^
cljsjs/parinfer/development/parinfer.inc.js:1360: ERROR - Parse error. identifier is a reserved word
if (final.cursorX === UINT_NULL) { delete final.cursorX; }
^
cljsjs/parinfer/development/parinfer.inc.js:1360: ERROR - Parse error. identifier is a reserved word
if (final.cursorX === UINT_NULL) { delete final.cursorX; }
^
cljsjs/parinfer/development/parinfer.inc.js:1361: ERROR - Parse error. identifier is a reserved word
if (final.cursorLine === UINT_NULL) { delete final.cursorLine; }
^
cljsjs/parinfer/development/parinfer.inc.js:1361: ERROR - Parse error. identifier is a reserved word
if (final.cursorLine === UINT_NULL) { delete final.cursorLine; }
^
cljsjs/parinfer/development/parinfer.inc.js:1362: ERROR - Parse error. identifier is a reserved word
if (final.tabStops && final.tabStops.length === 0) { delete final.tabStops; }
^
cljsjs/parinfer/development/parinfer.inc.js:1362: ERROR - Parse error. identifier is a reserved word
if (final.tabStops && final.tabStops.length === 0) { delete final.tabStops; }
^
cljsjs/parinfer/development/parinfer.inc.js:1362: ERROR - Parse error. identifier is a reserved word
if (final.tabStops && final.tabStops.length === 0) { delete final.tabStops; }
^
cljsjs/parinfer/development/parinfer.inc.js:1363: ERROR - Parse error. identifier is a reserved word
return final;
Need to exclude parinfer from Closure
:simple
: