responsive_carousel icon indicating copy to clipboard operation
responsive_carousel copied to clipboard

Google Closure Compiler Extern Help

Open mrbinky3000 opened this issue 12 years ago • 2 comments

Anyone out there knowledgeable on Google's closure compiler? I got started but need someone with expertise on the subject to finish it up. I have 9 warnings left that I'd like to get rid of but don't have the time to figure out right now. Help me out! Get some credit!

mrbinky3000 avatar Feb 11 '13 16:02 mrbinky3000

Perhaps it would be helpful to post the warnings here?

andyinabox avatar Feb 15 '13 15:02 andyinabox

closurecompiler

JSC_TYPE_PARSE_ERROR: Bad type annotation. Unknown type Modernizr at line 2250 character 13 in cc.externs.txt
 * @return {!Modernizr}
         ^
JSC_NAME_REFERENCE_IN_EXTERNS: accessing name Modernizr in externs has no effect at line 2252 character 0 in cc.externs.txt
Modernizr = function() {};
^
JSC_UNDEFINED_EXTERN_VAR_ERROR: name Modernizr is not undefined in the externs. at line 2259 character 0 in cc.externs.txt
Modernizr.csstransitions
^
JSC_INEXISTENT_PROPERTY: Property destroy never defined on this.internal.touchObject at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_INEXISTENT_PROPERTY: Property internal never defined on global this at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_INEXISTENT_PROPERTY: Property touchObject never defined on this.internal at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_MISPLACED_TYPE_ANNOTATION: Type annotations are not allowed here. Are you missing parentheses? at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();

mrbinky3000 avatar Feb 15 '13 18:02 mrbinky3000