-
I am a heavy user of the closure rules in many applications, but just a light one compared to other companies.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The main reason for the change was that I was running into substantial issues with the closure compiler, for which no solution was documented and I didn't have the bandwidth to support. See for example this build; here Closure compiler was failing with a rather obtuse I'm completely open to reintroducing the Closure rules if there's continued demand, but as it stands I couldn't see an obvious step to working around the above compiler error. |
Beta Was this translation helpful? Give feedback.
The main reason for the change was that I was running into substantial issues with the closure compiler, for which no solution was documented and I didn't have the bandwidth to support. See for example this build; here Closure compiler was failing with a rather obtuse
java.lang.RuntimeException: INTERNAL COMPILER ERROR
after aNullPointerException
incom.google.javascript.jscomp.CheckJSDoc.checkJsDocInBlockComments
. Having dug into the relevant code within the compiler itself, I was none the wiser about why it was tripping up on these files. Something was returning a null pointer after apparently reading the comments in the generated source files and the receiving code doesn't consider th…