Skip to content

Closure rules have been removed #118

Answered by aaliddell
gramic asked this question in Q&A
Discussion options

You must be logged in to vote

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 a NullPointerException in com.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…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@aaliddell
Comment options

@gramic
Comment options

Answer selected by gramic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants