--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/c7029df5-8e25-4439-87b5-26cb71dd77db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-discuss+unsub...@googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/6e35c013-09ea-4e45-9672-f017c17b56d1%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js:115: WARNING - could not determine the type of this expression1> return goog.array.ARRAY_PROTOTYPE_.indexOf.call(arr, obj, opt_fromIndex);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js:124: WARNING - could not determine the type of this expression1> if (!goog.isString(obj) || obj.length != 1) {1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js:124: WARNING - could not determine the type of this expression1> if (!goog.isString(obj) || obj.length != 1) {1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js:127: WARNING - could not determine the type of this expression1> return arr.indexOf(obj, fromIndex);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js:131: WARNING - could not determine the type of this expression1> if (i in arr && arr[i] === obj)1> ^
1> C:\Apps\Closure\closure-library-master\closure\goog\demos\xpc\xpcdemo.js:112: ERROR - actual parameter 1 of goog.net.xpc.CrossPageChannel.prototype.createPeerIframe does not match formal parameter1> found : (Element|null)1> required: Element1> goog.dom.getElement('iframeContainer'));1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\demos\xpc\xpcdemo.js:149: ERROR - actual parameter 2 of goog.messaging.AbstractChannel.prototype.registerService does not match formal parameter1> found : function (string): undefined1> required: function ((Object|string)): ?1> xpcdemo.channel.registerService('log', xpcdemo.log);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\demos\xpc\xpcdemo.js:150: ERROR - actual parameter 2 of goog.messaging.AbstractChannel.prototype.registerService does not match formal parameter1> found : function (string): undefined1> required: function ((Object|string)): ?1> xpcdemo.channel.registerService('ping', xpcdemo.pingHandler_);
> email to closure-compiler-d...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/closure-compiler-discuss/6e35c013-09ea-4e45-9672-f017c17b56d1%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/5808f0ea-1653-4c2e-be4a-42f1f8f2ae5c%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:138: WARNING - Access to private property requestedFrame_ of goog.dom.animationFrame not allowed here.1> assertFalse(goog.dom.animationFrame.requestedFrame_);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:141: WARNING - Access to private property requestedFrame_ of goog.dom.animationFrame not allowed here.1> assertFalse(goog.dom.animationFrame.requestedFrame_);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:171: WARNING - Access to private property tasks_ of goog.dom.animationFrame not allowed here.1> var taskLength = goog.dom.animationFrame.tasks_[0].length;1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:190: WARNING - Access to private property requestedFrame_ of goog.dom.animationFrame not allowed here.1> assertFalse(goog.dom.animationFrame.requestedFrame_);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:194: WARNING - Access to private property requestedFrame_ of goog.dom.animationFrame not allowed here.1> assertFalse(goog.dom.animationFrame.requestedFrame_);1> ^1>1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js:198: WARNING - Access to private property requestedFrame_ of goog.dom.animationFrame not allowed here.1> assertFalse(goog.dom.animationFrame.requestedFrame_);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:88: WARNING - goog.dom.query is never defined1> assertEquals('child1', goog.dom.query('> [qux]', 'container')[0].id);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:88: WARNING - Property query never defined on goog.dom1> assertEquals('child1', goog.dom.query('> [qux]', 'container')[0].id);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:89: WARNING - goog.dom.query is never defined1> assertEquals('child3', goog.dom.query('> [qux]', 'container')[1].id);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:89: WARNING - Property query never defined on goog.dom1> assertEquals('child3', goog.dom.query('> [qux]', 'container')[1].id);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:110: WARNING - Property $ of type goog.dom has been deprecated: Use {@link goog.dom.getElement} instead.1> assertEquals(goog.dom.$('_foo'), goog.dom.query('.foo:nth-child(2)')[0]);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:110: WARNING - goog.dom.query is never defined1> assertEquals(goog.dom.$('_foo'), goog.dom.query('.foo:nth-child(2)')[0]);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:110: WARNING - Property query never defined on goog.dom1> assertEquals(goog.dom.$('_foo'), goog.dom.query('.foo:nth-child(2)')[0]);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:145: WARNING - goog.dom.query is never defined1> var els = goog.dom.query('.myupperclass .myclass input');1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:145: WARNING - Property query never defined on goog.dom1> var els = goog.dom.query('.myupperclass .myclass input');1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:155: WARNING - goog.dom.query is never defined1> var els = goog.dom.query('#if1 .if2 div', document);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:155: WARNING - Property query never defined on goog.dom1> var els = goog.dom.query('#if1 .if2 div', document);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:156: WARNING - goog.dom.query is never defined1> var frameEls = goog.dom.query('#if1 .if2 div', frameDocument);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:156: WARNING - Property query never defined on goog.dom1> var frameEls = goog.dom.query('#if1 .if2 div', frameDocument);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:172: WARNING - goog.dom.query is never defined1> goog.dom.query.apply(null, args).length);1> ^1>1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js:172: WARNING - Property query never defined on goog.dom1> goog.dom.query.apply(null, args).length);1> ^1>1> 0 error(s), 21 warning(s), 96.6% typed1> 0 error(s), 21 warning(s), 96.6% typed
1> C:\Apps\Closure\closure-library-master\alltests.js1> C:\Apps\Closure\closure-library-master\closure\goog\base.js1> C:\Apps\Closure\closure-library-master\closure\goog\async\freelist.js1> C:\Apps\Closure\closure-library-master\closure\goog\debug\error.js1> C:\Apps\Closure\closure-library-master\closure\goog\deps.js1> C:\Apps\Closure\closure-library-master\closure\goog\disposable\idisposable.js1> C:\Apps\Closure\closure-library-master\closure\goog\disposable\disposable.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\polyfill.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\nodetype.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\tagname.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\eventid.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\event.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\listenable.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\listener.js1> C:\Apps\Closure\closure-library-master\closure\goog\fs\url.js1> C:\Apps\Closure\closure-library-master\closure\goog\functions\functions.js1> C:\Apps\Closure\closure-library-master\closure\goog\i18n\bidi.js1> C:\Apps\Closure\closure-library-master\closure\goog\math\size.js1> C:\Apps\Closure\closure-library-master\closure\goog\object\object.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\tags.js1> C:\Apps\Closure\closure-library-master\closure\goog\promise\resolver.js1> C:\Apps\Closure\closure-library-master\closure\goog\promise\thenable.js1> C:\Apps\Closure\closure-library-master\closure\goog\reflect\reflect.js1> C:\Apps\Closure\closure-library-master\closure\goog\string\string.js1> C:\Apps\Closure\closure-library-master\closure\goog\asserts\asserts.js
1> C:\Apps\Closure\closure-library-master\closure\goog\array\array.js
1> C:\Apps\Closure\closure-library-master\closure\goog\async\workqueue.js1> C:\Apps\Closure\closure-library-master\closure\goog\debug\entrypointregistry.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\listenermap.js1> C:\Apps\Closure\closure-library-master\closure\goog\labs\useragent\util.js1> C:\Apps\Closure\closure-library-master\closure\goog\labs\useragent\browser.js1> C:\Apps\Closure\closure-library-master\closure\goog\labs\useragent\engine.js1> C:\Apps\Closure\closure-library-master\closure\goog\async\nexttick.js1> C:\Apps\Closure\closure-library-master\closure\goog\labs\useragent\platform.js1> C:\Apps\Closure\closure-library-master\closure\goog\math\math.js1> C:\Apps\Closure\closure-library-master\closure\goog\math\coordinate.js1> C:\Apps\Closure\closure-library-master\closure\goog\math\box.js1> C:\Apps\Closure\closure-library-master\closure\goog\math\rect.js1> C:\Apps\Closure\closure-library-master\closure\goog\string\typedstring.js1> C:\Apps\Closure\closure-library-master\closure\goog\string\const.js1> C:\Apps\Closure\closure-library-master\closure\goog\html\safestyle.js1> C:\Apps\Closure\closure-library-master\closure\goog\html\safestylesheet.js1> C:\Apps\Closure\closure-library-master\closure\goog\html\safeurl.js1> C:\Apps\Closure\closure-library-master\closure\goog\html\trustedresourceurl.js1> C:\Apps\Closure\closure-library-master\closure\goog\html\safehtml.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\safe.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\objectpropertystring.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\stacktrace.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\asserts.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\watchers.js1> C:\Apps\Closure\closure-library-master\closure\goog\async\run.js1> C:\Apps\Closure\closure-library-master\closure\goog\promise\promise.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\testcase.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\testrunner.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\jsunit.js1> C:\Apps\Closure\closure-library-master\closure\goog\useragent\useragent.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\browserfeature.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\dom.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\vendor.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\browserfeature.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\eventtype.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\browserevent.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\events.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\eventtarget.js1> C:\Apps\Closure\closure-library-master\closure\goog\events\keycodes.js1> C:\Apps\Closure\closure-library-master\closure\goog\style\style.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\events\events.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\propertyreplacer.js1> C:\Apps\Closure\closure-library-master\closure\goog\testing\mockclock.js1> C:\Apps\Closure\closure-library-master\closure\goog\dom\animationframe\animationframe_test.js1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\base.js1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\deps.js1> C:\Apps\Closure\closure-library-master\third_party\closure\goog\dojo\dom\query_test.js1> scripts\rogues.js1> scripts\services.js1> scripts\books.js1> scripts\news.js1> scripts\app.js
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/closure-compiler-discuss/6e35c013-09ea-4e45-9672-f017c17b56d1%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-discuss+unsub...@googlegroups.com.
Have you tried only_closure_dependencies instead of manage_closure_dependencies? I think that might be closer to what you want.
> email to closure-compiler-d...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/closure-compiler-discuss/6e35c013-09ea-4e45-9672-f017c17b56d1%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/5808f0ea-1653-4c2e-be4a-42f1f8f2ae5c%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/3f1f5dba-ad23-4d6a-ad0b-027d5f6df303%40googlegroups.com.
...
Ah! That was exactly what I was looking for. Very awesome!Thank you very much. I just love this compiler. We just need to get better and more current documentation out there to make it perfect! :)
...
--
---
You received this message because you are subscribed to a topic in the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/closure-compiler-discuss/fgN8xKr9Kxs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/66be69ac-d097-43ee-af5e-c5867d5b7c62%40googlegroups.com.
That's a great idea. As I start to learn more, I may very well do that.One thing that could save users a lot of aggravation is getting rid of all the stale documentation with pointers to other sites. If there were one official location where everything is documented, that would be awesome. As it was, I often got conflicting information, or information from sources other than this project.
Jeff
To unsubscribe from this group and all its topics, send an email to closure-compiler-discuss+unsub...@googlegroups.com.
Jeff
To unsubscribe from this group and all its topics, send an email to closure-compiler-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/66be69ac-d097-43ee-af5e-c5867d5b7c62%40googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/closure-compiler-discuss/fgN8xKr9Kxs/unsubscribe.
To view this discussion on the web visit https://groups.google.com/d/msgid/closure-compiler-discuss/75691b10-428f-4d90-9d1a-9b7c5708a53f%40googlegroups.com.To unsubscribe from this group and all its topics, send an email to closure-compiler-d...@googlegroups.com.
As a Xoogler, would it be possible for me to gain access to the developer's page?
...