Skinner
Skinner
I'm having a similar issue. Running MacOS Catalina with Apple clang version 11.0.3
I would love it to convert an old code base right now, but it's not building :(
@lauraharker How do I update the closure dependency? I went into build.gradle and switched the dependency reference to this: `compile 'com.google.javascript:closure-compiler-unshaded:v20200614'` Now I have these new errors: ``` /Users/ts76/Dev/clutz2/src/main/java/com/google/javascript/gents/pass/comments/GeneralComment.java:39: error:...
@lauraharker I think I did get it to compile using the fix you mentioned but it does not pass the tests so it's useless right?