You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2021. It is now read-only.
I'll spare you the complete output, but here's some of it:
events.js:85
throw er; // Unhandled 'error' event
^
Error: java.lang.StackOverflowError
at com.google.javascript.jscomp.parsing.IRFactory.handleJsDoc(IRFactory.java:792)
at com.google.javascript.jscomp.parsing.IRFactory.transform(IRFactory.java:864)
at com.google.javascript.jscomp.parsing.IRFactory.access$300(IRFactory.java:131)
at com.google.javascript.jscomp.parsing.IRFactory$TransformDispatcher.processBinaryExpression(IRFactory.java:1447)
at com.google.javascript.jscomp.parsing.IRFactory$TransformDispatcher.process(IRFactory.java:2324)
at com.google.javascript.jscomp.parsing.IRFactory.justTransform(IRFactory.java:1067)
at com.google.javascript.jscomp.parsing.IRFactory.transform(IRFactory.java:865)
at com.google.javascript.jscomp.parsing.IRFactory.access$300(IRFactory.java:131)
at com.google.javascript.jscomp.parsing.IRFactory$TransformDispatcher.processBinaryExpression(IRFactory.java:1447)
at com.google.javascript.jscomp.parsing.IRFactory$TransformDispatcher.process(IRFactory.java:2324)
at com.google.javascript.jscomp.parsing.IRFactory.justTransform(IRFactory.java:1067)
at com.google.javascript.jscomp.parsing.IRFactory.transform(IRFactory.java:865)
at com.google.javascript.jscomp.parsing.IRFactory.access$300(IRFactory.java:131)
...
at ChildProcess.<anonymous> (/Users/tshugart/Sites/atlassian/aui/node_modules/closure-compiler/lib/index.js:64:15)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
I don't have much more information, but I see two commits where the CC jar was updated between 0.2.6 and 0.2.7 which may have caused this. 0.2.6 works just fine for us. Were there any major changes in the updates to the jar?
I'll spare you the complete output, but here's some of it:
I don't have much more information, but I see two commits where the CC jar was updated between 0.2.6 and 0.2.7 which may have caused this. 0.2.6 works just fine for us. Were there any major changes in the updates to the jar?