Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created June 14, 2013 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerick/5783641 to your computer and use it in GitHub Desktop.
Save cemerick/5783641 to your computer and use it in GitHub Desktop.
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/dom/dom.js:1220: WARNING - Type annotations are not allowed here. Are you missing parentheses?
return goog.dom.isElement(parent) ? (/** @type {!Element} */ parent) : null;
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/events/eventhandler.js:123: WARNING - Type annotations are not allowed here. Are you missing parentheses?
goog.events.listen(src, type[i], opt_fn || this,
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/events/eventhandler.js:157: WARNING - Type annotations are not allowed here. Are you missing parentheses?
goog.events.listenOnce(src, type, opt_fn || this, opt_capture,
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/iter/iter.js:153: WARNING - Type annotations are not allowed here. Are you missing parentheses?
goog.array.forEach((/** @type {goog.array.ArrayLike} */ iterable), f,
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/iter/iter.js:484: WARNING - Type annotations are not allowed here. Are you missing parentheses?
return goog.array.toArray((/** @type {!goog.array.ArrayLike} */ iterable));
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/json/json.js:176: WARNING - Type annotations are not allowed here. Are you missing parentheses?
this.serializeString_((/** @type {string} */ object), sb);
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/json/json.js:179: WARNING - Type annotations are not allowed here. Are you missing parentheses?
this.serializeNumber_((/** @type {number} */ object), sb);
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/json/json.js:193: WARNING - Type annotations are not allowed here. Are you missing parentheses?
this.serializeArray((/** @type {!Array} */ object), sb);
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/json/json.js:199: WARNING - Type annotations are not allowed here. Are you missing parentheses?
this.serializeObject_((/** @type {Object} */ object), sb);
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/net/xmlhttp.js:126: WARNING - Type annotations are not allowed here. Are you missing parentheses?
(/** @type {function() : !(XMLHttpRequest|GearsHttpRequest)} */ factory),
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/net/xmlhttp.js:127: WARNING - Type annotations are not allowed here. Are you missing parentheses?
(/** @type {function() : !Object}*/ optionsFactory)));
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/net/xpc/nativemessagingtransport.js:643: WARNING - Type annotations are not allowed here. Are you missing parentheses?
var transportParts = (/** @type {!Array.<?string>} */ payload.split(
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: file:/Users/chas/Documents/Snowtide/Development/clojure/cljs/lib/google-closure-library-0.0-2029-2.jar!/goog/structs/structs.js:153: WARNING - Type annotations are not allowed here. Are you missing parentheses?
goog.array.clear((/** @type {goog.array.ArrayLike} */ col));
^
Jun 14, 2013 1:11:57 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 13 warning(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment