com.google.javascript.jscomp.PolymerPassErrors.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of closure-compiler-unshaded Show documentation
Show all versions of closure-compiler-unshaded Show documentation
Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types, and
warns about common JavaScript pitfalls. It is used in many of Google's
JavaScript apps, including Gmail, Google Web Search, Google Maps, and
Google Docs.
The newest version!
???? 7 ?
java/lang/Object ()V JSC_POLYMER_DESCRIPTOR_NOT_VALID
?The argument to Polymer() is not an obj lit or the Polymer 2 class does not have a static getter named 'config'. Ignoring this definition.
+com/google/javascript/jscomp/DiagnosticType warning S(Ljava/lang/String;Ljava/lang/String;)Lcom/google/javascript/jscomp/DiagnosticType; .com/google/javascript/jscomp/PolymerPassErrors POLYMER_DESCRIPTOR_NOT_VALID -Lcom/google/javascript/jscomp/DiagnosticType; JSC_POLYMER_INVALID_BEHAVIOR 6A Polymer behavior may not include an ''is'' property.
error POLYMER_INVALID_BEHAVIOR " JSC_POLYMER_MISSING_IS $ 5The class descriptor must include an ''is'' property. & ' POLYMER_MISSING_IS ) JSC_POLYMER_UNEXPECTED_PARAMS + ,The class definition has too many arguments. - . POLYMER_UNEXPECTED_PARAMS 0 JSC_POLYMER_MISSING_EXTERNS 2 Missing Polymer externs. 4 5 POLYMER_MISSING_EXTERNS 7 JSC_POLYMER_INVALID_PROPERTY 9 0Polymer property has an invalid or missing type. ; <