replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
394 stars 25 forks source link

Failure building with latest printer #125

Closed mfikes closed 5 years ago

mfikes commented 5 years ago

Need to exclude parinfer from Closure :simple:

### 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;